SEPTEMBER 8, 2026
Live Feed
Back to database
Case File

CVE-2026-54463

HIGH · CVSS 7.5 EPSS 0.34% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-17 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

The websocket-driver library, prior to version 0.8.1, is vulnerable to a memory exhaustion issue due to the handling of draft WebSocket protocol versions, allowing for the encoding of excessively large integers. This vulnerability can lead to unbounded memory consumption, potentially causing the host process to run out of memory and crash. Developers and organizations using websocket-driver should prioritize upgrading to version 0.8.1 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-54463
Severity
HIGH
CVSS
7.5
EPSS
0.34%

Original NVD Description

websocket-driver is a WebSocket protocol handler with pluggable I/O. Prior to 0.8.1, draft versions of the WebSocket protocol in websocket-driver include a length header that allows an arbitrarily large integer to be encoded as bytes with the high bit set, and a server or client can send an indefinite sequence of 0x80 or higher bytes that the peer parses into an ever-growing Ruby integer. This can make a WebSocket connection consume an unbounded amount of memory and lead to the host process running out of memory. This issue is fixed in version 0.8.1.

Related CVEs

Other vulnerabilities affecting the same vendor(s)