Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2685+ Articles
165+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. News
  3. Elementor Pro Flaw Exploited to Hack WordPress Sites, 190K+ Attempts Blocked
Elementor Pro Flaw Exploited to Hack WordPress Sites, 190K+ Attempts Blocked
NEWS

Elementor Pro Flaw Exploited to Hack WordPress Sites, 190K+ Attempts Blocked

A critical arbitrary file upload bug in Elementor Pro (CVE-2026-32475) is under active exploitation, with Defiant blocking 190,000+ attack attempts.

Dylan H.

News Desk

September 6, 2026
3 min read

Active Exploitation Follows Fast on the Heels of a Patch

A critical arbitrary file upload vulnerability in Elementor Pro, tracked as CVE-2026-32475 (CVSS 9.8), is being actively exploited to compromise WordPress sites just weeks after a patch shipped. WordPress security firm Defiant says it has already blocked over 190,000 exploit attempts, and that roughly two-thirds of Elementor's 10 million total installations were still running vulnerable code as of September 4, 2026.


What's Vulnerable

Elementor Pro is the paid tier of the widely used Elementor page-builder plugin, with over 6 million active installations. The flaw affects all versions up to 4.2.1; a fix landed in version 4.2.2, released August 19, 2026.

AttributeValue
CVE IDCVE-2026-32475
CVSS Score9.8 (Critical)
TypeArbitrary File Upload
Affected VersionsElementor Pro ≤ 4.2.1
Fixed Version4.2.2

How the Bug Works

The vulnerability lives in the function that handles Elementor form submissions. When the plugin's file-validation loop encounters an empty upload slot in a submitted array, it throws an error and returns immediately — skipping validation for every remaining file in that same field.

An attacker can abuse this by submitting a form upload array containing an empty entry followed by a malicious PHP payload. Because the validation loop bails out early on the empty slot, the PHP payload behind it is never checked, and it gets written unvalidated into /wp-content/uploads/elementor/forms/ — a web-accessible directory. From there, the attacker can request the uploaded file directly and achieve remote code execution on the server.


Active Exploitation

According to Defiant, attackers began exploiting the flaw immediately after the patch was released, reverse-engineering the fix to build a working exploit. The firm reports blocking more than 190,000 exploit attempts so far, and the pace suggests continued scanning and opportunistic attacks against sites that haven't yet updated.


Recommendations

  1. Update Elementor Pro to 4.2.2 or later immediately.
  2. Check the forms upload directory (/wp-content/uploads/elementor/forms/) for unexpected PHP files.
  3. Review server logs for suspicious requests to /wp-admin/admin-ajax.php around form-submission actions.
  4. Deploy a WAF (Wordfence, Sucuri) if one isn't already in place — Defiant's blocking numbers suggest signature-based detection is already catching a meaningful share of attempts.
  5. Rotate credentials and check for backdoors on any site that ran a vulnerable version and shows signs of the indicators above.

Sources

  • SecurityWeek — Elementor Pro WordPress Plugin Vulnerability Exploited to Hack Sites
#Elementor#WordPress#CVE-2026-32475#File Upload#Active Exploitation

Related Articles

Critical Elementor Pro Bug Exposes WordPress Sites to RCE Attacks

CVE-2026-32475 (CVSS 9.0): Unauthenticated attackers can upload PHP webshells via a loop desync flaw in Elementor Pro's file upload field.

4 min read

WP Maps Pro Bug Exploited to Create Admin Accounts on WordPress Sites

Hackers are actively exploiting a critical vulnerability in the WP Maps Pro WordPress plugin that allows unauthenticated attackers to create rogue…

4 min read

Critical Unauthenticated RCE in JetEngine WordPress Plugin (CVE-2026-66613)

A CVSS 9.8 unauthenticated remote code execution flaw in JetEngine plugin <= 3.8.14 lets attackers fully compromise WordPress sites.

4 min read
Back to all News