Use-after-free in libevent - #VU136951
Published: July 6, 2026
Vulnerability details
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to use-after-free in evws_new_session when handling error paths after evhttp_start_ws_ frees the request object. A remote attacker can trigger a subsequent call that uses the freed request object to cause a denial of service.
The advisory states that this condition was not found to be reachable because the null pointer dereference is hit first.