OpenClaw
CVE-2026-62197
MEDIUM
Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:N/SC:H/SI:L/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
Network-accessible SSRF with scope change to internal systems; lower-trust auth required (PR:L); no direct vulnerable-system impact but high confidentiality breach on subsequent network targets.
Primary rating from Vendor (VulnCheck).
CVSS VectorVendor: VulnCheck
Lifecycle Timeline
1DescriptionCVE.org
OpenClaw before 2026.6.6 contains a policy bypass vulnerability in browser CDP discovery that accepts blocked WebSocket URLs. Attackers with lower-trust access can reach network destinations that should have been blocked by OpenClaw policy when the affected feature is enabled.
AnalysisAI
OpenClaw's browser CDP (Chrome DevTools Protocol) discovery component fails to enforce its own URL blocklist, allowing lower-trust authenticated users to reach network destinations that OpenClaw policy should have denied access to. The root cause is a Server-Side Request Forgery variant (CWE-918) where blocked WebSocket URLs submitted through CDP discovery are accepted and proxied without policy enforcement. The CVSS 4.0 vector (SC:H/SI:L) confirms the primary impact lands on downstream or segmented network resources - not OpenClaw itself - making this a network segmentation bypass rather than a direct system compromise. No public exploit code or CISA KEV listing has been identified at time of analysis.
Technical ContextAI
OpenClaw (CPE: cpe:2.3:a:openclaw:openclaw:*:*:*:*:*:*:*:*) is a browser automation or proxy tool that integrates with Chrome DevTools Protocol (CDP) for browser session discovery. CDP uses WebSocket connections for communication, and OpenClaw implements a URL policy layer intended to block access to restricted network destinations. CWE-918 (Server-Side Request Forgery) describes the root cause: the CDP discovery subsystem fails to validate or enforce the configured blocklist when handling inbound WebSocket URL requests, effectively using the OpenClaw server as a proxy to reach otherwise-inaccessible segments. The CVSS 4.0 vector AV:N/AC:L/AT:N/PR:L/UI:N with SC:H/SI:L and no vulnerable-system impact (VC:N/VI:N/VA:N) is consistent with a classic SSRF pattern where the attacker's direct target is the internal network, not the intermediary application.
RemediationAI
The primary remediation is to upgrade OpenClaw to version 2026.6.6 or later, which addresses the policy enforcement failure in the CDP discovery component per the GitHub security advisory at https://github.com/openclaw/openclaw/security/advisories/GHSA-3x84-qq85-fj65. As a compensating control where immediate upgrade is not possible, operators should disable the browser CDP discovery feature if it is not operationally required - this eliminates the attack surface entirely but will break any automation or browser session workflows that depend on CDP integration. Alternatively, restricting lower-trust user accounts from accessing the CDP discovery functionality via access controls reduces the exploitable privilege level, though the precise mechanism depends on OpenClaw's authorization model. Network-layer egress filtering that independently enforces the same destination blocklist at the firewall or proxy level would mitigate the SSRF bypass even if OpenClaw's internal policy fails, and is recommended as defense-in-depth regardless of patching status. Additional context is available from VulnCheck at https://www.vulncheck.com/advisories/openclaw-policy-bypass-via-cdp-discovery.
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-918 – Server-Side Request Forgery (SSRF)
View allShare
External POC / Exploit Code
Leaving vuln.today