CyberRota Analysis
AI-GeneratedJetty servers are vulnerable to HTTP request smuggling due to improper handling of chunked requests, where a lone LF character can be misinterpreted as a request boundary. This discrepancy between Jetty and intermediary proxies can lead to unauthorized request manipulation, potentially compromising the integrity and confidentiality of the application. Organizations using Jetty should prioritize patching this vulnerability, especially those handling sensitive data or operating in high-security environments.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
A client may issue specially crafted HTTP/1.1 chunked requests to a Jetty server that cause Jetty and an intermediary proxy to interpret different request boundaries, potentially resulting in HTTP request smuggling. This is caused by Jetty accepting a lone LF character as a terminator in parts of chunked request parsing. Depending on the Jetty version and configured HTTP compliance mode, this may occur in chunk extensions, chunk data termination, or trailer termination.