<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Cve-2026-32475 - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/cve-2026-32475/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Thu, 20 Aug 2026 07:09:14 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/cve-2026-32475/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Unauthenticated Remote Code Execution in Elementor Pro</title><link>https://feed.craftedsignal.io/briefs/2026-08-elementor-rce/</link><pubDate>Thu, 20 Aug 2026 07:09:14 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-elementor-rce/</guid><description>Elementor Pro versions 4.2.1 and below contain a critical file upload vulnerability (CVE-2026-32475) that allows unauthenticated attackers to achieve remote code execution by bypassing extension validation.</description><content:encoded><![CDATA[<p>Security researchers have identified a critical vulnerability, tracked as CVE-2026-32475, affecting the Elementor Pro WordPress plugin. The flaw resides in the Forms module's File Upload field, where an improper validation sequence allows attackers to bypass extension blocklists. By submitting two file parts for the same field, an unauthenticated attacker can effectively neutralize the extension check and move a malicious PHP file into a public directory. The resulting file is written to 'wp-content/uploads/elementor/forms/&lt;uniqid&gt;.php'.</p>
<p>Successful exploitation allows for unauthenticated remote code execution. The vulnerability impacts all plugin versions up to and including 4.2.1. This is particularly dangerous due to the ubiquity of Elementor Form widgets with file upload functionality enabled across WordPress installations. Furthermore, a secondary, distinct vulnerability in WordPress core (CVE-2026-65640) was disclosed, which allows for RCE via malicious Postscript files, though this requires higher-privileged access compared to the Elementor flaw.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker identifies a WordPress site running a vulnerable version of Elementor Pro (&lt;= 4.2.1).</li>
<li>Attacker locates a public-facing page containing an Elementor Form widget with a File Upload field.</li>
<li>Attacker crafts a multipart HTTP request targeting the File Upload field.</li>
<li>Attacker submits the request containing two file parts for the same field to trigger the validation logic discrepancy.</li>
<li>The plugin fails to correctly validate the second file part, allowing the PHP file to pass the blocklist check.</li>
<li>The application writes the malicious PHP script to the public web-accessible directory 'wp-content/uploads/elementor/forms/'.</li>
<li>Attacker requests the newly created .php file via a direct HTTP GET request.</li>
<li>Web server executes the attacker's script, resulting in arbitrary code execution.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation results in full unauthenticated remote code execution on the underlying web server. This allows attackers to gain persistent access, exfiltrate site data, and potentially pivot into the internal network. Given the high prevalence of Elementor Pro, the potential victim count is significant across various sectors hosting WordPress-based web applications.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Immediately update Elementor Pro to version 4.2.2 or higher to address CVE-2026-32475.</li>
<li>Audit 'wp-content/uploads/elementor/forms/' for any unauthorized .php files.</li>
<li>Update WordPress core to version 7.0.4 or higher to mitigate the secondary RCE risk associated with CVE-2026-65640.</li>
<li>Deploy the provided Sigma rule to detect unexpected .php file creation within the Elementor forms directory.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>web-vulnerability</category><category>wordpress</category><category>remote-code-execution</category><category>cve-2026-32475</category></item></channel></rss>