Undertow Denial of Service vulnerability
High severity
GitHub Reviewed
Published
Jul 8, 2024
to the GitHub Advisory Database
•
Updated Sep 30, 2024
Package
Affected versions
>= 2.3.0.Alpha1, < 2.3.15.Final
< 2.2.34.Final
Patched versions
2.3.15.Final
2.2.34.Final
Description
Published by the National Vulnerability Database
Jul 8, 2024
Published to the GitHub Advisory Database
Jul 8, 2024
Reviewed
Jul 9, 2024
Last updated
Sep 30, 2024
A vulnerability was found in Undertow, where the chunked response hangs after the body was flushed. The response headers and body were sent but the client would continue waiting as Undertow does not send the expected
0\r\n
termination of the chunked response. This results in uncontrolled resource consumption, leaving the server side to a denial of service attack. This happens only with Java 17 TLSv1.3 scenarios.References