CVE Catalog

CVE-2024-7885

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

High risk
2.64%

84th percentile - higher than 84% of all known CVEs

Summary

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 may be erroneously reused, leading to unintended data exposure.

Risk Assessment

The risk includes the possibility of data leakage between requests in multi-request environments, which could compromise information confidentiality.

Recommendation

It is recommended to update Undertow to a patched version and review HTTP connection configurations to mitigate the risk.

Other vulnerabilities in Undertow

See all
Original NVD description (English source)

A vulnerability was found in Undertow where the ProxyProtocolReadListener reuses the same StringBuilder instance across multiple requests. This issue 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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS