Skip to main content

OpenClaw EUVDEUVD-2026-28182

| CVE-2026-43585 CRITICAL
Operation on a Resource after Expiration or Release (CWE-672)
2026-05-06 disclosure@vulncheck.com GHSA-xmxx-7p24-h892
9.2
CVSS 4.0 · NVD
Share

Severity by source

NVD PRIMARY
9.2 CRITICAL
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
Attack Vector
Network
Attack Complexity
High
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:34 vuln.today
Analysis Generated
May 06, 2026 - 20:34 vuln.today
CVE Published
May 06, 2026 - 20:16 nvd
CRITICAL 9.2

Blast Radius

ecosystem impact
† from your stack dependencies † transitive graph · vuln.today resolves 4-path depth
  • 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.

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-28182 vulnerability details – vuln.today

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