๐Ÿ” CVE Alert

CVE-2026-63388

HIGH 8.4

Libevent: Heap out-of-bounds write in bufferevent_socket_set_conn_address_ reachable via AF_UNIX accept

CVSS Score
8.4
EPSS Score
0.0%
EPSS Percentile
0th

Libevent is an event notification library. Prior to 2.1.13 and 2.2.2-alpha, libevent has a heap out-of-bounds write in bufferevent_sock.c when bufferevent_socket_set_conn_address_ copies a kernel-supplied AF_UNIX peer address into bufferevent_private.conn_address. Release builds compiled with NDEBUG disable the EVUTIL_ASSERT length guard, and the evhttp accept path can pass a 110-byte sockaddr from accept() into the 28-byte field. An unauthenticated local peer able to connect to an AF_UNIX listener can overwrite the adjacent dns_request pointer and heap data, causing memory corruption with confidentiality, integrity, and availability impact. This issue is fixed in versions 2.1.13 and 2.2.2-alpha.

CWE CWE-617 CWE-787
Vendor libevent
Product libevent
Published Aug 20, 2026
Stay Ahead of the Next One

Get instant alerts for libevent libevent

Be the first to know when new high vulnerabilities affecting libevent libevent are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Local
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Affected Versions

libevent / libevent
< 2.1.13 >= 2.2.0-alpha, < 2.2.2-alpha

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/libevent/libevent/security/advisories/GHSA-cvq5-vrvr-j338 github.com: https://github.com/libevent/libevent/commit/52057cb33d0c20c0a0453fbabe6c0c96854931b9 github.com: https://github.com/libevent/libevent/commit/ef38f926e9cd1f082416c6fff13587bc1f431d72 github.com: https://github.com/libevent/libevent/releases/tag/release-2.1.13-stable github.com: https://github.com/libevent/libevent/releases/tag/release-2.2.2-alpha