<?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>Cve-2026-9551 — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/cve-2026-9551/</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 15:21:31 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/cve-2026-9551/feed.xml" rel="self" type="application/rss+xml"/><item><title>Das Parking Management System 停车场管理系统 SQL Injection Vulnerability (CVE-2026-9551)</title><link>https://feed.craftedsignal.io/briefs/2026-05-cve-2026-9551-sql-injection/</link><pubDate>Tue, 26 May 2026 15:21:31 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-cve-2026-9551-sql-injection/</guid><description>A SQL injection vulnerability exists in Das Parking Management System 停车场管理系统 version 6.2.0 allowing a remote attacker to execute arbitrary SQL commands by manipulating the Value argument in the xp_cmdshell function of the ParkingRecord/ExportParkingRecords API endpoint.</description><content:encoded><![CDATA[<p>A SQL injection vulnerability, identified as CVE-2026-9551, affects Das Parking Management System 停车场管理系统 version 6.2.0. The vulnerability resides within the <code>xp_cmdshell</code> function of the <code>ParkingRecord/ExportParkingRecords</code> file, specifically in the API Endpoint component. An attacker can remotely exploit this vulnerability by manipulating the <code>Value</code> argument, injecting malicious SQL commands. Publicly available exploit code exists, increasing the risk of exploitation. The vendor was notified but did not respond.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker identifies the vulnerable API endpoint <code>/ParkingRecord/ExportParkingRecords</code>.</li>
<li>Attacker crafts a malicious HTTP request targeting the API endpoint.</li>
<li>The request includes a modified <code>Value</code> argument designed to inject SQL commands into the application&rsquo;s database query.</li>
<li>The application processes the request without proper sanitization of the <code>Value</code> argument.</li>
<li>The injected SQL commands are executed against the database.</li>
<li>The attacker retrieves sensitive data from the database or modifies existing data.</li>
<li>The attacker uses <code>xp_cmdshell</code> to execute arbitrary operating system commands.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-9551 allows an attacker to execute arbitrary SQL commands on the affected system. This can lead to unauthorized access to sensitive data, modification of data, or complete system compromise through operating system command execution via <code>xp_cmdshell</code>. The absence of vendor response exacerbates the risk, potentially leading to widespread exploitation if left unpatched.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Deploy the Sigma rule <code>Detect CVE-2026-9551 Exploitation Attempt via SQL Injection</code> to identify exploitation attempts (see below).</li>
<li>Monitor web server logs for suspicious requests to <code>/ParkingRecord/ExportParkingRecords</code> containing SQL injection payloads (see Sigma rule and webserver logs).</li>
<li>Apply input validation and sanitization to the <code>Value</code> argument in the <code>ParkingRecord/ExportParkingRecords</code> API endpoint.</li>
<li>Disable or restrict the use of <code>xp_cmdshell</code> if not required to prevent command execution.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>cve-2026-9551</category><category>sql-injection</category><category>web-application</category></item></channel></rss>