ConicPlex

Start Your Project

A laptop on a real desk at night glowing with a blurred grid of file thumbnails, evoking a WordPress file upload

On this Page

Elementor Pro Patches a Critical Unauthenticated File Upload Flaw (CVE-2026-32475)

Elementor Pro 4.2.2 patches CVE-2026-32475, a CVSS 9.0 unauthenticated file upload flaw in the Form widget that let attackers plant PHP files. Update now.

Aftab Memon

August 20, 2026

Elementor Pro shipped version 4.2.2 on August 19, 2026, patching an unauthenticated arbitrary file upload vulnerability in the Forms module’s File Upload field. Tracked as CVE-2026-32475 with a CVSS score of 9.0, the flaw lets an attacker with no login credentials drop a working PHP file into a public directory on any site running Elementor Pro 4.2.1 or earlier. If you run Elementor Pro, updating to 4.2.2 now is the fix, and it’s worth checking your uploads folder for anything that shouldn’t be there.

How the Bug Actually Works

The flaw comes down to two pieces of code disagreeing with each other. When Elementor Pro’s Form widget validates an uploaded file’s extension, that check runs in one loop. When it actually moves the file into place, that happens in a second, separate loop. The two loops handle an empty file entry differently: the validation loop returns early and stops checking, while the move loop just skips past it and keeps going.

An attacker can exploit that gap by sending two file parts for the same upload field in one request: an empty first part, followed by a PHP payload as the second. The empty part trips the early return in validation, so the extension blocklist never actually inspects the real payload. The move loop doesn’t care that validation bailed early, so it processes both parts anyway and writes the PHP file to wp-content/uploads/elementor/forms/, saved under a random filename ending in .php. That file is immediately executable and publicly reachable, no login required.

Security researcher Tin Pham (TF1T) reported the issue to Elementor through Patchstack’s bug bounty program on July 16, 2026. Elementor had a patch ready the next day, verified it by August 3, and released 4.2.2 on August 19, according to Patchstack’s writeup. Neither Patchstack nor The Hacker News‘ coverage mentions confirmed exploitation in the wild as of publication, but a CVSS 9.0 unauthenticated RCE tends not to stay quiet for long once details are public.

Who’s Actually Exposed

Elementor’s own customer notification frames the exposure fairly narrowly, saying it only affects sites with a Form widget’s file upload field where the multiple file upload option is enabled, which is off by default. That’s worth reading carefully. Both Patchstack and The Hacker News describe the actual trigger as an attacker sending two file parts inside one upload request, something the attacker controls on their end regardless of what your form settings look like. The real prerequisite both outlets describe is simpler and harder to rule out: a published page with an Elementor Form widget containing a File Upload field, full stop. That field’s own “Required” toggle is off by default too, so plenty of sites carry one without anyone noticing.

If your site uses Elementor Pro and any form on it has a file upload field, treat yourself as exposed until you’ve updated, regardless of what other upload options you think you’ve left switched off.

What to Do Right Now

  • Update Elementor Pro to 4.2.2 or later. This is the actual fix; nothing else closes the gap.
  • Check wp-content/uploads/elementor/forms/ for any .php files or other executables that don’t belong there. A real, working payload here is a strong sign the flaw was already used against your site.
  • If you find something, treat it as a confirmed compromise, not just a cleanup task. Rotate WordPress secrets and admin credentials, and check for other files planted around the same time.

This is exactly the kind of gap a routine Elementor development audit is built to catch before a CVE forces the issue, and it’s a good prompt to review file-upload handling across any custom WordPress development work on the same site while you’re in there.

Frequently Asked Questions

Do I need multiple file upload enabled to be at risk?

No, not based on the technical writeups from Patchstack and The Hacker News. The attacker sends two file parts as part of their own request, which doesn’t depend on your site’s multiple-file-upload setting. If your form has a file upload field at all, update regardless of that setting.

How do I know if my site was already exploited?

Check wp-content/uploads/elementor/forms/ for PHP files or other executable file types that don’t match what your forms are actually supposed to accept. Their filenames will look like random strings ending in .php.

Is there a workaround if I can’t update immediately?

Removing or disabling any Form widget with a file upload field is the only reliable stopgap short of the update itself, since the flaw lives specifically in that field’s handling.

Sources

Aftab Memon is a Senior WordPress Developer at ConicPlex, working across everything from plugin conflicts and theme customization to full site builds on Elementor and WooCommerce. He spends most of his time in the parts of WordPress that don’t show up in a features list: hosting quirks, hook priority, the difference between a plugin that works in isolation and one that survives a real production stack. He writes here about what actually holds up once a WordPress site is live and being run by a non-technical client, not just what works in a demo.

Keep reading

News & Updates

A laptop and an antique analog monitoring gauge glowing blue on a dark desk at night, symbolizing a quietly exploited server monitoring vulnerability

Zimbra Collaboration Suite RCE Flaw Faces Active Exploitation (CVE-2026-73570)

CISA added Zimbra Collaboration Suite flaw CVE-2026-73570 to its Known Exploited Vulnerabilities catalog on August 21, 2026, confirming active attacks…

Sameer Malek

August 22, 2026

Design

A laptop displaying a dark navy financial dashboard with charts, next to a leather portfolio and fountain pen on an office desk

What Actually Makes a Finance Website Look Trustworthy

A finance website earns trust through specific, checkable signals: named credentials, transparent pricing or process language, fast load times, and…

Hasnain Memon

August 22, 2026

Software

A phone glowing with a notification next to a laptop showing a CRM dashboard on a dealership office desk at dusk, with a car visible through the window

Speed to Lead: Why Your Website’s Tools Need to Feed Your CRM in Real Time

A real WordPress plugin build shows why on-site interactive tools should feed your CRM in real time, not an inbox,…

Sajil Memon

August 22, 2026