SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-63384

HIGH · CVSS 8.7 EPSS 0.38% 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 an integer conversion flaw that allows an attacker to manipulate payload lengths, potentially leading to a denial of service through large allocation requests. This vulnerability poses a high risk, particularly for applications relying on Libevent for event notification, as it can disrupt service availability. Organizations using affected versions should prioritize upgrading to the patched releases to mitigate this risk.

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-63384
Severity
HIGH
CVSS
8.7
EPSS
0.38%

Original NVD Description

Libevent is an event notification library. Prior to 2.1.13 and 2.2.2-alpha, libevent has an incorrect integer conversion in event_tagging.c when evtag_unmarshal_header uses evtag_decode_int to decode an attacker-controlled uint32 payload length and returns it as a signed int. Values above INT_MAX become negative or truncated, and evtag_unmarshal_string can use the converted value in allocation sizing, producing a wrapped large allocation request and denial of service. This issue is fixed in versions 2.1.13 and 2.2.2-alpha.