<?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>Collectric — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/collectric/</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 14:17:09 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/collectric/feed.xml" rel="self" type="application/rss+xml"/><item><title>Collectric CMU 1.0 Boolean-Based Blind SQL Injection Vulnerability (CVE-2018-25379)</title><link>https://feed.craftedsignal.io/briefs/2026-05-cve-2018-25379-sqli/</link><pubDate>Tue, 26 May 2026 14:17:09 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-cve-2018-25379-sqli/</guid><description>Collectric CMU 1.0 is vulnerable to CVE-2018-25379, a boolean-based blind SQL injection, allowing unauthenticated attackers to manipulate database queries via the 'lang' parameter, potentially extracting sensitive information using time-based techniques.</description><content:encoded><![CDATA[<p>Collectric CMU 1.0 is susceptible to a boolean-based blind SQL injection vulnerability, identified as CVE-2018-25379, which resides within the &rsquo;lang&rsquo; parameter. This vulnerability allows unauthenticated attackers to inject arbitrary SQL code into login requests. By exploiting this flaw, attackers can manipulate database queries, potentially leading to the extraction of sensitive information from the database. The exploitation relies on time-based blind techniques, where the attacker infers the results of their injected SQL code based on the time it takes for the server to respond. This poses a significant threat to the confidentiality of the CMU 1.0 system and its data.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An unauthenticated attacker identifies the login page of Collectric CMU 1.0.</li>
<li>The attacker crafts a malicious HTTP request targeting the login endpoint.</li>
<li>Within the request, the attacker injects SQL code into the &rsquo;lang&rsquo; parameter.</li>
<li>The server processes the request, executing the injected SQL code against the database.</li>
<li>Using boolean-based blind techniques, the attacker infers the results of the injected SQL query by observing response times.</li>
<li>The attacker iteratively refines the injected SQL code, attempting to extract sensitive information such as usernames, passwords, or other confidential data.</li>
<li>Successful exploitation leads to the unauthorized disclosure of sensitive information stored within the Collectric CMU 1.0 database.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2018-25379 can lead to the complete compromise of the Collectric CMU 1.0 system. Attackers could gain unauthorized access to sensitive user credentials and confidential data. The vulnerability could enable data breaches, identity theft, and unauthorized modifications to the system. The lack of authentication required to exploit this vulnerability increases the risk and potential impact.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Apply appropriate input validation and sanitization to the &rsquo;lang&rsquo; parameter to prevent SQL injection attacks.</li>
<li>Deploy the Sigma rule <code>Detect CVE-2018-25379 Exploitation — SQL Injection via lang Parameter</code> to identify attempts to exploit this vulnerability in web server logs.</li>
<li>Implement parameterized queries or prepared statements to prevent SQL injection vulnerabilities.</li>
<li>Regularly audit and assess web applications for SQL injection and other vulnerabilities.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>sql-injection</category><category>cve-2018-25379</category><category>web-application</category></item></channel></rss>