Skip to content
Threat Feed
high advisory

SQL Injection Vulnerability in Raisecom Communication Command and Dispatch Management Platform

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'.

CVE search metadata

CVE search record: CVE-2026-19764. Severity: high. CVSS: 7.3. KEV: no. Product: Communication Command and Dispatch Management Platform (7.6.5). Brief: SQL Injection Vulnerability in Raisecom Communication Command and Dispatch Management Platform. Brief link: https://feed.craftedsignal.io/briefs/2026-08-raisecom-sql-injection/

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.

Attack Chain

  1. Attacker performs reconnaissance to identify internet-facing instances of Raisecom Communication Command and Dispatch Management Platform.
  2. Attacker crafts a malicious HTTP GET or POST request targeting '/app/users/getpwd.php'.
  3. Attacker injects crafted SQL payloads into the 'sip' parameter of the identified script.
  4. The web application's backend database engine processes the malicious input without proper sanitization.
  5. The injection allows the attacker to bypass authentication or extract sensitive data from the database.
  6. Attacker may escalate privileges by dumping credentials or modifying administrative user tables within the database.
  7. Attacker achieves persistent access or objective-based impact through unauthorized database control.

Impact

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.

Recommendation

  • Implement strict input validation and sanitization for the 'sip' parameter in all web-facing components of the Raisecom platform.
  • 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', '--').
  • Restrict access to the '/app/users/' directory at the web server level to trusted management IPs only.
  • Monitor web server logs for suspicious requests to 'getpwd.php' containing abnormal characters or SQL keywords in query parameters.
  • Audit database access logs for queries originating from the application service account that display unauthorized table selection or credential dumping behavior.

Immediate actions

Deploy WAF filters to block identified SQL injection patterns targeting getpwd.php

SOC 24h

Mitigations

Restrict access to the /app/users/ directory to trusted administrative network segments

immediate IT Operations

CVE-2026-19764

Detection coverage 1

Detects CVE-2026-19764 Exploitation - SQL Injection in getpwd.php

high

Detects exploitation attempts against the Raisecom platform by monitoring for SQL injection syntax in requests to the vulnerable getpwd.php script.

sigma tactics: initial_access techniques: T1190 sources: webserver

Detection queries are available on the platform. Get full rules →