<?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>Communication Command and Dispatch Management Platform (7.6.5) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/communication-command-and-dispatch-management-platform-7.6.5/</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>Fri, 14 Aug 2026 02:06:15 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/communication-command-and-dispatch-management-platform-7.6.5/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 Vulnerability in Raisecom Communication Command and Dispatch Management Platform</title><link>https://feed.craftedsignal.io/briefs/2026-08-raisecom-sql-injection/</link><pubDate>Fri, 14 Aug 2026 02:06:15 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-raisecom-sql-injection/</guid><description>An unauthenticated remote SQL injection vulnerability in the Raisecom Communication Command and Dispatch Management Platform allows attackers to execute arbitrary database queries via the 'sip' parameter in 'getpwd.php'.</description><content:encoded><![CDATA[<p>A critical SQL injection vulnerability has been identified in the Raisecom Communication Command and Dispatch Management Platform, specifically impacting versions up to and including 7.6.5. The vulnerability resides within the '/app/users/getpwd.php' script, where the 'sip' parameter is improperly neutralized before being processed by the backend database. This flaw allows remote, unauthenticated attackers to manipulate SQL queries, potentially leading to unauthorized data exfiltration, database modification, or administrative account compromise. Publicly available exploit code for this vulnerability has been reported, increasing the risk of exploitation. Defenders should treat this as a high-priority risk due to the potential for unauthenticated remote code execution and the current lack of vendor-provided patches.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker performs reconnaissance to identify internet-facing instances of Raisecom Communication Command and Dispatch Management Platform.</li>
<li>Attacker crafts a malicious HTTP GET or POST request targeting '/app/users/getpwd.php'.</li>
<li>Attacker injects crafted SQL payloads into the 'sip' parameter of the identified script.</li>
<li>The web application's backend database engine processes the malicious input without proper sanitization.</li>
<li>The injection allows the attacker to bypass authentication or extract sensitive data from the database.</li>
<li>Attacker may escalate privileges by dumping credentials or modifying administrative user tables within the database.</li>
<li>Attacker achieves persistent access or objective-based impact through unauthorized database control.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this vulnerability allows unauthenticated attackers to gain unauthorized access to the underlying database of the Raisecom platform. This can result in complete data exposure, integrity loss of system records, and potential system-wide compromise. Given the platform's role in command and dispatch operations, compromise could lead to operational disruption and the loss of sensitive communication logs or user credentials.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Implement strict input validation and sanitization for the 'sip' parameter in all web-facing components of the Raisecom platform.</li>
<li>Deploy WAF rules to block incoming HTTP requests to '/app/users/getpwd.php' that contain common SQL injection syntax (e.g., 'UNION', 'SELECT', 'OR 1=1', '--').</li>
<li>Restrict access to the '/app/users/' directory at the web server level to trusted management IPs only.</li>
<li>Monitor web server logs for suspicious requests to 'getpwd.php' containing abnormal characters or SQL keywords in query parameters.</li>
<li>Audit database access logs for queries originating from the application service account that display unauthorized table selection or credential dumping behavior.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category></item></channel></rss>