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.
Published: 2026-08-14
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a classic SQL injection in the getpwd.php script where the sip parameter is not properly sanitized. An attacker can inject arbitrary SQL statements, potentially reading, modifying or deleting data from the underlying database. The flaw is identified as CWE-74 and CWE-89.

Affected Systems

Affected versions are Raisecom Communication Command and Dispatch Management Platform prior to and including 7.6.5. The exposure originates from the getpwd.php endpoint inside the /app/users directory. No other versions or components were reported as vulnerable, but the description indicates an unknown specific file portion may be affected.

Risk and Exploitability

The CVSS score of 6.9 classifies the issue as medium‑high severity. The EPSS score is not available, and the vulnerability is not listed in CISA KEV, but publicly available exploits exist and remote execution is possible. Given that the flaw exists in a web‑accessible file, an unauthenticated or low‑privilege attacker could exploit it from the Internet, making the risk non‑negligible without a patch.

Generated by OpenCVE AI on August 14, 2026 at 02:39 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest vendor patch to the Raisecom platform or upgrade to a version where getpwd.php is properly protected against SQL injection.
  • If an immediate patch is unavailable, restrict direct access to /app/users/getpwd.php by network segmentation or firewall rules to only allow trusted administrators.
  • Implement application‑level input validation or parameterized queries for the sip argument to neutralize SQL injection attempts.
  • Continuously monitor web application logs for suspicious SQL keywords (e.g., UNION, "OR 1=1") and block offending IP addresses.

Generated by OpenCVE AI on August 14, 2026 at 02:39 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 14 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 14 Aug 2026 01:15:00 +0000

Type Values Removed Values Added
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.
Title Raisecom Communication Command and Dispatch Management Platform getpwd.php sql injection
First Time appeared Raisecom
Raisecom communication Command And Dispatch Management Platform
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:raisecom:communication_command_and_dispatch_management_platform:*:*:*:*:*:*:*:*
Vendors & Products Raisecom
Raisecom communication Command And Dispatch Management Platform
References
Metrics cvssV2_0

{'score': 7.5, 'vector': 'AV:N/AC:L/Au:N/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 7.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Raisecom Communication Command And Dispatch Management Platform
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-14T14:55:36.100Z

Reserved: 2026-08-13T16:47:00.376Z

Link: CVE-2026-19764

cve-icon Vulnrichment

Updated: 2026-08-14T14:55:05.223Z

cve-icon NVD

Status : Deferred

Published: 2026-08-14T01:18:57.440

Modified: 2026-08-14T19:09:56.813

Link: CVE-2026-19764

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-14T09:29:59Z

Weaknesses
  • CWE-74

    Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')