PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-63495 libevent CVE debrief

CVE-2026-63495 is a high-severity vulnerability in the Libevent library, which can lead to a denial-of-service (DoS) attack due to an unbounded memory growth issue in the WebSocket server. This issue affects Libevent versions from 2.2.0-alpha-dev to 2.2.2-alpha. An unauthenticated remote client can exploit this vulnerability by sending fragmented WebSocket frames, causing the evbuffer to grow without bound until the process or host exhausts memory. The issue is fixed in version 2.2.2-alpha.

Vendor
libevent
Product
Unknown
CVSS
HIGH 7.5
CISA KEV
Not listed in stored evidence
Original CVE published
2026-08-20
Original CVE updated
2026-09-09
Advisory published
2026-08-20
Advisory updated
2026-09-09

Who should care

Defenders responsible for systems using Libevent versions from 2.2.0-alpha-dev to 2.2.2-alpha should assess exposure and prioritize patching or upgrading to version 2.2.2-alpha or later. They should also monitor their systems for unusual WebSocket activity and implement compensating controls to mitigate the risk.

Why it matters

CVE-2026-63495 is a high-severity vulnerability in the Libevent library that can lead to DoS attacks due to unbounded memory growth in the WebSocket server. Defenders should prioritize patching or upgrading to version 2.2.2-alpha or later and monitor systems for unusual WebSocket activity.

  • Denial-of-service (DoS) attacks due to unbounded memory growth
  • Potential for remote unauthenticated exploitation
  • Need for patching or upgrading to version 2.2.2-alpha or later
  • Importance of monitoring systems for unusual WebSocket activity

Technical summary

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 affects Libevent versions from 2.2.0-alpha-dev to 2.2.2-alpha and is fixed in version 2.2.2-alpha. Defenders should prioritize patching or upgrading to prevent potential DoS attacks and monitor systems for unusual WebSocket activity.

Defensive priority

Defenders should prioritize patching or upgrading to version 2.2.2-alpha or later to prevent potential DoS attacks. They should also monitor their systems for unusual WebSocket activity and implement compensating controls, such as rate limiting or IP blocking, to mitigate the risk.

Recommended defensive actions

  • Patch or upgrade to version 2.2.2-alpha or later
  • Monitor systems for unusual WebSocket activity
  • Implement compensating controls, such as rate limiting or IP blocking
  • Review and update asset inventory to identify potentially affected systems
  • Perform exposure review to assess potential impact
  • Implement monitoring to detect potential exploitation attempts
  • Plan and schedule remediation through normal change control processes

Evidence notes

The CVE record and NVD vulnerability detail provide information on the vulnerability, its impact, and the fixed version. However, the corpus does not establish versions, exploitation, impact, or remediation beyond the provided official sources.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-63495 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-63495

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-63495 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-63495

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.