Skip to content

Commit a48125d

Browse files
1 parent 974a47d commit a48125d

File tree

1 file changed

+73
-0
lines changed

1 file changed

+73
-0
lines changed
Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-wqch-xfxh-vrr4",
4+
"modified": "2025-11-25T14:20:21Z",
5+
"published": "2025-11-25T14:20:21Z",
6+
"aliases": [
7+
"CVE-2025-13466"
8+
],
9+
"summary": "body-parser is vulnerable to denial of service when url encoding is used",
10+
"details": "### Impact\n\nbody-parser 2.2.0 is vulnerable to denial of service due to inefficient handling of URL-encoded bodies with very large numbers of parameters. An attacker can send payloads containing thousands of parameters within the default 100KB request size limit, causing elevated CPU and memory usage. This can lead to service slowdown or partial outages under sustained malicious traffic.\n\n### Patches\n\nThis issue is addressed in version 2.2.1.",
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+
"type": "CVSS_V4",
18+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:L/E:P"
19+
}
20+
],
21+
"affected": [
22+
{
23+
"package": {
24+
"ecosystem": "npm",
25+
"name": "body-parser"
26+
},
27+
"ranges": [
28+
{
29+
"type": "ECOSYSTEM",
30+
"events": [
31+
{
32+
"introduced": "0"
33+
},
34+
{
35+
"fixed": "2.2.1"
36+
}
37+
]
38+
}
39+
]
40+
}
41+
],
42+
"references": [
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/expressjs/body-parser/security/advisories/GHSA-wqch-xfxh-vrr4"
46+
},
47+
{
48+
"type": "ADVISORY",
49+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13466"
50+
},
51+
{
52+
"type": "WEB",
53+
"url": "https://github.com/expressjs/body-parser/commit/b204886a6744b0b6d297cd0e849d75de836f3b63"
54+
},
55+
{
56+
"type": "PACKAGE",
57+
"url": "https://github.com/expressjs/body-parser"
58+
},
59+
{
60+
"type": "WEB",
61+
"url": "https://github.com/expressjs/body-parser/releases/tag/v2.2.1"
62+
}
63+
],
64+
"database_specific": {
65+
"cwe_ids": [
66+
"CWE-400"
67+
],
68+
"severity": "MODERATE",
69+
"github_reviewed": true,
70+
"github_reviewed_at": "2025-11-25T14:20:21Z",
71+
"nvd_published_at": "2025-11-24T19:15:46Z"
72+
}
73+
}

0 commit comments

Comments
 (0)