Skip to content

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 Aug 5, 2024

Package

maven io.undertow:undertow-core (Maven)

Affected versions

< 2.3.14.Final

Patched versions

2.3.14.Final

Description

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

Published by the National Vulnerability Database Jun 20, 2024
Published to the GitHub Advisory Database Jun 20, 2024
Reviewed Jun 20, 2024
Last updated Aug 5, 2024

Severity

High
7.5
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
None
User interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Weaknesses

CVE ID

CVE-2024-6162

GHSA ID

GHSA-9442-gm4v-r222

Source code

Loading Checking history
See something to contribute? Suggest improvements for this vulnerability.