<?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/"><channel><title>Nex Forms – Ultimate Form Builder – Lite (&lt;= 9.2.3) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/nex-forms--ultimate-form-builder--lite--9.2.3/</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, 01 Aug 2026 09:50:07 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/nex-forms--ultimate-form-builder--lite--9.2.3/feed.xml" rel="self" type="application/rss+xml"/><item><title>Arbitrary File Deletion in Nex Forms Plugin for WordPress</title><link>https://feed.craftedsignal.io/briefs/2026-08-nex-forms-traversal/</link><pubDate>Sat, 01 Aug 2026 09:50:07 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-nex-forms-traversal/</guid><description>The Nex Forms - Ultimate Form Builder - Lite plugin for WordPress is vulnerable to arbitrary file deletion via path traversal, allowing authenticated attackers to delete critical system files.</description><content:encoded><![CDATA[<p>The Nex Forms - Ultimate Form Builder - Lite plugin for WordPress (versions 9.2.3 and below) contains a critical path traversal vulnerability that enables arbitrary file deletion. The vulnerability exists within two specific AJAX handlers: insert_record() and delete_file(). The insert_record() function fails to validate input before storing it in the database, allowing an attacker to inject malicious file paths. The delete_file() function then retrieves this unsanitized path and passes it directly to the PHP unlink() function without performing path normalization, basename validation, or allowlist checks.</p>
<p>This flaw allows authenticated users - typically those with administrative privileges, though potentially lower depending on plugin configuration - to delete arbitrary files on the underlying web server. Successful exploitation can result in the deletion of critical WordPress files such as wp-config.php, which effectively forces a site re-installation or results in a complete denial of service. The vulnerability highlights the danger of passing user-supplied input directly to filesystem-modifying functions.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows for the deletion of critical server files. In the context of a WordPress environment, the deletion of the wp-config.php file removes database connection settings, causing the site to become inaccessible and potentially allowing an attacker to initiate a fresh installation or redirect the site traffic. This poses a high risk to availability and system integrity for organizations relying on this plugin.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Update the Nex Forms - Ultimate Form Builder - Lite plugin to the latest version immediately to patch CVE-2026-15450.</li>
<li>Audit the WordPress plugin directory and remove any plugins that are not actively maintained or required for business operations.</li>
<li>Implement restrictive file system permissions on the web server to ensure that the web service user (e.g., www-data) cannot delete critical configuration or system files outside of designated upload directories.</li>
<li>Review WordPress access logs for anomalous POST requests directed at the plugin's AJAX endpoints if indicators of compromise are suspected.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>wordpress</category><category>arbitrary-file-deletion</category><category>path-traversal</category><category>web-application</category></item></channel></rss>