CVE-2026-10056
HighCVSS 7.5Exploitation Probability (EPSS)
Low risk15th percentile - higher than 15% of all known CVEs
Summary
A CORS misconfiguration in the REST API of Network Optix Nx Witness VMS before version 6.1.2, running in the default Standard security mode on Linux and Windows, allows an unauthenticated remote attacker to steal an authenticated user's session token and perform Administrator Account Takeover via a malicious cross-origin web page.
Risk Assessment
An attacker can steal the administrator's session token and gain full control over the VMS system, compromising the confidentiality and integrity of the monitored environment.
Recommendation
Immediately update Nx Witness VMS to version 6.1.2 or later. If updating is not possible, set Access-Control-Allow-Credentials to false via PATCH /rest/v2/system/settings with body {"supportedOrigins": "null"}.
Other vulnerabilities in Network Optix Nx Witness VMS
Original NVD description (English source)
CORS misconfiguration in the REST API of Network Optix Nx Witness VMS before version 6.1.2, when running in the default Standard security mode, on Linux and Windows allows an unauthenticated remote attacker to steal the session token of an authenticated user and perform Administrator Account Takeover via a malicious cross-origin web page visited by the victim. The High security mode is not affected.Workaround: For existing installations running in Standard security mode, set Access-Control-Allow-Credentials to false via the REST API: PATCH /rest/v2/system/settings with body {"supportedOrigins": "null"}. Alternatively, select High security level during initial setup. Solution: Update to Nx Witness VMS version 6.1.2 or later, in which Access-Control-Allow-Credentials is set to false in the default Standard security configuration.

