An open API service providing security vulnerability metadata for many open source software ecosystems.

GSA_kwCzR0hTQS05NDQyLWdtNHYtcjIyMs4AA9Ps

High CVSS: 8.7 EPSS: 0.00548% (0.67065 Percentile) EPSS:

Undertow's url-encoded request path information can be broken on ajp-listener

Affected Packages Affected Versions Fixed Versions
maven:io.undertow:undertow-core < 2.2.33.Final, >= 2.3.0.Alpha1, < 2.3.14.Final 2.2.33.Final, 2.3.14.Final
912 Dependent packages
5,259 Dependent repositories

Affected Version Ranges

All affected versions

2.2.3-0.Final, 2.2.3-1.Final, 2.2.3-2.Final, 2.3.1-0.Final, 2.3.1-1.Final, 2.3.1-2.Final, 2.3.1-3.Final

All unaffected versions

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: