CVE-2026-27889 PUBLISHED

NATS: Pre-auth remote server crash via WebSocket frame length overflow in wsRead

Assigner: GitHub_M
Reserved: 24.02.2026 Published: 25.03.2026 Updated: 25.03.2026

NATS-Server is a High-Performance server for NATS.io, a cloud and edge native messaging system. Starting in version 2.2.0 and prior to versions 2.11.14 and 2.12.5, a missing sanity check on a WebSockets frame could trigger a server panic in the nats-server. This happens before authentication, and so is exposed to anyone who can connect to the websockets port. Versions 2.11.14 and 2.12.5 contains a fix. A workaround is available. The vulnerability only affects deployments which use WebSockets and which expose the network port to untrusted end-points. If one is able to do so, a defense in depth of restricting either of these will mitigate the attack.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
CVSS Score: 7.5

Product Status

Vendor nats-io
Product nats-server
Versions
  • Version >= 2.2.0, < 2.11.14 is affected
  • Version >= 2.12.0, < 2.12.5 is affected

References

Problem Types

  • CWE-190: Integer Overflow or Wraparound CWE