Out-of-bounds read in libevent - #VU136944
Published: July 6, 2026
Vulnerability details
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to an out-of-bounds read in decode_tag_internal() when parsing a malformed fragmented evbuffer tag. A remote attacker can send specially crafted input with more than 5 continuation bytes to cause a denial of service.
The issue is reachable through evtag_unmarshal_header(), and potential higher-level reachability exists via evrpc request parsing.