CVE-2026-10056: CORS misconfiguration in Nx Witness VMS allows session token exfiltration via cross-origin request
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.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
Network Optix Nx Witness VMSto a version that resolves this vulnerability.Fixed in 6.1.2 - Configuration
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"}.
Network Optix Nx Witness VMS REST API Access-Control-Allow-Credentials = false
Event History
Frequently Asked Questions
What is the severity of CVE-2026-10056?
CVE-2026-10056 has a severity score of 7.5, indicating it is classified as high severity.
How do I fix CVE-2026-10056?
To fix CVE-2026-10056, update to Nx Witness VMS version 6.1.2 or later.
What type of vulnerability is CVE-2026-10056?
CVE-2026-10056 is a CORS misconfiguration vulnerability that allows session token exfiltration.
Who is affected by CVE-2026-10056?
CVE-2026-10056 affects users of Network Optix Nx Witness VMS versions prior to 6.1.2 running in default security mode.
Can CVE-2026-10056 lead to account takeover?
Yes, CVE-2026-10056 can lead to Administrator Account Takeover through stolen session tokens.