Severity by source
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:N/VA:N/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:L/VI:N/VA:N/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
4Blast Radius
ecosystem impact- 1 npm packages depend on openclaw (1 direct, 0 indirect)
Ecosystem-wide dependent count for version 2026.4.22.
DescriptionCVE.org
OpenClaw before 2026.4.22 contains an authentication bypass vulnerability in the Control UI bootstrap config endpoint that allows unauthenticated attackers to read sensitive configuration fields. Attackers can access the bootstrap config route without a valid Gateway token to expose sensitive bootstrap and config information intended only for authenticated Control UI sessions.
AnalysisAI
Authentication bypass in OpenClaw before version 2026.4.22 allows unauthenticated attackers to read sensitive bootstrap and configuration metadata from the Control UI config endpoint when Gateway authentication is enabled. The vulnerability exposes internal bootstrap information and configuration fields intended only for authenticated Control UI sessions via an unprotected HTTP GET request to the /__openclaw/control-ui-config.json endpoint, with no user interaction required.
Technical ContextAI
OpenClaw is a Node.js/npm-based gateway and control UI application that implements optional Gateway authentication via token-based access control. The vulnerability exists in the HTTP request handler for the Control UI bootstrap config endpoint (/__openclaw/control-ui-config.json). When Gateway authentication is enabled via gateway.auth configuration, the bootstrap config route was not enforcing the same authentication checks applied to other authenticated Control UI reads. The CWE-862 (Missing Authorization) root cause indicates the application failed to verify the requester's authentication credentials before serving sensitive bootstrap metadata. The fix adds asynchronous authentication validation to the bootstrap config handler, ensuring all requests pass through the Gateway read-auth verification path before returning configuration JSON.
RemediationAI
Upgrade OpenClaw to version 2026.4.22 or later immediately. The vendor has released patched version 2026.4.22 (commit 2321d67263bc710e357644d59f746b08d891051b) with authentication enforcement on the bootstrap config endpoint. Update via npm: npm install openclaw@2026.4.22 or higher, then restart the application. No workarounds are available for versions prior to 2026.4.22 if Gateway authentication is enabled; however, temporarily disabling Gateway authentication (gateway.auth: false) will mitigate the exposure until upgrade is possible, though this removes authentication protection from all Control UI reads and is not recommended for production. Verify the fix by confirming that unauthenticated GET requests to /__openclaw/control-ui-config.json receive a 401 Unauthorized response when Gateway authentication is enabled. See advisory: https://github.com/openclaw/openclaw/security/advisories/GHSA-93rg-2xm5-2p9v
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-29139
GHSA-5hj5-7x2h-xhpr