Inconsistent interpretation of HTTP requests in libevent - #VU136941
Published: July 6, 2026
Vulnerability details
The vulnerability allows a remote attacker to bypass access controls.
The vulnerability exists due to inconsistent interpretation of HTTP requests in evhttp_decode_uri_internal when processing percent-encoded URIs. A remote attacker can send a specially crafted request containing a %00 sequence to bypass access controls.
The issue arises because a decoded NUL byte can truncate the path for subsequent C string operations.