Input validation error in libevent - #VU136948
Published: July 6, 2026
Vulnerability details
The vulnerability allows a remote attacker to smuggle HTTP requests and disclose sensitive information.
The vulnerability exists due to improper input validation in chunked body parsing in evhttp when parsing chunked transfer coding with bare LF line terminators. A remote attacker can send a specially crafted chunked request using bare LF terminators to smuggle HTTP requests and disclose sensitive information.
Exploitation depends on parser differentials with an intermediary that strictly requires CRLF or otherwise interprets chunk boundaries differently.