Skip to main content

OpenClaw CVE-2026-43575

| EUVDEUVD-2026-28163 CRITICAL
Missing Authorization (CWE-862)
2026-05-06 disclosure@vulncheck.com
9.2
CVSS 4.0 · NVD
Share

Severity by source

NVD PRIMARY
9.2 CRITICAL
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/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:P/PR:N/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
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
X

Lifecycle Timeline

4
Patch available
May 06, 2026 - 21:03 EUVD
Source Code Evidence Fetched
May 06, 2026 - 20:33 vuln.today
Analysis Generated
May 06, 2026 - 20:33 vuln.today
CVE Published
May 06, 2026 - 20:16 nvd
CRITICAL 9.2

DescriptionCVE.org

OpenClaw versions 2026.2.21 before 2026.4.10 contain an authentication bypass vulnerability in the sandbox noVNC helper route that exposes interactive browser session credentials. Attackers can access the noVNC helper route without bridge authentication to gain unauthorized access to the interactive browser session.

AnalysisAI

Authentication bypass in OpenClaw 2026.2.21 through 2026.4.9 allows remote unauthenticated attackers to access the sandbox noVNC helper route and gain unauthorized control of interactive browser sessions. The vulnerability exposes session credentials by failing to enforce bridge authentication on the /sandbox/novnc endpoint. OpenClaw is an open-source AI agent framework. Patch available in version 2026.4.10 and later. No evidence of active exploitation (not in CISA KEV) and EPSS data not available at time of analysis.

Technical ContextAI

OpenClaw is an npm-published AI agent development framework with embedded sandbox capabilities for interactive browser automation. The vulnerability exists in the browser bridge server module which handles noVNC (browser-based VNC client) connections to sandboxed browser sessions. The root cause is CWE-862 (Missing Authorization), where the /sandbox/novnc route lacked the authentication middleware required for other bridge server endpoints. The code previously installed authentication middleware after route registration, allowing the noVNC endpoint to bypass bearer token and password verification. The GitHub commit 8dfbf3268bd224b7377d1ecca77a445100746085 shows the fix moved authentication middleware installation before route handlers and added explicit hasVerifiedBrowserAuth() checks on the noVNC route. The fix also removes browserNoVncUrl from model-visible prompt context to prevent exposure of observer URLs to AI models themselves.

RemediationAI

Upgrade to OpenClaw version 2026.4.10 or later (current release 2026.4.14 confirmed to include fix) via npm update or by installing 'openclaw@2026.4.14'. The fix is implemented in GitHub commit 8dfbf3268bd224b7377d1ecca77a445100746085 and pull request #63882. If immediate patching is not feasible, implement network-level access controls to restrict bridge server endpoints to trusted IP ranges only - specifically block external access to /sandbox/novnc routes via firewall rules or reverse proxy ACLs. Alternatively, disable the sandbox browser feature entirely if not required for operations by removing browser extension configuration (note: this prevents AI agents from using browser automation capabilities). For production environments, ensure bridge server authToken and authPassword parameters are configured with strong cryptographic values as the fix enforces these as mandatory. Review logs for unauthorized access attempts to /sandbox/novnc endpoints without Authorization headers. Vendor advisory available at https://github.com/openclaw/openclaw/security/advisories/GHSA-92jp-89mq-4374 and patch details at https://github.com/openclaw/openclaw/commit/8dfbf3268bd224b7377d1ecca77a445100746085.

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

CVE-2026-43575 vulnerability details – vuln.today

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