JLSEC-2026-1120

Source
https://github.com/JuliaLang/SecurityAdvisories.jl/blob/main/advisories/published/2026/JLSEC-2026-1120.md
Import Source
https://github.com/JuliaLang/SecurityAdvisories.jl/tree/generated/osv/2026/JLSEC-2026-1120.json
JSON Data
https://api.osv.dev/v1/vulns/JLSEC-2026-1120
Upstream
Published
2026-08-03T19:08:57.739Z
Modified
2026-08-03T19:15:03.779928337Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
[none]
Details

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.

Database specific
{
    "sources": [
        {
            "html_url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27571",
            "modified": "2026-06-17T10:27:19.650Z",
            "imported": "2026-08-03T18:16:26.916Z",
            "database_specific": {
                "status": "Analyzed"
            },
            "id": "CVE-2026-27571",
            "published": "2026-02-24T17:29:03.393Z",
            "url": "https://services.nvd.nist.gov/rest/json/cves/2.0?cveId=CVE-2026-27571"
        }
    ],
    "license": "CC-BY-4.0"
}
References

Affected packages

Julia / nats_server_jll

Package

Name
nats_server_jll
Purl
pkg:julia/nats_server_jll?uuid=8b1691f7-6002-537d-bdf7-c6203599dc08

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.14.3+0

Database specific

source
"https://github.com/JuliaLang/SecurityAdvisories.jl/tree/generated/osv/2026/JLSEC-2026-1120.json"