<?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>Yot CMS 3.3.1 — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/yot-cms-3.3.1/</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, 30 May 2026 16:21:39 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/yot-cms-3.3.1/feed.xml" rel="self" type="application/rss+xml"/><item><title>Yot CMS 3.3.1 SQL Injection Vulnerability (CVE-2018-25425)</title><link>https://feed.craftedsignal.io/briefs/2026-05-yot-cms-sqli/</link><pubDate>Sat, 30 May 2026 16:21:39 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-yot-cms-sqli/</guid><description>Yot CMS 3.3.1 is vulnerable to SQL injection, allowing unauthenticated attackers to execute arbitrary SQL queries by injecting malicious code through the aid and cid parameters in GET requests, potentially leading to database information disclosure.</description><content:encoded><![CDATA[<p>Yot CMS 3.3.1 is susceptible to an SQL injection vulnerability (CVE-2018-25425) that enables unauthenticated attackers to execute arbitrary SQL queries. The vulnerability stems from insufficient input sanitization within the application, specifically affecting the <code>aid</code> and <code>cid</code> parameters. By crafting malicious SQL payloads within GET requests to the <code>index.php</code> endpoint, attackers can potentially extract sensitive database information, including table and column names. This vulnerability poses a significant risk, as it allows unauthorized access to the underlying database, compromising the confidentiality and integrity of the CMS and its data.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An unauthenticated attacker identifies a Yot CMS 3.3.1 instance.</li>
<li>The attacker crafts a malicious SQL payload designed to extract database information. This payload is injected into either the <code>aid</code> or <code>cid</code> parameter of a GET request.</li>
<li>The attacker sends the crafted GET request to the <code>index.php</code> endpoint of the vulnerable Yot CMS instance. For example: <code>index.php?aid=malicious_sql_payload</code> or <code>index.php?cid=malicious_sql_payload</code>.</li>
<li>The Yot CMS application processes the GET request without properly sanitizing the <code>aid</code> or <code>cid</code> parameter.</li>
<li>The malicious SQL payload is passed directly to the database server.</li>
<li>The database server executes the injected SQL query.</li>
<li>The database server returns the results of the injected SQL query to the Yot CMS application.</li>
<li>The Yot CMS application displays the extracted database information, potentially revealing sensitive data like table names, column names, and data contained within the tables.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this SQL injection vulnerability (CVE-2018-25425) allows unauthenticated attackers to execute arbitrary SQL queries on the Yot CMS 3.3.1 database. This can lead to the disclosure of sensitive information, such as usernames, passwords, and other confidential data stored in the database. The attacker could potentially gain complete control over the database, leading to data modification, deletion, or the insertion of malicious content into the CMS.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Apply appropriate input validation and sanitization techniques to all user-supplied input, especially within the <code>aid</code> and <code>cid</code> parameters of <code>index.php</code>, to prevent SQL injection attacks as described in CVE-2018-25425.</li>
<li>Deploy the Sigma rule &ldquo;Detect Yot CMS SQL Injection Attempt via GET Parameters&rdquo; to detect exploitation attempts in web server logs.</li>
<li>Monitor web server logs for suspicious GET requests to <code>index.php</code> containing SQL keywords or special characters in the <code>aid</code> or <code>cid</code> parameters.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">threat</category><category>sql-injection</category><category>cve</category><category>web-application</category></item></channel></rss>