CVE Catalog

CVE-2026-33247

HighCVSS 7.4
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.41%

34th percentile - higher than 34% of all known CVEs

Summary

A vulnerability in NATS-Server exposes static credentials passed via command-line arguments (argv) through the `/debug/vars` endpoint. If the monitoring port is enabled, any user with access to it can read these credentials.

Risk Assessment

The risk involves potential leakage of sensitive authentication data, which could lead to unauthorized access to the NATS system and compromise communication security.

Recommendation

Immediately update to version 2.11.15 or 2.12.6. As a workaround, configure credentials in a configuration file instead of argv and disable the monitoring port if using secrets in argv.

Other vulnerabilities in NATS-Server

See all
Original NVD description (English source)

NATS-Server is a High-Performance server for NATS.io, a cloud and edge native messaging system. Prior to versions 2.11.15 and 2.12.6, if a nats-server is run with static credentials for all clients provided via argv (the command-line), then those credentials are visible to any user who can see the monitoring port, if that too is enabled. The `/debug/vars` end-point contains an unredacted copy of argv. Versions 2.11.15 and 2.12.6 contain a fix. As a workaround, configure credentials inside a configuration file instead of via argv, and do not enable the monitoring port if using secrets in argv. Best practice remains to not expose the monitoring port to the Internet, or to untrusted network sources.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS