<?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:yonyou:u8_crm:*:*:*:*:*:*:*:* - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/cpes/cpe2.3ayonyouu8_crm/</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, 15 Sep 2026 17:42:10 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/cpes/cpe2.3ayonyouu8_crm/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>Unauthenticated SQL Injection in Yonyou U8 CRM (CVE-2024-58385)</title><link>https://feed.craftedsignal.io/briefs/2026-09-cve-2024-58385-yonyou-sql-injection/</link><pubDate>Tue, 15 Sep 2026 17:42:10 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-cve-2024-58385-yonyou-sql-injection/</guid><description>An unauthenticated SQL injection vulnerability in Yonyou U8 CRM allows attackers to execute arbitrary SQL commands via the fillbacksettingedit.php endpoint, potentially leading to remote code execution on MS SQL Server instances.</description><content:encoded><![CDATA[<p>Yonyou U8 CRM is vulnerable to an unauthenticated SQL injection flaw located within the fillbacksettingedit.php configuration endpoint. An attacker can leverage the 'DontCheckLogin=1' parameter to bypass authentication controls and subsequently inject malicious payloads into the 'id' parameter. This input is processed by the application's backend database without proper sanitization.</p>
<p>The impact of this vulnerability is severe, particularly for deployments utilizing Microsoft SQL Server. If the database configuration has 'xp_cmdshell' enabled, an attacker can escalate from SQL injection to remote code execution (RCE) by writing backdoor files or executing system-level commands. This vulnerability was confirmed to be actively exploited in the wild, with initial observation by the Shadowserver Foundation on February 13, 2025. Defenders should prioritize patching or restricting access to the affected web endpoint to prevent unauthorized system access.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker performs reconnaissance to identify internet-facing Yonyou U8 CRM instances.</li>
<li>Attacker crafts an HTTP GET/POST request targeting the /fillbacksettingedit.php endpoint.</li>
<li>Attacker injects 'DontCheckLogin=1' into the request to bypass authentication middleware.</li>
<li>Attacker inserts malicious SQL syntax into the 'id' parameter.</li>
<li>The application backend executes the malicious SQL query against the connected Microsoft SQL Server instance.</li>
<li>Attacker leverages SQL commands to enable or utilize 'xp_cmdshell' to access the underlying host OS.</li>
<li>Attacker writes a web shell or other backdoor file to the web server's document root.</li>
<li>Attacker executes arbitrary system commands via the backdoor to maintain persistence and facilitate lateral movement.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows for full database compromise and potential remote code execution on the underlying host. This vulnerability has been observed in-the-wild, putting organizations running Yonyou U8 CRM at risk of data exfiltration, system takeover, and ransomware deployment.</p>
<h2 id="recommendation">Recommendation</h2>
<ol>
<li>Immediately restrict network access to the /fillbacksettingedit.php endpoint on all Yonyou U8 CRM instances.</li>
<li>Audit Microsoft SQL Server configurations to ensure 'xp_cmdshell' is disabled unless strictly required by business processes; if enabled, restrict permissions for the database user account used by the CRM.</li>
<li>Deploy the provided Sigma rule to web server logs to detect exploitation attempts targeting the identified vulnerable endpoint.</li>
<li>Search historical logs for requests containing 'DontCheckLogin=1' followed by unexpected SQL keywords in the 'id' parameter to identify previous compromise attempts.</li>
</ol>
]]></content:encoded><category domain="severity">critical</category><category domain="type">threat</category><category>web-application</category><category>sql-injection</category><category>remote-code-execution</category><category>cve-2024-58385</category></item></channel></rss>