Skip to content

Commit e1739a4

Browse files
1 parent c7f290a commit e1739a4

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-hpwf-8g29-85qm",
4+
"modified": "2026-04-14T00:15:09Z",
5+
"published": "2026-04-14T00:15:09Z",
6+
"aliases": [],
7+
"summary": "Nest Affected by DoS via Recursive handleData in JsonSocket (TCP Transport)",
8+
"details": "### Impact\nAttacker sends many small, valid JSON messages in one TCP frame\n → handleData() recurses once per message; buffer shrinks each call\n → maxBufferSize is never reached; call stack overflows instead\n → A ~47 KB payload is sufficient to trigger RangeError\n\n### Patches\n\nFixed in `@nestjs/microservices@11.1.19`\n\n### References\n\nDiscovered by https://github.com/hwpark6804-gif",
9+
"severity": [
10+
{
11+
"type": "CVSS_V3",
12+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
13+
}
14+
],
15+
"affected": [
16+
{
17+
"package": {
18+
"ecosystem": "npm",
19+
"name": "@nestjs/microservices"
20+
},
21+
"ranges": [
22+
{
23+
"type": "ECOSYSTEM",
24+
"events": [
25+
{
26+
"introduced": "0"
27+
},
28+
{
29+
"fixed": "11.1.19"
30+
}
31+
]
32+
}
33+
],
34+
"database_specific": {
35+
"last_known_affected_version_range": "<= 11.1.18"
36+
}
37+
}
38+
],
39+
"references": [
40+
{
41+
"type": "WEB",
42+
"url": "https://github.com/nestjs/nest/security/advisories/GHSA-hpwf-8g29-85qm"
43+
},
44+
{
45+
"type": "PACKAGE",
46+
"url": "https://github.com/nestjs/nest"
47+
}
48+
],
49+
"database_specific": {
50+
"cwe_ids": [
51+
"CWE-770"
52+
],
53+
"severity": "HIGH",
54+
"github_reviewed": true,
55+
"github_reviewed_at": "2026-04-14T00:15:09Z",
56+
"nvd_published_at": null
57+
}
58+
}

0 commit comments

Comments
 (0)