Skip to content

Commit f6fdec3

Browse files
1 parent eb965e8 commit f6fdec3

1 file changed

Lines changed: 88 additions & 0 deletions

File tree

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-8r68-gvr4-jh7j",
4+
"modified": "2026-03-24T21:46:31Z",
5+
"published": "2026-03-24T21:46:31Z",
6+
"aliases": [
7+
"CVE-2026-33219"
8+
],
9+
"summary": "NATS is vulnerable to pre-auth DoS through WebSockets client service",
10+
"details": "### Background\n\nNATS.io is a high performance open source pub-sub distributed communication technology, built for the cloud, on-premise, IoT, and edge computing.\n\nThe nats-server offers a WebSockets client service, used in deployments where browsers are the NATS clients.\n\n### Problem Description\n\nA malicious client which can connect to the WebSockets port can cause unbounded memory use in the nats-server before authentication; this requires sending a corresponding amount of data.\n\nThis is a milder variant of [NATS-advisory-ID 2026-02](https://advisories.nats.io/CVE/secnote-2026-02.txt) (aka CVE-2026-27571; GHSA-qrvq-68c2-7grw).\nThat earlier issue was a compression bomb, this vulnerability is not. Attacks against this new issue thus require significant client bandwidth.\n\n### Affected Versions\n\nAny version before v2.12.6 or v2.11.15\n\n### Workarounds\n\nDisable websockets if not required for project deployment.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Go",
21+
"name": "github.com/nats-io/nats-server/v2"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "2.11.15"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Go",
40+
"name": "github.com/nats-io/nats-server/v2"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "2.12.0-RC.1"
48+
},
49+
{
50+
"fixed": "2.12.6"
51+
}
52+
]
53+
}
54+
]
55+
}
56+
],
57+
"references": [
58+
{
59+
"type": "WEB",
60+
"url": "https://github.com/nats-io/nats-server/security/advisories/GHSA-8r68-gvr4-jh7j"
61+
},
62+
{
63+
"type": "WEB",
64+
"url": "https://advisories.nats.io/CVE/secnote-2026-02.txt"
65+
},
66+
{
67+
"type": "WEB",
68+
"url": "https://advisories.nats.io/CVE/secnote-2026-11.txt"
69+
},
70+
{
71+
"type": "ADVISORY",
72+
"url": "https://github.com/advisories/GHSA-qrvq-68c2-7grw"
73+
},
74+
{
75+
"type": "PACKAGE",
76+
"url": "https://github.com/nats-io/nats-server"
77+
}
78+
],
79+
"database_specific": {
80+
"cwe_ids": [
81+
"CWE-770"
82+
],
83+
"severity": "MODERATE",
84+
"github_reviewed": true,
85+
"github_reviewed_at": "2026-03-24T21:46:31Z",
86+
"nvd_published_at": null
87+
}
88+
}

0 commit comments

Comments
 (0)