Bug 2442401 (CVE-2026-27571) - CVE-2026-27571 nats-server: WebSockets pre-auth memory DoS
Summary: CVE-2026-27571 nats-server: WebSockets pre-auth memory DoS
Keywords:
Status: NEW
Alias: CVE-2026-27571
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2443319 2443320
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-02-24 17:04 UTC by OSIDB Bzimport
Modified: 2026-02-27 14:10 UTC (History)
15 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-02-24 17:04:35 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.