Skip to main content
Testkube 2.7.0 is out! An improved resource management architecture and a new GitOps Agent, AI improvements, and more. Read More

testkube-migration-2.7.0_linux_arm64

digestsha256:eb83cbe51531968b66e3e6094979a641f683e6e5d8ca31dd3cec4bd5995418f6
vulnerabilitiescritical: 0 high: 0 medium: 1 low: 0
platformlinux/arm64
size33 MB
packages241
critical: 0 high: 0 medium: 1 low: 0 github.com/nats-io/nats-server/v2 2.11.4 (golang)

pkg:golang/github.com/nats-io/nats-server@2.11.4#v2
medium 5.9: CVE--2026--27571 Improper Handling of Highly Compressed Data (Data Amplification)

Affected range<2.11.12
Fixed version2.11.12
CVSS Score5.9
CVSS VectorCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
EPSS Score0.070%
EPSS Percentile21st percentile
Description

Impact

The WebSockets handling of NATS messages handles compressed messages via the WebSockets negotiated compression. 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 was to bounds the decompression to fail once the message was too large, instead of continuing on.

Patches

This was released in nats-server without being highlighted as a security issue. It should have been, this was an oversight. Per the NATS security policy, because this does not require a valid user, it is CVE-worthy.

This was fixed in the v2.11 series with v2.11.12 and in the v2.12 series with v2.12.3.

Workarounds

This only affects deployments which use WebSockets and which expose the network port to untrusted end-points.

References

This was reported to the NATS maintainers by Pavel Kohout of Aisle Research (www.aisle.com).