REDHAT-BUG-2305290: High severity Undertow Undertow vulnerability
A vulnerability was found in Undertow where the ProxyProtocolReadListener reuses the same StringBuilder instance across multiple requests. This occurs when the parseProxyProtocolV1 method processes multiple requests on the same HTTP connection. As a result, different requests may share the same StringBuilder instance, potentially leading to information leakage between requests or responses. In some cases, a value from a previous request or response may be erroneously reused, which could lead to unintended data exposure. This issue primarily results in errors and connection termination but creates a risk of data leakage in multi-request environments.
Affected Software
Event History
Frequently Asked Questions
What is the severity of REDHAT-BUG-2305290?
The severity of REDHAT-BUG-2305290 is moderate due to potential information leakage between requests.
How do I fix REDHAT-BUG-2305290?
To fix REDHAT-BUG-2305290, update to the patched version of Undertow as released by Red Hat.
What versions of Undertow are affected by REDHAT-BUG-2305290?
REDHAT-BUG-2305290 affects multiple versions of Undertow where the ProxyProtocolReadListener is utilized.
What kind of vulnerability is REDHAT-BUG-2305290?
REDHAT-BUG-2305290 is a vulnerability related to improper handling of a shared StringBuilder in HTTP requests.
Is exploitation of REDHAT-BUG-2305290 easy?
Exploitation of REDHAT-BUG-2305290 requires specific conditions and may not be easily achievable without access to the HTTP connection.