Security Advisory

CVE-2026-63495

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-08-20 17:49:16
Last updated 2026-08-20 19:17:04
Assigner GitHub_M
CVSS score 7.5
State PUBLISHED

Description

Libevent is an event notification library. From 2.2.0-alpha-dev until 2.2.2-alpha, the libevent WebSocket server in ws.c accumulates fragmented frames in evws->incomplete_frames without enforcing a total message-size limit. An unauthenticated remote client can repeatedly send fragmented WebSocket frames below WS_MAX_RECV_FRAME_SZ with FIN=0, causing the evbuffer to grow without bound until the process or host exhausts memory. This issue is fixed in version 2.2.2-alpha.