<?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>No-Cms 1.0 — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/no-cms-1.0/</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>Mon, 01 Jun 2026 22:18:04 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/no-cms-1.0/feed.xml" rel="self" type="application/rss+xml"/><item><title>No-CMS 1.0 SQL Injection Vulnerability (CVE-2018-25431)</title><link>https://feed.craftedsignal.io/briefs/2026-06-no-cms-sql-injection/</link><pubDate>Mon, 01 Jun 2026 22:18:04 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-06-no-cms-sql-injection/</guid><description>No-Cms 1.0 is vulnerable to SQL injection (CVE-2018-25431) in the order_by parameter of the manage_privilege export endpoint, allowing authenticated attackers to manipulate database queries and potentially extract sensitive information.</description><content:encoded><![CDATA[<p>No-CMS 1.0 is susceptible to an SQL injection vulnerability within the <code>order_by</code> parameter of the <code>/nocms/main/manage_privilege/index/export</code> endpoint. This flaw, identified as CVE-2018-25431, allows an authenticated attacker to inject arbitrary SQL code into database queries. Successful exploitation enables the attacker to extract sensitive information from the database. The vulnerability exists because the application fails to properly sanitize user-supplied input to the <code>order_by</code> parameter, leading to unintended execution of attacker-controlled SQL commands. Defenders should prioritize patching or mitigating this vulnerability to prevent unauthorized data access.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker authenticates to the No-CMS 1.0 application.</li>
<li>The attacker crafts a malicious POST request targeting the <code>/nocms/main/manage_privilege/index/export</code> endpoint.</li>
<li>The POST request includes a modified <code>order_by[0]</code> parameter containing malicious SQL code.</li>
<li>The application receives the request and processes the <code>order_by[0]</code> parameter without proper sanitization.</li>
<li>The unsanitized SQL code is injected into a database query executed by the application.</li>
<li>The attacker&rsquo;s injected SQL code manipulates the query to extract sensitive information.</li>
<li>The database executes the modified query and returns the results to the application.</li>
<li>The application displays or otherwise exposes the extracted sensitive information to the attacker.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this SQL injection vulnerability (CVE-2018-25431) can lead to unauthorized access to sensitive data stored in the No-CMS database. This may include user credentials, personal information, financial records, or other confidential data. The impact of this vulnerability is high, as it allows an attacker with low privileges (authenticated user) to potentially compromise the entire database.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Apply available patches or updates to No-CMS to remediate CVE-2018-25431.</li>
<li>Deploy the Sigma rule &ldquo;Detect CVE-2018-25431 Exploitation Attempt — No-CMS SQL Injection via order_by Parameter&rdquo; to your SIEM to identify malicious POST requests.</li>
<li>Implement input validation and sanitization measures to prevent SQL injection attacks in the <code>order_by</code> parameter.</li>
<li>Monitor web server logs for suspicious POST requests to <code>/nocms/main/manage_privilege/index/export</code> containing SQL syntax in the <code>order_by[0]</code> parameter (see Sigma rule and logsource).</li>
<li>Review and restrict database user privileges to minimize the impact of successful SQL injection attacks.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>sql-injection</category><category>cve-2018-25431</category><category>web-application</category></item></channel></rss>