<?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/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Cpe:2.3:a:yot:cms:*:*:*:*:*:*:*:* - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/cpes/cpe2.3ayotcms/</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, 14 Sep 2026 11:33:25 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/cpes/cpe2.3ayotcms/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>SQL Injection in Yot CMS Cookie Handler</title><link>https://feed.craftedsignal.io/briefs/2026-09-yot-cms-sqli/</link><pubDate>Mon, 14 Sep 2026 11:33:25 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-yot-cms-sqli/</guid><description>An unauthenticated remote SQL injection vulnerability in Yot CMS versions up to 3.3.1 allows attackers to execute arbitrary database commands via the Login function.</description><content:encoded><![CDATA[<p>Yot CMS versions up to 3.3.1 are vulnerable to a SQL injection vulnerability (CVE-2026-90708) located in the Login function within the global.php file of the Cookie Handler component. The vulnerability arises from improper sanitization of the yot3_user and yot3_pass arguments. Attackers can trigger this vulnerability remotely by sending malicious HTTP requests containing SQL injection payloads to the application. Public exploit code for this vulnerability is available, increasing the risk of exploitation. Defenders should treat this as a high-priority risk for internet-facing installations of Yot CMS and consider implementation of input validation controls or upgrading the software if a patch is available.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker performs reconnaissance to identify internet-facing Yot CMS instances.</li>
<li>Attacker locates the application login page or cookie handling logic.</li>
<li>Attacker crafts an HTTP request targeting the Login function in global.php.</li>
<li>Attacker inserts malicious SQL syntax into the yot3_user or yot3_pass cookie arguments.</li>
<li>The server-side application fails to sanitize these inputs and passes them to the database query.</li>
<li>The database executes the injected SQL commands, potentially leading to unauthorized data access, credential theft, or bypass of authentication.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this vulnerability allows unauthorized access to the backend database. This may lead to the exfiltration of sensitive information, including user credentials or session data, and in some configurations, could result in administrative account compromise or complete control over the CMS instance.</p>
<h2 id="recommendation">Recommendation</h2>
<ol>
<li>Identify all instances of Yot CMS (&lt;= 3.3.1) in your environment.</li>
<li>Implement a Web Application Firewall (WAF) rule to inspect and block HTTP requests containing SQL injection patterns directed at the Login function or global.php.</li>
<li>Monitor web server logs for anomalies in the 'yot3_user' or 'yot3_pass' parameters.</li>
<li>Coordinate with IT operations to patch or upgrade Yot CMS to a version beyond 3.3.1.</li>
</ol>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category></item></channel></rss>