Skip to content

Commit 503294c

Browse files
1 parent aaa2ac1 commit 503294c

1 file changed

Lines changed: 50 additions & 4 deletions

File tree

advisories/unreviewed/2025/12/GHSA-6h4f-pj3g-q8fq/GHSA-6h4f-pj3g-q8fq.json renamed to advisories/github-reviewed/2025/12/GHSA-6h4f-pj3g-q8fq/GHSA-6h4f-pj3g-q8fq.json

Lines changed: 50 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,62 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-6h4f-pj3g-q8fq",
4-
"modified": "2026-01-14T00:31:24Z",
4+
"modified": "2026-01-21T21:20:42Z",
55
"published": "2025-12-03T21:31:04Z",
66
"aliases": [
77
"CVE-2024-3884"
88
],
9+
"summary": "Undertow OutOfMemory when parsing form data encoding with application/x-www-form-urlencoded",
910
"details": "A flaw was found in Undertow that can cause remote denial of service attacks. When the server uses the FormEncodedDataDefinition.doParse(StreamSourceChannel) method to parse large form data encoding with application/x-www-form-urlencoded, the method will cause an OutOfMemory issue. This flaw allows unauthorized users to cause a remote denial of service (DoS) attack.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "io.undertow:undertow-core"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "2.3.21.Final"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Maven",
40+
"name": "io.undertow:undertow-core"
41+
},
42+
"versions": [
43+
"2.4.0.Alpha1"
44+
]
45+
}
46+
],
1747
"references": [
1848
{
1949
"type": "ADVISORY",
2050
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-3884"
2151
},
52+
{
53+
"type": "WEB",
54+
"url": "https://github.com/undertow-io/undertow/pull/1856"
55+
},
56+
{
57+
"type": "WEB",
58+
"url": "https://github.com/undertow-io/undertow/pull/1860"
59+
},
2260
{
2361
"type": "WEB",
2462
"url": "https://access.redhat.com/errata/RHSA-2025:22773"
@@ -58,15 +96,23 @@
5896
{
5997
"type": "WEB",
6098
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275287"
99+
},
100+
{
101+
"type": "PACKAGE",
102+
"url": "https://github.com/undertow-io/undertow"
103+
},
104+
{
105+
"type": "WEB",
106+
"url": "https://github.com/undertow-io/undertow/releases/tag/2.3.21.Final"
61107
}
62108
],
63109
"database_specific": {
64110
"cwe_ids": [
65111
"CWE-20"
66112
],
67113
"severity": "HIGH",
68-
"github_reviewed": false,
69-
"github_reviewed_at": null,
114+
"github_reviewed": true,
115+
"github_reviewed_at": "2026-01-21T21:20:42Z",
70116
"nvd_published_at": "2025-12-03T19:15:54Z"
71117
}
72118
}

0 commit comments

Comments
 (0)