Critical Elementor Pro Vulnerability Exploited to Hijack WordPress Sites

Nearly 200,000 exploitation attempts blocked; administrators urged to patch immediately

edit
By LineZotpaper
Published
Read Time2 min
A recently patched critical vulnerability in the Elementor Pro plugin for WordPress is being actively exploited in attacks that deliver a webshell, allowing remote attackers to execute arbitrary commands on vulnerable servers. The flaw, tracked as CVE-2026-32475, affects versions 4.2.1 and earlier of the popular drag-and-drop site builder, which has more than 6 million active installations.

Security firm Wordfence has reported that exploitation attempts for the Elementor Pro vulnerability began on August 19, the same day the vendor released version 4.2.2 to address the issue. Between August 19 and 23, Wordfence blocked more than 190,000 exploitation attempts targeting its clients.

The vulnerability stems from faulty validation of file-upload arrays in Elementor Pro forms. According to Wordfence, attackers submit 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. This structure triggers a validation bypass, allowing arbitrary PHP files to be uploaded to the server.

Once uploaded, the payload is stored in the /wp-content/uploads/elementor/forms/ directory under a randomly generated filename with the supplied .php extension. The attacker can then request the file directly to execute arbitrary commands remotely. Exploitation is only possible when a site has a published Elementor Pro Form widget containing at least one File Upload field, a common configuration.

Patchstack, another WordPress cybersecurity platform, had warned about the vulnerability in August, noting that it could be exploited to upload arbitrary PHP files and trigger code execution.

Administrators are urged to upgrade to Elementor Pro 4.2.2 or later immediately and inspect the /wp-content/uploads/elementor/forms/ directory for any rogue PHP files. Since this location is used to store uploaded form submissions, the presence of a PHP file is a strong indicator of compromise that should trigger clean-up operations. Wordfence has also provided a list of IP addresses linked to thousands of attacks for defenders to block.

§

Analysis

Why This Matters

  • Affects more than 6 million WordPress sites running Elementor Pro, making this a widespread security risk.
  • The delivery of a webshell gives attackers persistent, remote access to servers, potentially leading to data theft, defacement, or further compromise.
  • The rapid exploitation following the patch indicates attackers are reverse-engineering fixes, underscoring the need for immediate patching.

Background

Elementor Pro is a premium WordPress plugin that allows users to build websites using a drag-and-drop interface. Its file upload form feature is commonly used to collect files from visitors. The vulnerability CVE-2026-32475 is an arbitrary file upload flaw that bypasses validation checks when arrays are submitted. Similar vulnerabilities in file upload features have historically been a common target for WordPress site takeovers.

Key Perspectives

Site administrators: Must patch to version 4.2.2 immediately and check for signs of compromise. Failure to do so risks full server takeover. Security researchers (Wordfence, Patchstack): Have provided detailed analysis and indicators of compromise to help defenders block attacks and identify breaches. Attackers: Actively exploiting the flaw, with hundreds of thousands of attempts already seen. They benefit from unpatched sites that present easy targets.

What to Watch

  • Whether additional compromised sites are discovered and reported in the coming days.
  • If Elementor or other plugin vendors face similar exploitation of file upload validation logic.
  • Possible release of proof-of-concept code that could increase the volume of attacks.

Sources

newspaper

Zotpaper

Articles published under the Zotpaper byline are synthesized from multiple source publications by our AI editor and reviewed by our editorial process. Each story combines reporting from credible outlets to give readers a balanced, comprehensive view.