#VU68859 Inconsistent interpretation of HTTP requests in Apache Tomcat - CVE-2022-42252
Published: October 31, 2022 / Updated: July 9, 2024
Apache Tomcat
Apache Foundation
Description
The vulnerability allows a remote attacker to perform HTTP request smuggling attacks.
The vulnerability exists due to improper validation of HTTP requests. A remote attacker can send a specially crafted HTTP request to the server and smuggle arbitrary HTTP headers via an invalid
Content-Length header.
Successful exploitation of vulnerability may allow an attacker to poison HTTP cache and perform phishing attacks but requires Tomcat to be configured to ignore invalid HTTP headers via setting
rejectIllegalHeader to false (not the default configuration).