Severity by source
CVSS:4.0/AV:A/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/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:A/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/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
4DescriptionCVE.org
OpenClaw before 2026.4.10 contains an improper network binding vulnerability in the sandbox browser CDP relay that exposes Chrome DevTools Protocol on 0.0.0.0. Attackers can access the DevTools protocol outside intended local sandbox boundaries by exploiting the overly broad binding configuration.
AnalysisAI
Chrome DevTools Protocol exposure in OpenClaw sandbox browser allows adjacent network attackers to remotely control sandboxed Chrome instances and access sensitive data. The CDP relay binds to 0.0.0.0 without source IP restrictions in versions before 2026.4.10, enabling attackers on the same Docker network to bypass sandbox isolation and execute arbitrary JavaScript in browser contexts. Vendor-released patch available (v2026.4.10); no public exploit identified at time of analysis. CVSS 9.0 reflects adjacent network attack vector with high confidentiality, integrity, and availability impact across virtual and system scopes.
Technical ContextAI
Chrome DevTools Protocol (CDP) is a remote debugging interface that provides full control over Chrome/Chromium browser instances, including JavaScript execution, DOM manipulation, network interception, and access to cookies/storage. OpenClaw's sandbox browser architecture uses a socat relay to forward CDP connections from the host to the containerized Chrome instance. The vulnerability stems from CWE-1188 (Insecure Default Initialization of Resource) - the relay bound to 0.0.0.0 on all interfaces without IP source filtering. The fix introduces mandatory CDP_SOURCE_RANGE validation: the entrypoint script now refuses to start socat unless an explicit CIDR is provided, auto-deriving it from the Docker bridge network gateway (e.g., 172.21.0.1/32) or using 127.0.0.1/32 for network=none deployments. For non-bridge network drivers (macvlan, ipvlan), the fix requires explicit administrator configuration to prevent accidental exposure. The patch adds comprehensive test coverage for gateway derivation, IPv6 rejection (relay binds IPv4 only), and network driver edge cases.
RemediationAI
Upgrade to OpenClaw 2026.4.10 or later (npm install openclaw@2026.4.14 contains the fix). The patch enforces CDP source range validation by auto-deriving restrictions from the Docker bridge gateway IP (e.g., 172.21.0.1/32) or requiring explicit OPENCLAW_BROWSER_CDP_SOURCE_RANGE configuration. Fix commit fbf11ebdb7110632f93926d0ac7b48f04cb44d77 and PR #61404 available at https://github.com/openclaw/openclaw/commit/fbf11ebdb7110632f93926d0ac7b48f04cb44d77. For deployments unable to upgrade immediately, set OPENCLAW_BROWSER_CDP_SOURCE_RANGE environment variable to a restrictive CIDR (e.g., 127.0.0.1/32 for localhost-only, or the specific management host IP) before starting the sandbox browser container. Note this workaround requires modifying container orchestration configs and will prevent the socat relay from starting if left unset in patched versions. Network-level mitigation: isolate OpenClaw sandbox containers using Docker network segmentation or firewall rules blocking CDP port (default 9222) from untrusted peers; this adds operational complexity and does not address the root cause. No workaround fully replicates the patch's fail-closed design.
Use-after-free vulnerability in the DisplayObject class in the ActionScript 3 (AS3) implementation in Adobe Flash Player
V8 in Google Chrome prior to 54.0.2840.90 for Linux, and 54.0.2840.85 for Android, and 54.0.2840.87 for Windows and Mac
Type confusion in V8 in Google Chrome prior to 59.0.3071.86 for Linux, Windows, and Mac, and 59.0.3071.92 for Android, a
The Array.prototype.concat implementation in builtins.cc in Google V8, as used in Google Chrome before 49.0.2623.108, do
Mozilla Firefox before 18.0, Firefox ESR 10.x before 10.0.12 and 17.x before 17.0.2, Thunderbird before 17.0.2, Thunderb
Incorrect handling of complex species in V8 in Google Chrome prior to 57.0.2987.98 for Linux, Windows, and Mac and 57.0.
The Chrome Object Wrapper (COW) implementation in Mozilla Firefox before 16.0, Firefox ESR 10.x before 10.0.8, Thunderbi
An issue was discovered in the Cisco WebEx Extension before 1.0.7 on Google Chrome, the ActiveTouch General Plugin Conta
The XrayWrapper implementation in Mozilla Firefox before 35.0 and SeaMonkey before 2.32 does not properly interact with
The Chrome Object Wrapper (COW) implementation in Mozilla Firefox before 18.0, Firefox ESR 17.x before 17.0.2, Thunderbi
The Web IDL implementation in Mozilla Firefox before 28.0, Firefox ESR 24.x before 24.4, Thunderbird before 24.4, and Se
Use-after-free vulnerability in the BitmapData class in the ActionScript 3 (AS3) implementation in Adobe Flash Player 13
Same technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-28175