<?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>Ultimate Form Builder Lite Plugin &lt;= 1.3.7 — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/ultimate-form-builder-lite-plugin--1.3.7/</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>Tue, 26 May 2026 13:41:55 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/ultimate-form-builder-lite-plugin--1.3.7/feed.xml" rel="self" type="application/rss+xml"/><item><title>WordPress Ultimate Form Builder Lite Plugin SQL Injection Vulnerability</title><link>https://feed.craftedsignal.io/briefs/2026-05-ultimate-form-builder-sqli/</link><pubDate>Tue, 26 May 2026 13:41:55 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-ultimate-form-builder-sqli/</guid><description>WordPress Ultimate Form Builder Lite plugin version 1.3.7 and below contains an SQL injection vulnerability (CVE-2018-25352) that allows authenticated attackers to manipulate database queries by injecting SQL code through the entry_id POST parameter, potentially leading to privilege escalation.</description><content:encoded><![CDATA[<p>The WordPress Ultimate Form Builder Lite plugin, specifically versions 1.3.7 and below, is vulnerable to SQL injection. This vulnerability (CVE-2018-25352) allows authenticated attackers to inject malicious SQL code via the <code>entry_id</code> POST parameter. By crafting specific POST requests to the <code>admin-ajax.php</code> endpoint with the action <code>ufbl_get_entry_detail_action</code>, attackers can manipulate database queries to extract sensitive information, modify existing data, or potentially escalate their privileges within the WordPress database. Successful exploitation could lead to complete compromise of the WordPress installation.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker authenticates to the WordPress application.</li>
<li>The attacker crafts a malicious HTTP POST request targeting the <code>admin-ajax.php</code> endpoint.</li>
<li>The POST request includes the <code>action</code> parameter set to <code>ufbl_get_entry_detail_action</code>.</li>
<li>The attacker injects SQL code into the <code>entry_id</code> POST parameter.</li>
<li>The vulnerable plugin processes the <code>entry_id</code> parameter without proper sanitization, incorporating the injected SQL code into a database query.</li>
<li>The crafted SQL query is executed against the WordPress database.</li>
<li>Depending on the injected SQL code, the attacker can extract sensitive data, modify database entries, or create new administrative accounts.</li>
<li>The attacker leverages the gained access to compromise the entire WordPress installation.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this SQL injection vulnerability allows attackers to read, modify, or delete arbitrary data within the WordPress database. This can lead to sensitive data leakage, defacement of the website, or complete takeover of the WordPress installation. Depending on the attacker&rsquo;s goals, they may escalate privileges to create new administrative accounts, inject malicious code into the website, or use the compromised server as a staging point for further attacks.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Deploy the Sigma rule <code>Detect CVE-2018-25352 Exploitation Attempt — WordPress Ultimate Form Builder SQLi</code> to identify potentially malicious requests targeting the vulnerable endpoint and parameter.</li>
<li>Upgrade the Ultimate Form Builder Lite plugin to a version greater than 1.3.7 to patch the CVE-2018-25352 vulnerability.</li>
<li>Monitor web server logs for suspicious POST requests to <code>admin-ajax.php</code> with the <code>ufbl_get_entry_detail_action</code> action and SQL-like syntax in the <code>entry_id</code> parameter.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>sqli</category><category>wordpress</category><category>plugin</category><category>CVE-2018-25352</category></item></channel></rss>