Cyber Posture

CVE-2026-33216

High

Published: 25 March 2026

Published
25 March 2026
Modified
26 March 2026
KEV Added
Patch
CVSS Score 8.6 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
EPSS Score 0.0005 14.7th percentile
Risk Priority 17 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-33216 is a high-severity Plaintext Storage of a Password (CWE-256) vulnerability in Linuxfoundation Nats-Server. Its CVSS base score is 8.6 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 14.7th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 AC-3 (Access Enforcement) and SI-2 (Flaw Remediation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

SI-2 mandates timely flaw remediation, directly addressing CVE-2026-33216 by applying patches that correct the misclassification and exposure of MQTT passwords in monitoring endpoints.

prevent

AC-3 enforces approved authorizations on monitoring endpoints, preventing unauthorized retrieval of exposed plaintext MQTT passwords as specified in the CVE workaround.

prevent

SC-7 monitors and controls communications at system boundaries, mitigating remote network access to vulnerable monitoring endpoints from untrusted networks.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1552 Unsecured Credentials Credential Access
Adversaries may search compromised systems to find and obtain insecurely stored credentials.
Why these techniques?

The CVE directly exposes plaintext MQTT credentials via remotely accessible monitoring endpoints (CWE-256), enabling remote exploitation of a public-facing service (T1190) to obtain unsecured credentials (T1552).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

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, for MQTT deployments using usercodes/passwords: MQTT passwords are incorrectly classified as a non-authenticating identity statement (JWT) and exposed via monitoring…

more

endpoints. Versions 2.11.14 and 2.12.6 contain a fix. As a workaround, ensure monitoring end-points are adequately secured. Best practice remains to not expose the monitoring endpoint to the Internet or other untrusted network users.

Deeper analysisAI

CVE-2026-33216 is a vulnerability in NATS-Server, a high-performance server for the NATS.io cloud and edge native messaging system. It affects versions prior to 2.11.15 and 2.12.6, specifically in MQTT deployments that use usercodes and passwords. The issue arises because MQTT passwords are incorrectly classified as a non-authenticating identity statement in JWT format, resulting in their exposure through monitoring endpoints. The vulnerability is rated with a CVSS v3.1 base score of 8.6 (AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N) and is associated with CWE-256 (Plaintext Storage of a Password).

Attackers can exploit this vulnerability remotely over the network with no privileges required, low complexity, and no user interaction needed. Anyone with access to the exposed monitoring endpoints can retrieve the MQTT passwords in plaintext, enabling unauthorized access to MQTT services. The scope change and high confidentiality impact allow attackers to compromise credentials without affecting integrity or availability.

Advisories and the patch notes recommend upgrading to versions 2.11.14 or 2.12.6, which contain the fix. As a workaround, administrators should ensure monitoring endpoints are adequately secured with authentication and access controls. Best practices emphasize not exposing the monitoring endpoint to the Internet or other untrusted networks, as detailed in the NATS security advisory and related GitHub commit.

Details

CWE(s)

Affected Products

linuxfoundation
nats-server
≤ 2.11.15 · 2.12.0 — 2.12.6

CVEs Like This One

CVE-2026-33247Same product: Linuxfoundation Nats-Server
CVE-2026-27889Same product: Linuxfoundation Nats-Server
CVE-2026-29785Same product: Linuxfoundation Nats-Server
CVE-2026-33217Same product: Linuxfoundation Nats-Server
CVE-2026-27571Same product: Linuxfoundation Nats-Server
CVE-2026-33218Same product: Linuxfoundation Nats-Server
CVE-2025-27662Shared CWE-256
CVE-2026-33701Same vendor: Linuxfoundation
CVE-2025-68137Same vendor: Linuxfoundation
CVE-2026-24124Same vendor: Linuxfoundation

References