Undertow: Denial of Service via Multipart/Form-Data Parsing on HTTP GET Requests
Moderate severity
GitHub Reviewed
Published
Mar 24, 2026
to the GitHub Advisory Database
•
Updated Jun 30, 2026
Description
Published by the National Vulnerability Database
Mar 24, 2026
Published to the GitHub Advisory Database
Mar 24, 2026
Reviewed
Mar 27, 2026
Last updated
Jun 30, 2026
A flaw was found in Undertow. A remote attacker could exploit this vulnerability by sending an HTTP GET request containing multipart/form-data content. If the underlying application processes parameters using methods like
getParameterMap(), the server prematurely parses and stores this content to disk. This could lead to resource exhaustion, potentially resulting in a Denial of Service (DoS).References