You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: advisories/github-reviewed/2025/12/GHSA-6h4f-pj3g-q8fq/GHSA-6h4f-pj3g-q8fq.json
+50-4Lines changed: 50 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,62 @@
1
1
{
2
2
"schema_version": "1.4.0",
3
3
"id": "GHSA-6h4f-pj3g-q8fq",
4
-
"modified": "2026-01-14T00:31:24Z",
4
+
"modified": "2026-01-21T21:20:42Z",
5
5
"published": "2025-12-03T21:31:04Z",
6
6
"aliases": [
7
7
"CVE-2024-3884"
8
8
],
9
+
"summary": "Undertow OutOfMemory when parsing form data encoding with application/x-www-form-urlencoded",
9
10
"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.",
0 commit comments