NONE · 0

CVE-2026-63381

Libevent is an event notification library. Prior to 2.1.13 and 2.2.2-alpha, libevent has a use-after-free in buffer.c when evbuffer_add_buffer_reference processes an output buffer whose out_total_len ...

Vulnerability Description

Libevent is an event notification library. Prior to 2.1.13 and 2.2.2-alpha, libevent has a use-after-free in buffer.c when evbuffer_add_buffer_reference processes an output buffer whose out_total_len is zero. evbuffer_free_all_chains frees the initial empty chain without resetting outbuf->first, outbuf->last, or outbuf->last_with_datap, and APPEND_CHAIN_MULTICAST subsequently dereferences the dangling chain pointer. A caller that can drive this buffer state can cause memory corruption or a process crash. This issue is fixed in versions 2.1.13 and 2.2.2-alpha.

Related Weaknesses (CWE)

References

FAQ

What is CVE-2026-63381?

CVE-2026-63381 is a documented vulnerability. Libevent is an event notification library. Prior to 2.1.13 and 2.2.2-alpha, libevent has a use-after-free in buffer.c when evbuffer_add_buffer_reference processes an output buffer whose out_total_len ...

How severe is CVE-2026-63381?

CVSS scoring is not yet available for CVE-2026-63381. Check NVD for updates.

Is there a patch for CVE-2026-63381?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.