Undertow's url-encoded request path information can be broken on ajp-listener
High severity
GitHub Reviewed
Published
Jun 20, 2024
to the GitHub Advisory Database
•
Updated Oct 17, 2024
Package
Affected versions
>= 2.3.0.Alpha1, < 2.3.14.Final
< 2.2.33.Final
Patched versions
2.3.14.Final
2.3.14.Final
Description
Published by the National Vulnerability Database
Jun 20, 2024
Published to the GitHub Advisory Database
Jun 20, 2024
Reviewed
Jun 20, 2024
Last updated
Oct 17, 2024
A vulnerability was found in Undertow, where URL-encoded request paths can be mishandled during concurrent requests on the AJP listener. This issue arises because the same buffer is used to decode the paths for multiple requests simultaneously, leading to incorrect path information being processed. As a result, the server may attempt to access the wrong path, causing errors such as "404 Not Found" or other application failures. This flaw can potentially lead to a denial of service, as legitimate resources become inaccessible due to the path mix-up.
References