A critical security vulnerability (CVE-2026-32475) in the Elementor Pro WordPress plugin is being actively exploited by hackers to execute unauthorized PHP code and take over websites.

  • The vulnerability, tracked as CVE-2026-32475, carries a massive CVSS score of 9.8.
  • Attackers use an 'arbitrary file upload' exploit via the Form widget to bypass validation.
  • All Elementor Pro versions up to 4.2.1 are vulnerable.
  • Over 190,000 exploit attempts have already been blocked by security firms.

Cybersecurity firm Defiant has issued a high-priority warning regarding a critical-severity vulnerability in the Elementor Pro WordPress plugin. As one of the world's most popular drag-and-drop website builders with over 10 million installations, any flaw in its premium version poses a massive threat to the global web ecosystem.

The Anatomy of the Exploit: How It Works

The vulnerability, identified as CVE-2026-32475, resides within the function that handles form submissions. The flaw is a logic error in the validation loop. When the plugin processes an upload field, if it encounters an empty slot, the validation mechanism triggers an error and immediately aborts the check for all subsequent files in that field.

Malicious actors have discovered they can manipulate this behavior by submitting an array containing two parts: an intentionally empty slot to trigger the early return, followed by a malicious PHP payload. Because the validation loop has already exited due to the empty slot, the second file—the attacker's payload—is processed and written to the server without any security scrutiny.

Why This Matters

BozokMedia analysis shows that this is not just a minor bug; it is a direct gateway to Remote Code Execution (RCE). An unauthenticated attacker can upload a script that allows them to run commands on the server, access databases, steal sensitive user data, or deploy ransomware. The scale of the risk is amplified by the fact that nearly two-thirds of Elementor installations are running vulnerable versions.

This vulnerability allows an unauthenticated attacker to execute arbitrary PHP code, potentially leading to a total compromise of the web server.

The impact is widespread. Upon successful exploitation, the malicious PHP file is stored in the /wp-content/uploads/elementor/forms/ directory. Defiant reports that threat actors began actively targeting this flaw almost immediately after the fix was released, demonstrating the high demand for such exploits in the dark web markets.

Mitigation and Historical Context

The vulnerability affects all versions of Elementor Pro up to 4.2.1. A patch was officially released in version 4.2.2 on August 19. Security experts urge all website administrators to update their plugins immediately to prevent exploitation.

Did You Know?: Hackers often use automated bots to scan millions of websites per hour specifically looking for unpatched versions of popular plugins like Elementor.

Frequently Asked Questions

Question 1: How can I detect if my site has been compromised?
Answer: Inspect the /wp-content/uploads/elementor/forms/ directory for any unexpected .php files and monitor your server logs for suspicious requests to admin-ajax.php.

Question 2: Is the free version of Elementor also at risk?
Answer: This specific vulnerability is tied to the 'Form widget' found in the paid Elementor Pro version, though users should always maintain up-to-date security practices across all plugins.