CVE-2026-33219: CWE-770: Allocation of Resources Without Limits or Throttling in nats-io nats-server
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, a malicious client which can connect to the WebSockets port can cause unbounded memory use in the nats-server before authentication; this requires sending a corresponding amount of data. This is a milder variant of CVE-2026-27571. That earlier issue was a compression bomb, this vulnerability is not. Attacks against this new issue thus require significant client bandwidth. Versions 2.11.15 and 2.12.6 contain a fix. As a workaround, disable websockets if not required for project deployment.
AI Analysis
Technical Summary
CVE-2026-33219 is a resource exhaustion vulnerability classified under CWE-770 (Allocation of Resources Without Limits or Throttling) affecting the nats-server component of the nats-io messaging system. NATS-server is widely used for high-performance cloud and edge native messaging. The flaw exists in the handling of incoming connections on the WebSockets port prior to authentication. A malicious client can send a large volume of data, causing the server to allocate memory without any throttling or limits, leading to unbounded memory consumption. This can degrade server performance or cause crashes, resulting in denial of service. This vulnerability differs from the earlier CVE-2026-27571, which involved a compression bomb; here, the attack requires sustained high bandwidth from the attacker but no compression exploitation. The vulnerability affects versions before 2.11.15 and versions from 2.12.0-RC.1 up to but not including 2.12.6. The issue was publicly disclosed on March 25, 2026, with a CVSS v3.1 score of 5.3, indicating medium severity. The vulnerability does not impact confidentiality or integrity but affects availability. No authentication or user interaction is required, and exploitation is remote over the network. Mitigation includes upgrading to fixed versions 2.11.15 or 2.12.6 and disabling WebSockets if not needed. No known exploits have been reported in the wild, but the vulnerability poses a risk to service stability in deployments exposing the WebSockets interface.
Potential Impact
The primary impact of CVE-2026-33219 is on the availability of nats-server instances exposed with WebSockets enabled. Exploitation can lead to unbounded memory consumption, potentially causing server crashes, degraded performance, or denial of service. This can disrupt messaging services that rely on nats-server for cloud and edge native communication, affecting real-time data pipelines, microservices communication, and event-driven architectures. Organizations with critical infrastructure or services dependent on nats-server could experience outages or degraded service quality. Since exploitation requires significant client bandwidth, large-scale attacks may be limited by attacker resources but remain feasible for targeted disruption. The vulnerability does not compromise confidentiality or integrity, so data breaches or unauthorized data modification are not direct concerns. However, service unavailability can have cascading effects on dependent applications and business operations, especially in sectors relying on high availability and low latency messaging. The lack of authentication requirement for triggering the vulnerability increases the attack surface, allowing unauthenticated remote attackers to attempt exploitation.
Mitigation Recommendations
1. Upgrade nats-server to version 2.11.15 or 2.12.6 or later, where the vulnerability is fixed. 2. If WebSockets are not required for your deployment, disable the WebSockets interface entirely to eliminate the attack vector. 3. Implement network-level controls such as rate limiting and traffic shaping on the WebSockets port to limit the amount of data a single client can send, reducing the risk of resource exhaustion. 4. Deploy Web Application Firewalls (WAFs) or Intrusion Prevention Systems (IPS) capable of detecting and blocking anomalous traffic patterns indicative of resource exhaustion attempts. 5. Monitor memory usage and connection patterns on nats-server instances to detect unusual spikes that may indicate exploitation attempts. 6. Isolate nats-server instances behind VPNs or internal networks where possible to reduce exposure to untrusted clients. 7. Regularly review and update incident response plans to include scenarios involving denial of service via resource exhaustion on messaging infrastructure.
Affected Countries
United States, Germany, United Kingdom, Japan, South Korea, Canada, Australia, France, Netherlands, Singapore
CVE-2026-33219: CWE-770: Allocation of Resources Without Limits or Throttling in nats-io nats-server
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, a malicious client which can connect to the WebSockets port can cause unbounded memory use in the nats-server before authentication; this requires sending a corresponding amount of data. This is a milder variant of CVE-2026-27571. That earlier issue was a compression bomb, this vulnerability is not. Attacks against this new issue thus require significant client bandwidth. Versions 2.11.15 and 2.12.6 contain a fix. As a workaround, disable websockets if not required for project deployment.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
CVE-2026-33219 is a resource exhaustion vulnerability classified under CWE-770 (Allocation of Resources Without Limits or Throttling) affecting the nats-server component of the nats-io messaging system. NATS-server is widely used for high-performance cloud and edge native messaging. The flaw exists in the handling of incoming connections on the WebSockets port prior to authentication. A malicious client can send a large volume of data, causing the server to allocate memory without any throttling or limits, leading to unbounded memory consumption. This can degrade server performance or cause crashes, resulting in denial of service. This vulnerability differs from the earlier CVE-2026-27571, which involved a compression bomb; here, the attack requires sustained high bandwidth from the attacker but no compression exploitation. The vulnerability affects versions before 2.11.15 and versions from 2.12.0-RC.1 up to but not including 2.12.6. The issue was publicly disclosed on March 25, 2026, with a CVSS v3.1 score of 5.3, indicating medium severity. The vulnerability does not impact confidentiality or integrity but affects availability. No authentication or user interaction is required, and exploitation is remote over the network. Mitigation includes upgrading to fixed versions 2.11.15 or 2.12.6 and disabling WebSockets if not needed. No known exploits have been reported in the wild, but the vulnerability poses a risk to service stability in deployments exposing the WebSockets interface.
Potential Impact
The primary impact of CVE-2026-33219 is on the availability of nats-server instances exposed with WebSockets enabled. Exploitation can lead to unbounded memory consumption, potentially causing server crashes, degraded performance, or denial of service. This can disrupt messaging services that rely on nats-server for cloud and edge native communication, affecting real-time data pipelines, microservices communication, and event-driven architectures. Organizations with critical infrastructure or services dependent on nats-server could experience outages or degraded service quality. Since exploitation requires significant client bandwidth, large-scale attacks may be limited by attacker resources but remain feasible for targeted disruption. The vulnerability does not compromise confidentiality or integrity, so data breaches or unauthorized data modification are not direct concerns. However, service unavailability can have cascading effects on dependent applications and business operations, especially in sectors relying on high availability and low latency messaging. The lack of authentication requirement for triggering the vulnerability increases the attack surface, allowing unauthenticated remote attackers to attempt exploitation.
Mitigation Recommendations
1. Upgrade nats-server to version 2.11.15 or 2.12.6 or later, where the vulnerability is fixed. 2. If WebSockets are not required for your deployment, disable the WebSockets interface entirely to eliminate the attack vector. 3. Implement network-level controls such as rate limiting and traffic shaping on the WebSockets port to limit the amount of data a single client can send, reducing the risk of resource exhaustion. 4. Deploy Web Application Firewalls (WAFs) or Intrusion Prevention Systems (IPS) capable of detecting and blocking anomalous traffic patterns indicative of resource exhaustion attempts. 5. Monitor memory usage and connection patterns on nats-server instances to detect unusual spikes that may indicate exploitation attempts. 6. Isolate nats-server instances behind VPNs or internal networks where possible to reduce exposure to untrusted clients. 7. Regularly review and update incident response plans to include scenarios involving denial of service via resource exhaustion on messaging infrastructure.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- GitHub_M
- Date Reserved
- 2026-03-17T23:23:58.314Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 69c43f15f4197a8e3b7dafe8
Added to database: 3/25/2026, 8:01:25 PM
Last enriched: 3/25/2026, 8:17:15 PM
Last updated: 3/26/2026, 5:39:43 AM
Views: 9
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.