Severity by source
CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:L/VI:L/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
AC:H because exploitation requires a pre-existing authenticated session aligned with a concurrent token rotation event; PR:L for the required shared-token credential; no availability impact.
Primary rating from NVD.
CVSS VectorNVD
Lifecycle Timeline
7DescriptionCVE.org
OpenClaw before 2026.4.8 contains a session management vulnerability where existing WebSocket sessions survive shared gateway token rotation. Attackers can maintain unauthorized access to WebSocket connections after token rotation by exploiting the failure to disconnect existing shared-token sessions.
AnalysisAI
OpenClaw, an npm-distributed local AI assistant, fails to terminate existing WebSocket sessions when the shared gateway token is rotated, allowing a party who previously obtained a shared token to maintain persistent WebSocket access even after that token has been revoked through rotation. All releases prior to 2026.4.8 are affected. The CVSS 4.0 score of 2.3 with AT:P reflects specific conditions required - a pre-existing authenticated session plus a concurrent rotation event - and no public exploit code exists; CISA SSVC classifies exploitation status as none, consistent with the 0.03% EPSS score.
Technical ContextAI
OpenClaw (npm package identifier: openclaw) is a user-controlled local AI assistant. The vulnerability stems from CWE-613 (Insufficient Session Expiration): the session invalidation logic triggered by shared gateway token rotation does not walk and terminate existing WebSocket connections established under the old token. WebSocket connections are long-lived by design and do not re-authenticate on each message, so unless the server explicitly closes them on credential change, they remain open indefinitely. CPE cpe:2.3:a:openclaw:openclaw:*:*:*:*:*:*:*:* covers all versions; the vendor advisory GHSA-5h3f-885m-v22w narrows the confirmed vulnerable range to npm/openclaw <= 2026.4.1. The trust model is explicitly user-controlled and single-tenant - the advisory states it does not assume a multi-tenant service boundary, which materially constrains the attack surface.
RemediationAI
Upgrade the openclaw npm package to version 2026.4.8, which is the vendor-confirmed patched release, verified by the maintainers with targeted regression tests before publication. The upstream fix commit is d7c3210cd6f5fdfdc1beff4c9541673e814354d5 (https://github.com/openclaw/openclaw/commit/d7c3210cd6f5fdfdc1beff4c9541673e814354d5). If an immediate upgrade is not possible, operators can mitigate by restarting the OpenClaw process after each token rotation, which forces all existing WebSocket sessions to close and re-authenticate against the new token; the trade-off is a brief service interruption for active connections. See the vendor advisory at https://github.com/openclaw/openclaw/security/advisories/GHSA-5h3f-885m-v22w for full details.
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-613 – Insufficient Session Expiration
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-26124