<?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>OpenCATS 0.9.7.4 — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/opencats-0.9.7.4/</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, 27 May 2026 12:51:22 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/opencats-0.9.7.4/feed.xml" rel="self" type="application/rss+xml"/><item><title>OpenCATS 0.9.7.4 SQL Injection Vulnerability</title><link>https://feed.craftedsignal.io/briefs/2026-05-opencats-sqli/</link><pubDate>Wed, 27 May 2026 12:51:22 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-opencats-sqli/</guid><description>A SQL Injection vulnerability exists in OpenCATS 0.9.7.4, with a published exploit that allows for database version and user extraction on unpatched systems.</description><content:encoded><![CDATA[<p>A SQL Injection vulnerability has been identified in OpenCATS version 0.9.7.4. A public exploit (EDB-52579) is available on Exploit-DB, significantly increasing the risk to systems running this version. The exploit, tested on Ubuntu 22.04 with Apache2, PHP, and MariaDB 10.6, leverages a flaw in the getDataGridPager function to inject SQL commands. This allows an attacker to potentially extract sensitive information, including database version details, usernames, access levels, and password hashes, thereby compromising the application&rsquo;s security. The availability of a working exploit makes it crucial for organizations using OpenCATS 0.9.7.4 to apply necessary patches or mitigations immediately.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker gains initial access to the OpenCATS application.</li>
<li>The attacker authenticates to the application, using default credentials if available (admin/cats).</li>
<li>The attacker crafts a malicious HTTP GET request to the <code>ajax.php</code> endpoint, specifically targeting the <code>getDataGridPager</code> function.</li>
<li>Within the parameters of <code>getDataGridPager</code>, the attacker injects SQL code into the <code>sortDirection</code> parameter. This is achieved by manipulating the JSON-encoded parameters passed to the function.</li>
<li>The injected SQL code is designed to exploit a blind SQL Injection vulnerability, using <code>DESC,IF(({cond}),SLEEP({delay}),0)</code>.</li>
<li>The attacker uses conditional statements and <code>SLEEP()</code> functions to infer data based on response times. This allows them to bypass traditional output-based SQL injection protections.</li>
<li>The attacker extracts the database version, usernames, access levels, and password hashes from the database.</li>
<li>The attacker uses the extracted credentials and information to further compromise the system or gain unauthorized access to sensitive data.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this SQL Injection vulnerability can lead to full database compromise. An attacker could potentially extract sensitive information such as usernames, passwords, and other confidential data stored within the OpenCATS database. This could result in unauthorized access to the application, data breaches, and potential reputational damage. The vulnerability targets any system running OpenCATS 0.9.7.4, making it a widespread risk for users of this software.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Apply available patches or updates for OpenCATS to address the SQL Injection vulnerability.</li>
<li>Monitor web server logs for suspicious GET requests to <code>ajax.php</code> with unusual parameters in the <code>f</code> and <code>p</code> parameters, using the Sigma rule provided.</li>
<li>Implement a web application firewall (WAF) rule to filter out SQL injection attempts targeting the <code>sortDirection</code> parameter in <code>getDataGridPager</code>.</li>
<li>Enforce strong password policies and multi-factor authentication to mitigate the impact of compromised credentials, based on extracted password hashes.</li>
<li>Deploy the Sigma rule to detect SQL injection attempts via <code>ajax.php</code> and tune it to your specific environment.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>sqli</category><category>webapps</category><category>opencats</category></item></channel></rss>