Severity by source
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Lifecycle Timeline
5Blast Radius
ecosystem impact- 1 npm packages depend on openclaw (1 direct, 0 indirect)
Ecosystem-wide dependent count for version 2026.4.9.
DescriptionCVE.org
OpenClaw versions 2026.4.9 before 2026.4.10 contain a denial of service vulnerability in the voice-call realtime WebSocket path that accepts oversized frames without proper validation. Remote attackers can send oversized WebSocket frames to cause service unavailability for deployments exposing the webhook path.
AnalysisAI
Remote attackers can crash OpenClaw 2026.4.9 by sending oversized WebSocket frames to the voice-call realtime webhook path, causing complete service unavailability. The vulnerability requires no authentication and affects deployments that expose the WebSocket endpoint externally. Vendor patch released in version 2026.4.10 with commit afadb7dae6738819ad9c7d2597ace0516957d20e. No active exploitation confirmed (not in CISA KEV), but public advisory with commit details provides exploitation blueprint.
Technical ContextAI
This is a CWE-770 (Allocation of Resources Without Limits or Throttling) vulnerability in OpenClaw's WebSocket implementation for voice-call realtime communications. The affected code path processes WebSocket frames without validating frame size before resource allocation, allowing attackers to trigger memory exhaustion or processing overload through maliciously crafted oversized frames. WebSocket protocol (RFC 6455) supports frames up to 2^63-1 bytes in theory, but real-world implementations must enforce practical limits. The vulnerability specifically affects the webhook path component that handles realtime voice data streams, which typically requires low-latency processing and may lack robust input validation to minimize overhead.
RemediationAI
Upgrade to OpenClaw version 2026.4.10 or later, which implements proper WebSocket frame size validation per commit afadb7dae6738819ad9c7d2597ace0516957d20e in the GitHub repository. Review the vendor security advisory at https://github.com/openclaw/openclaw/security/advisories/GHSA-vw3h-q6xq-jjm5 for complete upgrade guidance. If immediate patching is not feasible, implement compensating controls at the network layer: deploy a reverse proxy or API gateway (nginx, HAProxy, AWS ALB) configured to enforce maximum WebSocket frame size limits of 1-10MB depending on legitimate voice payload requirements, and implement rate limiting on WebSocket connections to the webhook endpoint (10-100 connections per source IP per minute). Note that frame size limits may affect legitimate large voice payloads if set too restrictively - test with typical usage patterns. Alternatively, restrict network access to the voice-call webhook path using firewall rules to allow only trusted source IPs (internal networks, known partner systems), though this reduces service availability and does not protect against insider threats or compromised trusted systems.
Auth bypass in OpenClaw voice-call extension before 2026.2.1. EPSS 0.68%. PoC and patch available.
Privilege escalation in OpenClaw (pre-2026.3.28) allows unauthenticated remote attackers to gain administrative access b
OpenClaw versions 2026.2.22 through 2026.2.24 contain a privilege escalation vulnerability that allows authenticated att
An authorization mismatch vulnerability in OpenClaw versions prior to 2026.3.1 allows authenticated users with operator.
OpenClaw versions prior to 2026.1.29 automatically establish WebSocket connections to attacker-controlled gateway URLs e
Path traversal in OpenClaw through version 2026.3.23 enables unauthenticated remote attackers to read arbitrary files in
OpenClaw sandbox browser functionality launches x11vnc for noVNC observer sessions without requiring authentication, all
OpenClaw versions before 2026.2.26 allow authenticated attackers to write arbitrary files outside the workspace director
OpenClaw versions prior to 2026.2.22 contain a shell environment variable injection vulnerability in the system.run func
OpenClaw versions prior to 2026.2.22 contain a resource exhaustion vulnerability where the application fails to consiste
OpenClaw versions prior to 2026.3.1 contain a sandbox escape vulnerability that allows authenticated attackers with low
OpenClaw versions 2026.1.30 and below fail to validate Telegram webhook secret tokens when `channels.telegram.webhookSec
Same technique Denial Of Service
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-27257
GHSA-vw3h-q6xq-jjm5