Vulnerability Description
NATS-Server is a High-Performance server for NATS.io, a cloud and edge native messaging system. The WebSockets handling of NATS messages handles compressed messages via the WebSockets negotiated compression. Prior to versions 2.11.2 and 2.12.3, the implementation bound the memory size of a NATS message but did not independently bound the memory consumption of the memory stream when constructing a NATS message which might then fail validation for size reasons. An attacker can use a compression bomb to cause excessive memory consumption, often resulting in the operating system terminating the server process. The use of compression is negotiated before authentication, so this does not require valid NATS credentials to exploit. The fix, present in versions 2.11.2 and 2.12.3, was to bounds the decompression to fail once the message was too large, instead of continuing on. The vulnerability only affects deployments which use WebSockets and which expose the network port to untrusted end-points.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linuxfoundation | Nats-Server | < 2.11.12 |
Related Weaknesses (CWE)
References
- https://github.com/nats-io/nats-server/commit/f77fb7c4535e6727cc1a2899cd8e6bbdd8Patch
- https://github.com/nats-io/nats-server/releases/tag/v2.11.12ProductRelease Notes
- https://github.com/nats-io/nats-server/releases/tag/v2.12.3ProductRelease Notes
- https://github.com/nats-io/nats-server/security/advisories/GHSA-qrvq-68c2-7grwVendor Advisory
FAQ
What is CVE-2026-27571?
CVE-2026-27571 is a vulnerability with a CVSS score of 5.9 (MEDIUM). NATS-Server is a High-Performance server for NATS.io, a cloud and edge native messaging system. The WebSockets handling of NATS messages handles compressed messages via the WebSockets negotiated compr...
How severe is CVE-2026-27571?
CVE-2026-27571 has been rated MEDIUM with a CVSS base score of 5.9/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-27571?
Check the references section above for vendor advisories and patch information. Affected products include: Linuxfoundation Nats-Server.