Severity by source
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
Lifecycle Timeline
4DescriptionCVE.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.
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-28163