<?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>Formie (&lt; 3.1.31) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/formie--3.1.31/</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>Wed, 23 Sep 2026 19:57:29 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/formie--3.1.31/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 Submission Overwrite in Formie Plugin for Craft CMS</title><link>https://feed.craftedsignal.io/briefs/2026-09-formie-submission-hijacking/</link><pubDate>Wed, 23 Sep 2026 19:57:29 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-formie-submission-hijacking/</guid><description>The Formie plugin for Craft CMS is vulnerable to an unauthenticated submission hijacking flaw (CVE-2026-76087) where attackers can overwrite other users' in-progress forms by supplying arbitrary submission IDs.</description><content:encoded><![CDATA[<p>The Formie plugin for Craft CMS is susceptible to an unauthenticated submission hijacking vulnerability, tracked as CVE-2026-76087. The vulnerability exists within the <code>formie/submissions/submit</code> action, which fails to verify that the submission ID provided by the client belongs to the active user's session. Specifically, the <code>SubmissionsController::actionSubmit</code> method trusts the user-supplied <code>submissionId</code> without enforcing ownership checks or validating an edit token for incomplete submissions.</p>
<p>This flaw allows an unauthenticated attacker to enumerate sequential submission IDs and overwrite or hijack the data within another user's in-progress, incomplete submission. If an attacker successfully overwrites the submission data, the corrupted or malicious entries are persisted and eventually forwarded through the form's integrated notification systems when the victim completes the form. This issue represents an incomplete fix for a previously identified vulnerability (GHSA-pgxq-p76c-x9cg). Defenders should prioritize upgrading to the patched versions immediately as no reliable workarounds exist.</p>
<h2 id="impact">Impact</h2>
<p>The vulnerability allows unauthorized parties to manipulate form data entered by legitimate users. If exploited, attackers can inject malicious content into submissions that are then processed by the target's backend integrations or notification systems. This impacts organizations using Formie for critical data collection, such as lead generation, registrations, or application forms. Because the data is forwarded to integrations upon completion, attackers can effectively facilitate exfiltration of sensitive information or manipulate business workflows.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade to Formie 3.1.31 or later for Craft 5, or 2.2.23 or later for Craft 4, to apply the mandatory ownership and token validation checks.</li>
<li>Review web server access logs for anomalous patterns of sequential POST requests to the <code>formie/submissions/submit</code> endpoint, particularly those originating from unauthorized sessions.</li>
<li>Audit form notification logs for submissions that contain suspicious, unexpected, or non-user-supplied data values.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>web-vulnerability</category><category>ssrf</category><category>credential-theft</category></item></channel></rss>