CVE-2026-2668
Published: 18 February 2026
Summary
CVE-2026-2668 is a high-severity Incorrect Privilege Assignment (CWE-266) vulnerability in Rongzhitong Visual Integrated Command And Dispatch Platform. Its CVSS base score is 7.3 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 5.6th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
Threat & Defense at a Glance
Threat & Defense Details
Likely Mitigating ControlsAI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
The access control policy and procedures directly mandate and enforce proper access control mechanisms across the organization.
Supervision and review of access control activities directly detects and remediates improper access configurations or usages.
Defining account types, requiring approvals for creation, specifying authorizations, monitoring usage, and reviewing accounts directly prevents improper access control by ensuring only authorized accounts exist and are used.
The control requires explicit definition of separated access authorizations, making incorrect privilege assignments that bundle conflicting duties harder to implement.
Ensures privileges are assigned only as necessary rather than incorrectly over-granted.
Device lock enforces restricted access until re-authentication, directly reducing unauthorized use of active sessions.
Explicitly identifying and documenting actions permitted without identification or authentication enforces proper access control boundaries by defining justified exceptions.
By automatically labeling outputs with security attributes, the control supports attribute-based enforcement and reduces exploitability of improper access control weaknesses.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
The unauthenticated remote access control bypass on a public-facing /user/add endpoint directly enables T1190 (Exploit Public-Facing Application) for initial access, with the endpoint functionality facilitating T1136 (Create Account) via unauthorized user manipulation.
NVD Description
A vulnerability was found in Rongzhitong Visual Integrated Command and Dispatch Platform up to 20260206. This affects an unknown function of the file /dm/dispatch/user/add of the component User Handler. The manipulation results in improper access controls. The attack may be…
more
launched remotely. The exploit has been made public and could be used. The vendor was contacted early about this disclosure but did not respond in any way.
Deeper analysisAI
CVE-2026-2668 is a vulnerability involving improper access controls in the Rongzhitong Visual Integrated Command and Dispatch Platform, affecting versions up to 20260206. The issue resides in an unknown function within the /dm/dispatch/user/add endpoint of the User Handler component. Classified under CWE-266 (Incorrect Privilege Assignment) and CWE-284 (Improper Access Control), it carries a CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L), indicating high severity due to its network accessibility and lack of prerequisites.
Remote attackers can exploit this vulnerability without authentication or user interaction, targeting the affected endpoint to bypass access controls. Successful exploitation allows limited impacts on confidentiality, integrity, and availability, potentially enabling unauthorized actions such as user manipulation within the platform.
VulDB advisories (ctiid.346465, id.346465, submit.753283) document the issue, noting that a public exploit is available via a GitHub repository detailing unauthorized access. The vendor was notified early for coordinated disclosure but provided no response, and no patches or mitigations are referenced in the available information. Security practitioners should restrict network access to the platform and monitor for exploitation attempts using the public proof-of-concept.
Details
- CWE(s)