CVE-2026-19764
Received Received - Intake

SQL Injection in Raisecom Command and Dispatch Management Platform

Vulnerability report for CVE-2026-19764, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-14

Last updated on: 2026-08-14

Assigner: VulDB

Description

A vulnerability was identified in Raisecom Communication Command and Dispatch Management Platform up to 7.6.5. This affects an unknown part of the file /app/users/getpwd.php. Such manipulation of the argument sip leads to sql injection. The attack can be executed remotely. The exploit is publicly available and might be used. The vendor was contacted early about this disclosure but did not respond in any way.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-14
Last Modified
2026-08-14
Generated
2026-08-14
AI Q&A
2026-08-14
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
raisecom communication_command_and_dispatch_management_platform to 7.6.5 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a SQL injection flaw in the Raisecom Communication Command and Dispatch Management Platform up to version 7.6.5. It exists in the file /app/users/getpwd.php where the 'sip' argument is manipulated to inject malicious SQL code. The attack can be executed remotely without requiring authentication.

Detection Guidance

Check for unusual SQL queries or errors in logs related to /app/users/getpwd.php. Test the sip parameter for SQL injection by appending single quotes or SQL keywords like 'OR 1=1' to URLs or input fields.

Impact Analysis

This vulnerability allows attackers to execute arbitrary SQL commands on the database backend. This could lead to unauthorized data access, modification, or deletion. Since the exploit is publicly available, the risk of exploitation is higher. The impact includes potential data breaches, loss of sensitive information, and system compromise.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR and HIPAA due to unauthorized access to personal or health data. GDPR requires protection of personal data, and HIPAA mandates safeguards for protected health information. A successful exploit may result in data breaches, triggering legal penalties, fines, and reputational damage.

Mitigation Strategies

Update Raisecom Communication Command and Dispatch Management Platform to the latest version. Apply input validation and sanitization for the sip parameter. Restrict database user permissions to limit damage from potential SQL injection.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-19764. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart