Skip to main content

OpenClaw EUVDEUVD-2026-27297

| CVE-2026-43573 MEDIUM
Missing Authorization (CWE-862)
2026-05-05 VulnCheck
4.9
CVSS 4.0 · NVD
Share

Severity by source

NVD PRIMARY
4.9 MEDIUM
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
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
X

Lifecycle Timeline

4
Severity Changed
May 05, 2026 - 12:37 NVD
HIGH MEDIUM
CVSS changed
May 05, 2026 - 12:37 NVD
7.7 (HIGH) 4.9 (MEDIUM)
Source Code Evidence Fetched
May 05, 2026 - 12:21 vuln.today
Analysis Generated
May 05, 2026 - 12:21 vuln.today

DescriptionCVE.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.

CVE-2026-28446 CRITICAL POC
9.4 Mar 05

Auth bypass in OpenClaw voice-call extension before 2026.2.1. EPSS 0.68%. PoC and patch available.

CVE-2026-33579 CRITICAL POC
9.4 Mar 31

Privilege escalation in OpenClaw (pre-2026.3.28) allows unauthenticated remote attackers to gain administrative access b

CVE-2026-32042 HIGH POC
8.8 Mar 21

OpenClaw versions 2026.2.22 through 2026.2.24 contain a privilege escalation vulnerability that allows authenticated att

CVE-2026-32051 HIGH POC
8.8 Mar 21

An authorization mismatch vulnerability in OpenClaw versions prior to 2026.3.1 allows authenticated users with operator.

CVE-2026-25253 HIGH POC
8.8 Feb 01

OpenClaw versions prior to 2026.1.29 automatically establish WebSocket connections to attacker-controlled gateway URLs e

CVE-2026-32846 HIGH POC
8.7 Mar 26

Path traversal in OpenClaw through version 2026.3.23 enables unauthenticated remote attackers to read arbitrary files in

CVE-2026-32064 HIGH POC
7.7 Mar 21

OpenClaw sandbox browser functionality launches x11vnc for noVNC observer sessions without requiring authentication, all

CVE-2026-32055 HIGH POC
7.6 Mar 21

OpenClaw versions before 2026.2.26 allow authenticated attackers to write arbitrary files outside the workspace director

CVE-2026-32056 HIGH POC
7.5 Mar 21

OpenClaw versions prior to 2026.2.22 contain a shell environment variable injection vulnerability in the system.run func

CVE-2026-32049 HIGH POC
7.5 Mar 21

OpenClaw versions prior to 2026.2.22 contain a resource exhaustion vulnerability where the application fails to consiste

CVE-2026-32048 HIGH POC
7.5 Mar 21

OpenClaw versions prior to 2026.3.1 contain a sandbox escape vulnerability that allows authenticated attackers with low

CVE-2026-25474 HIGH POC
7.5 Feb 19

OpenClaw versions 2026.1.30 and below fail to validate Telegram webhook secret tokens when `channels.telegram.webhookSec

Share

EUVD-2026-27297 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy