<?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>SigmaForms Pro – AI Generated Forms (&lt;= 1.4.11) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/sigmaforms-pro--ai-generated-forms--1.4.11/</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, 02 Sep 2026 07:12:21 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/sigmaforms-pro--ai-generated-forms--1.4.11/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>Arbitrary File Deletion Vulnerability in SigmaForms Pro</title><link>https://feed.craftedsignal.io/briefs/2026-09-sigmaforms-pro-file-deletion/</link><pubDate>Wed, 02 Sep 2026 07:12:21 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-sigmaforms-pro-file-deletion/</guid><description>The SigmaForms Pro WordPress plugin is vulnerable to arbitrary file deletion via path traversal in the delete_submission_files function, allowing unauthenticated attackers to delete critical server files and potentially achieve remote code execution.</description><content:encoded><![CDATA[<p>The SigmaForms Pro - AI Generated Forms plugin for WordPress, in versions up to and including 1.4.11, is susceptible to an unauthenticated arbitrary file deletion vulnerability. This flaw resides in the delete_submission_files function, which fails to properly validate file paths during the deletion process. An attacker can inject a path traversal sequence into an upload field of a form. This malicious path is saved into the database within a submission record. When a site administrator later performs a cleanup or removes the submission record from the WordPress admin panel, the plugin processes the path and deletes the targeted file.</p>
<p>By chaining this vulnerability with the deletion of critical WordPress configuration files such as wp-config.php, an attacker can force a re-installation of the application, potentially leading to remote code execution. Because the malicious trigger occurs during an administrative action, there is a delayed execution window between the initial malicious submission and the final file deletion.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker identifies a WordPress site running SigmaForms Pro version 1.4.11 or lower.</li>
<li>Attacker submits a form containing an upload field.</li>
<li>Attacker inputs a path traversal string (e.g., ../../../wp-config.php) into the upload field payload.</li>
<li>The malicious string is stored in the database as a submission record by the plugin.</li>
<li>An administrator logs into the WordPress dashboard.</li>
<li>The administrator selects the malicious submission record and triggers a delete action.</li>
<li>The plugin executes delete_submission_files, invoking the file deletion logic with the attacker-supplied path.</li>
<li>The targeted file is deleted from the server filesystem.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows unauthenticated attackers to delete arbitrary files on the WordPress server. This can cause significant service disruption or lead to full system compromise if attackers delete critical files like wp-config.php to initiate a site re-installation. The vulnerability affects all users running versions 1.4.11 or earlier of the SigmaForms Pro plugin.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Prioritized actions for security teams:</p>
<ul>
<li>Update SigmaForms Pro - AI Generated Forms to the latest version (v1.4.12 or higher) to remediate CVE-2026-78657.</li>
<li>Audit web server access logs for anomalous POST requests to form submission endpoints containing directory traversal patterns like '../'.</li>
<li>Restrict file system permissions for the WordPress application user to prevent deletion of sensitive files outside of the intended upload directories.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>wordpress</category><category>vulnerability</category><category>arbitrary-file-deletion</category></item></channel></rss>