Skip to content
Tech News
← Back to articles

Critical Elementor Pro flaw exploited to take over WordPress sites

read original more articles
Why This Matters

The critical vulnerability in Elementor Pro highlights the ongoing risks associated with popular website plugins, especially when exploited to gain remote code execution. This incident underscores the importance of timely patching and robust security measures for WordPress sites, given the widespread use of Elementor Pro among millions of users. It also emphasizes the need for website administrators to stay vigilant against evolving threats that can compromise site integrity and security.

Key Takeaways

A recently patched critical vulnerability (CVE-2026-32475) in the Elementor Pro plugin for WordPress is being exploited in attacks that deliver a webshell payload and execute arbitrary commands on the server.

Elementor Pro is a popular WordPress plugin with more than 6 million active installations, allowing users to build websites using a drag-and-drop interface.

The CVE-2026-32475 vulnerability was patched on August 19. Since then, Defiant's Wordfence web application firewall has blocked almost 200,000 exploitation attempts targeting its clients.

The issue stems from faulty validation of file-upload arrays in Elementor Pro forms and is present in versions 4.2.1 and earlier.

By submitting an empty file as the first array element and a malicious PHP file as the second, attackers can cause the plugin to stop validating subsequent files.

The uploaded payload is stored under /wp-content/uploads/elementor/forms/ and can then be accessed to execute commands remotely.

WordPress cybersecurity platform Patchstack warned last month that attackers could exploit it to upload arbitrary PHP files and trigger PHP code execution on the server.

Exploitation is only possible when a site has a published Elementor Pro Form widget containing at least one File Upload field, a common configuration.

Yesterday, Wordfence alerted that activity exploiting CVE-2026-32475 started on August 19, the same day Elementor released version 4.2.2 that addressed the vulnerability.

“The attacker submits the form’s File Upload field as an array, where the first element is empty and the second element carries a PHP payload with a .php filename, which is the structure that triggers the validation bypass,” Wordfence says.

... continue reading