Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/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:N/PR:L/UI:N/VC:H/VI:H/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.5.
DescriptionCVE.org
OpenClaw versions 2026.4.5 before 2026.4.10 contain a sandbox escape vulnerability allowing sandboxed agents to override exec routing by specifying host=node. Attackers can bypass sandbox boundaries and route execution to remote nodes instead of intended sandbox paths.
AnalysisAI
Sandbox escape in OpenClaw 2026.4.5 through 2026.4.9 allows low-privileged remote attackers to bypass sandbox boundaries and route code execution to arbitrary remote nodes by overriding exec routing parameters with host=node. This breaks sandboxed agent isolation, enabling privilege escalation and unauthorized access to production infrastructure. VulnCheck publicly disclosed this vulnerability with vendor patch available (commit dffad08). No active exploitation (CISA KEV) confirmed, but public disclosure increases exploitation risk for organizations running vulnerable OpenClaw agent deployments.
Technical ContextAI
OpenClaw is an agent-based execution framework that uses sandbox isolation to contain untrusted workloads. The vulnerability stems from improper access control (CWE-863) in the exec routing mechanism. Sandboxed agents are designed to execute only within their designated isolated environments, but the routing layer fails to validate or sanitize the host parameter. By specifying host=node in execution requests, an attacker with low-privilege sandboxed agent access can redirect execution calls from the sandbox path to arbitrary remote nodes in the OpenClaw cluster. This breaks the fundamental security boundary between sandboxed and production environments. The CVSS 4.0 vector (AV:N/AC:L/PR:L) indicates network-accessible exploitation requiring only low-privilege credentials with no attack complexity, while the unchanged Scope (SC:N/SI:N/SA:N) confirms impact is confined to the vulnerable component's authorization boundary rather than affecting other systems.
RemediationAI
Upgrade immediately to OpenClaw version 2026.4.10 or later, which contains the fix per vendor advisory at https://github.com/openclaw/openclaw/security/advisories/GHSA-736r-jwj6-4w23. The specific patch commit is dffad08529202edbf34e4808788e1182fe10f6a9 available at https://github.com/openclaw/openclaw/commit/dffad08529202edbf34e4808788e1182fe10f6a9. If immediate patching is not feasible, implement compensating controls: restrict network access to OpenClaw agents using firewall rules allowing only trusted source IPs to the exec routing endpoints (trade-off: breaks legitimate remote agent access), enforce strict authentication and authorization policies for all sandboxed agent credentials with mandatory MFA (reduces PR:L to PR:H but does not eliminate vulnerability), and enable comprehensive logging and monitoring for exec routing calls with host parameter usage to detect exploitation attempts (detection-only control, does not prevent exploitation). Disable or remove sandboxed agent functionality entirely if not required for operations until patching is complete (high operational impact but eliminates attack surface).
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 weakness CWE-863 – Incorrect Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-27251
GHSA-736r-jwj6-4w23