CVE-2026-10056 PUBLISHED

CORS misconfiguration in Nx Witness VMS allows session token exfiltration via cross-origin request

Assigner: NX
Reserved: 29.05.2026 Published: 29.05.2026 Updated: 29.05.2026

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.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
CVSS Score: 7.5

Product Status

Vendor Network Optix
Product Nx Witness VMS
Versions
  • affected from 0 to 6.1.2 (excl.)

Workarounds

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.

Solutions

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.

Credits

  • Matan Sandori and 2Bsecure finder

References

Problem Types

  • CWE-942: Permissive Cross-Origin Resource Sharing Policy CWE

Impacts

  • An unauthenticated attacker who tricks an authenticated administrator into visiting a malicious web page can silently exfiltrate the victim's session token and gain full administrative access to the Nx Witness VMS instance.