Severity by source
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/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:P/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
5Blast Radius
ecosystem impact- 1 npm packages depend on openclaw (1 direct, 0 indirect)
Ecosystem-wide dependent count for version 2026.4.9.
DescriptionCVE.org
OpenClaw before 2026.4.9 contains an authentication bypass vulnerability allowing untrusted workspace plugins to be auto-enabled during non-interactive onboarding when provider auth choices are shadowed. Attackers can exploit this by crafting malicious workspace plugins that are automatically selected and enabled during authentication setup without explicit user consent.
AnalysisAI
Authentication bypass in OpenClaw before 2026.4.9 enables untrusted workspace plugins to intercept provider authentication credentials during non-interactive onboarding. Malicious plugins can shadow legitimate provider authentication choices, causing the system to auto-enable attacker-controlled code and route sensitive API keys or credentials through untrusted handlers without user consent. Vendor-released patch available (v2026.4.9+). EPSS and KEV data not provided; exploitation requires user interaction (UI:P) and specific attack timing (AT:P), suggesting moderate real-world deployment complexity despite network attack vector.
Technical ContextAI
This vulnerability affects OpenClaw's plugin-based provider authentication system, specifically the non-interactive onboarding flow for workspace configurations. The flaw stems from CWE-829 (Inclusion of Functionality from Untrusted Control Sphere) where the application failed to validate the trust boundary of provider authentication plugins. During automated setup, OpenClaw's provider resolution logic would accept auth choice IDs from workspace-scoped plugins without verifying they originated from bundled, trusted providers. An attacker could register a workspace plugin with provider auth choice IDs matching legitimate providers (e.g., 'openai-api-key'), causing the system to route authentication credentials to the malicious plugin's handlers. The affected package is the npm distribution 'openclaw' (cpe:2.3:a:openclaw:openclaw), versions prior to 2026.4.9. The fix introduced trust-aware filtering in resolvePluginProviders(), setting includeUntrustedWorkspacePlugins:false during setup mode and preferring bundled provider origins over workspace-defined choices unless explicitly trusted by the user.
RemediationAI
Upgrade to OpenClaw version 2026.4.9 or newer immediately; vendor recommends 2026.4.14 as the latest stable release containing the fix. Installation via npm: 'npm install openclaw@2026.4.14' or update package.json dependency constraint. Vendor advisory: https://github.com/openclaw/openclaw/security/advisories/GHSA-939r-rj45-g2rj. Fix implemented in commit 2d97eae53e212ae26f3aebcd6a50ffc6877f770d and PR #62368, which modified provider resolution logic to exclude untrusted workspace plugins during authentication setup unless explicitly enabled. For deployments unable to patch immediately: (1) Disable non-interactive onboarding workflows and require manual provider authentication setup with visual confirmation of provider origin; (2) Implement workspace plugin allow-listing at the infrastructure level, blocking execution of any workspace-scoped plugins not pre-approved; (3) Audit existing workspace configurations for unexpected provider plugin registrations using 'grep -r provider.*auth workspace/.openclaw/'. These mitigations reduce automation convenience and require manual oversight, creating operational friction in CI/CD pipelines. Long-term: establish organizational policy requiring plugin signature verification before workspace deployment.
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-27289
GHSA-939r-rj45-g2rj