Cybersecurity researchers have reported a critical vulnerability in the Elementor Pro WordPress plugin that could enable unauthenticated attackers to upload PHP files and achieve remote code execution. The flaw, identified as CVE-2026-32475, has been assigned a CVSS score of 9.0, indicating a high level of severity.
The reported vulnerability is characterized as an unrestricted upload of a file with a dangerous type. Specifically, the flaw is said to reside within the Forms module's File Upload widget. This component, when misconfigured or improperly secured, can allow an attacker to bypass typical file type restrictions.
In the context of a WordPress plugin, an unrestricted file upload vulnerability in a forms module means that an attacker could potentially submit a specially crafted form containing a malicious PHP file. If the server-side validation for file types is insufficient or absent, the server might accept and store this dangerous file.
Once a malicious PHP file is uploaded to the web server, an attacker could then navigate to its location and execute it. This remote code execution capability grants the attacker significant control over the compromised WordPress site, potentially allowing them to deface the site, steal data, or further compromise the server.
Mitigation for this class of vulnerability typically involves implementing robust server-side validation for all file uploads. This includes strict whitelisting of allowed file extensions, checking file headers to confirm the actual file type, and ensuring that uploaded files are stored in non-executable directories. Regular security audits and keeping all plugins and themes updated are also crucial.
The Elementor Pro plugin is a widely used page builder for WordPress, extending the platform's design and functionality capabilities. Given its extensive adoption, a critical vulnerability like this could have a broad impact on websites that have not yet applied necessary updates or mitigations.
This incident underscores the ongoing importance of secure coding practices in plugin development and the necessity for website administrators to maintain a vigilant patching schedule. Flaws in popular plugins can expose a vast number of websites to significant risks, highlighting the interconnected nature of web security.






