Metrics
Affected Vendors & Products
| Source | ID | Title |
|---|---|---|
EUVD |
EUVD-2024-1991 | 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. |
Github GHSA |
GHSA-9442-gm4v-r222 | Undertow's url-encoded request path information can be broken on ajp-listener |
Solution
No solution given by the vendor.
Workaround
To mitigate this issue, you can either switch to a different listener like the http-listener, or adjust the AJP listener configuration. By setting decode-url="false" on the AJP listener and configuring a separate URL decoding filter, you can prevent the path decoding errors. This adjustment ensures that each request is processed correctly without interference from concurrent requests.
Wed, 25 Jun 2025 02:30:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| CPEs |
Tue, 24 Jun 2025 19:00:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| CPEs | cpe:/a:redhat:apache_camel_spring_boot:4.4::el6 |
Wed, 18 Jun 2025 18:15:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| First Time appeared |
Redhat apache Camel Hawtio
|
|
| CPEs | cpe:/a:redhat:apache_camel_hawtio:4 | |
| Vendors & Products |
Redhat rhboac Hawtio
|
Redhat apache Camel Hawtio
|
Fri, 29 Nov 2024 12:30:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
Thu, 19 Sep 2024 08:30:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Metrics |
ssvc
|
Wed, 18 Sep 2024 08:45:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| CPEs | cpe:/a:redhat:build_keycloak: |
Mon, 09 Sep 2024 18:00:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
Mon, 09 Sep 2024 10:45:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| CPEs | cpe:/a:redhat:jboss_enterprise_application_platform:8.0 |
Status: PUBLISHED
Assigner: redhat
Published:
Updated: 2025-11-07T20:40:37.694Z
Reserved: 2024-06-19T12:35:30.284Z
Link: CVE-2024-6162
Updated: 2024-11-29T12:04:43.347Z
Status : Awaiting Analysis
Published: 2024-06-20T15:15:50.570
Modified: 2024-11-29T12:15:07.840
Link: CVE-2024-6162
OpenCVE Enrichment
No data.
EUVD
Github GHSA