Severity by source
CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:N/VI:N/VA:N/SC:H/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:L/UI:N/VC:N/VI:N/VA:N/SC:H/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
4DescriptionCVE.org
OpenClaw before 2026.4.10 contains a server-side request forgery policy bypass vulnerability in existing-session browser interaction routes. Attackers can bypass SSRF navigation guards to interact with or navigate to unauthorized targets without policy enforcement.
AnalysisAI
Server-side request forgery policy bypass in OpenClaw npm package (versions < 2026.4.10) allows authenticated remote attackers to interact with or navigate to unauthorized targets through existing-session browser interaction routes. The vulnerability bypasses SSRF navigation guards in routes handling click, type, press, and evaluate actions, enabling cross-scope information disclosure. Vendor-released patch available in version 2026.4.10. No public exploit identified at time of analysis, though EPSS data not available. Reported by security researchers from KeenSecurityLab with detailed technical disclosure.
Technical ContextAI
OpenClaw is an npm package providing browser automation capabilities via Chrome MCP (Model Context Protocol) integration. The vulnerability (CWE-862: Missing Authorization) affects existing-session browser interaction routes that handle user actions like clicking elements, typing text, pressing keys, and evaluating JavaScript. The codebase previously applied SSRF navigation guards only to initial browser route access but failed to re-validate navigation policy after delayed navigation events triggered by interaction commands. The technical root cause is the absence of post-action navigation checks in Chrome MCP interaction methods (clickChromeMcpElement, fillChromeMcpElement, pressChromeMcpKey, evaluateChromeMcpScript). When these methods trigger page navigation as a side effect (e.g., clicking a submit button or pressing Enter in a form), the subsequent navigation bypassed the configured SSRF policy enforcement. The fix (commit daeb74920d5ad986cb600625180037e23221e93a, PR #64370) adds assertBrowserNavigationResultAllowed checks after interaction methods complete, ensuring delayed navigation respects the same allowPrivateNetwork policy applied to direct navigation commands.
RemediationAI
Upgrade to OpenClaw version 2026.4.10 or later immediately. The latest stable release 2026.4.14 available via npm includes the fix. Run 'npm update openclaw' or specify 'openclaw@^2026.4.14' in package.json dependencies. The patch (commit daeb74920d5ad986cb600625180037e23221e93a from PR #64370) adds navigation policy enforcement to existing-session Chrome MCP interaction routes-no configuration changes required after upgrade. Vendor advisory at https://github.com/openclaw/openclaw/security/advisories/GHSA-527m-976r-jf79 and patch commit at https://github.com/openclaw/openclaw/commit/daeb74920d5ad986cb600625180037e23221e93a provide full technical details. If immediate patching is not feasible, implement compensating controls: (1) Restrict authenticated user access to OpenClaw browser automation endpoints using role-based access controls-reduces attack surface but does not eliminate risk for legitimate users. (2) Deploy OpenClaw in network-isolated environments without access to private network ranges or cloud metadata services-limits SSRF impact but degrades functionality if internal resource access is required. (3) Monitor outbound connections from OpenClaw processes for unexpected private IP ranges (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, 169.254.0.0/16) or cloud metadata endpoints-provides detection but not prevention. (4) Implement network-level egress filtering to block access to sensitive internal services-effective but may break legitimate automation scenarios. Note that workarounds 2-4 add operational complexity and may conflict with intended use cases. Patching to 2026.4.10+ is the only complete solution with no functional trade-offs.
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-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-27297