Severity by source
CVSS:4.0/AV:N/AC:H/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:H/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
4Blast Radius
ecosystem impact- 6 npm packages depend on openclaw (6 direct, 0 indirect)
Ecosystem-wide dependent count for version 2026.4.15.
DescriptionCVE.org
OpenClaw before 2026.4.15 captures resolved bearer-auth configuration at startup, allowing revoked tokens to remain valid after SecretRef rotation. Gateway HTTP and WebSocket handlers fail to re-resolve authentication per-request, enabling attackers to use rotated-out bearer tokens for unauthorized gateway access.
AnalysisAI
Bearer token revocation bypass in OpenClaw gateway allows attackers to authenticate using rotated-out tokens until process restart. OpenClaw gateway HTTP and WebSocket handlers captured bearer authentication configuration at startup, failing to re-resolve credentials after SecretRef rotation. Attackers possessing a previously valid token can maintain unauthorized gateway access to /v1/* endpoints, /tools/invoke, plugin routes, and canvas upgrade paths even after operators rotate secrets, believing the old token is revoked. Fixed in version 2026.4.15. CVSS 9.2 reflects network-accessible attack with high complexity; no public exploit identified at time of analysis.
Technical ContextAI
This vulnerability stems from CWE-672 (Operation on a Resource after Expiration or Release) in OpenClaw's gateway authentication architecture. The gateway server uses bearer token authentication backed by Kubernetes-style SecretRef configuration that supports runtime rotation through secrets.reload or config hot-reload. At startup, the HTTP server (server-http.ts) and WebSocket upgrade handler captured the resolved bearer authentication state into a closure variable. Subsequent requests validated tokens against this stale snapshot rather than re-resolving credentials from the current runtime secret store. The fix introduces a getResolvedAuth() function that queries the live secret snapshot per-request, ensuring rotated tokens are immediately invalidated across all gateway surfaces: HTTP REST endpoints, WebSocket upgrades, and canvas protocol handlers. The commit diff shows the pattern change from static resolvedAuth captured at initialization to dynamic getResolvedAuth() invoked before each authentication check.
RemediationAI
Upgrade to OpenClaw 2026.4.15 or later immediately, which resolves active gateway authentication from the runtime secret snapshot per-request via the new getResolvedAuth() pattern. The fix is included in commit acd4e0a32f12e1ad85f3130f63b42443ce90f094 and PR #66651. For environments unable to upgrade immediately, implement these compensating controls: (1) Restart all gateway processes immediately after every SecretRef rotation to flush stale authentication state - note this causes brief service interruption and requires coordination with deployment pipelines. (2) Reduce bearer token lifetime to minimize exposure window - trade-off is increased token refresh overhead and potential user session disruption. (3) Monitor gateway access logs for authentication attempts with recently rotated tokens and alert on unexpected matches - requires log aggregation infrastructure and may generate false positives during legitimate rotation windows. (4) Implement network-layer access controls restricting gateway endpoints to known client IP ranges as defense-in-depth - reduces attack surface but does not prevent exploitation by compromised internal clients. Vendor advisory with patch details: https://github.com/openclaw/openclaw/security/advisories/GHSA-xmxx-7p24-h892. VulnCheck analysis: https://www.vulncheck.com/advisories/openclaw-bearer-token-validation-bypass-via-stale-secretref-resolution.
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 technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-28182
GHSA-xmxx-7p24-h892