SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-63388

HIGH · CVSS 8.4 EPSS 0.14% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-20 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

Libevent versions prior to 2.1.13 and 2.2.2-alpha are vulnerable to a heap out-of-bounds write due to improper handling of AF_UNIX peer addresses, which can lead to memory corruption. An unauthenticated local peer connecting to an AF_UNIX listener can exploit this vulnerability to overwrite adjacent memory, impacting confidentiality, integrity, and availability. Organizations using affected versions of Libevent should prioritize upgrading to the patched versions to mitigate these risks.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-63388
Severity
HIGH
CVSS
8.4
EPSS
0.14%

Original NVD Description

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.