<?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>Cpe:2.3:a:rocketgenius:gravity_forms:*:*:*:*:*:wordpress:*:* - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/cpes/cpe2.3arocketgeniusgravity_formswordpress/</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>Sat, 19 Sep 2026 04:08:31 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/cpes/cpe2.3arocketgeniusgravity_formswordpress/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 Arbitrary File Upload in Gravity Forms</title><link>https://feed.craftedsignal.io/briefs/2026-09-gravity-forms-rce/</link><pubDate>Sat, 19 Sep 2026 04:08:31 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-gravity-forms-rce/</guid><description>The Gravity Forms WordPress plugin (&lt;= 3.1.0.4) is susceptible to unauthenticated remote code execution due to a validation flaw in the upload_file function allowing hidden file upload fields to bypass extension checks.</description><content:encoded><![CDATA[<p>Gravity Forms, a popular form-building plugin for WordPress, contains a critical vulnerability (CVE-2026-84434) in versions up to and including 3.1.0.4. The flaw exists within the upload_file() function and stems from a validation bypass when processing File Upload fields configured with 'Hidden' visibility. Because the field validation pipeline and file persistence pipeline operate independently, hidden fields are not subjected to the same extension restrictions as standard fields. Furthermore, rejected files may still be processed by the upload_file() function without secondary validation, enabling unauthenticated remote attackers to upload executable scripts to the web server. Successful exploitation facilitates remote code execution (RCE) on the underlying WordPress environment, representing a severe risk for any site utilizing hidden file upload components on public-facing forms.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker identifies a target WordPress site running a vulnerable version of Gravity Forms.</li>
<li>Attacker probes the site to discover publicly accessible forms containing File Upload fields with 'Hidden' visibility.</li>
<li>Attacker crafts a malicious HTTP POST request targeting the form submission endpoint, embedding a webshell (e.g., .php extension) within the hidden file field.</li>
<li>The plugin's validation pipeline fails to apply standard extension restrictions due to the field's 'Hidden' status.</li>
<li>The file data is passed to the upload_file() function for persistence.</li>
<li>The web server saves the attacker-supplied file to a reachable directory.</li>
<li>Attacker executes the uploaded file via a direct HTTP request to the stored location.</li>
<li>Attacker gains RCE and proceeds with further post-exploitation activities.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows unauthenticated attackers to execute arbitrary code on the web server. This leads to full site compromise, potential data exfiltration of user records or database contents, and the installation of persistent backdoors or web shells, affecting any WordPress environment utilizing vulnerable versions of the plugin.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Immediately upgrade the Gravity Forms plugin to the latest patched version available.</li>
<li>Audit all active Gravity Forms on public-facing pages for File Upload fields with 'Hidden' visibility.</li>
<li>Temporarily disable File Upload fields in public forms until the plugin is updated.</li>
<li>Monitor web server access logs for anomalous POST requests to form submission endpoints followed by immediate requests to newly created files in the uploads directory.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>web-application</category><category>wordpress</category><category>arbitrary-file-upload</category><category>rce</category></item></channel></rss>