OpenClaw
CVE-2026-62194
HIGH
Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/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
Network-reachable plugin command usable by an authenticated low-privilege caller (PR:L) at low complexity with no UI; full impact on the instance with no scope change (S:U).
Primary rating from Vendor (VulnCheck).
CVSS VectorVendor: VulnCheck
Lifecycle Timeline
2DescriptionCVE.org
OpenClaw versions 2026.5.20 before 2026.6.9 contain a privilege escalation vulnerability in plugin install commands that allows lower-trust callers to execute or persist actions beyond their intended authorization. Attackers can exploit misconfigured input paths or enabled features to escalate privileges and perform unauthorized actions when the feature is reachable.
AnalysisAI
Privilege escalation in OpenClaw 2026.5.20 through 2026.6.8 lets an already-authenticated, lower-trust caller abuse the plugin install command path to execute or persist actions beyond their intended authorization. The root cause is an incorrect permission assignment (CWE-732) on plugin installation, and the CVSS 4.0 vector (PR:L, UI:N, AV:N) shows a low-privileged remote actor can achieve high confidentiality, integrity, and availability impact. No public exploit identified at time of analysis and the CVE is not in CISA KEV, but a GitHub Security Advisory (GHSA-7vrr-rp4x-4g76) and a VulnCheck advisory document it.
Technical ContextAI
OpenClaw exposes plugin install commands as part of its extensibility model. The vulnerability class is CWE-732 (Incorrect Permission Assignment for a Critical Resource): the plugin-install feature fails to enforce the trust boundary between higher- and lower-privileged callers, so operations that should require elevated authorization become reachable by lower-trust callers. The description points to 'misconfigured input paths or enabled features' as the trigger, implying the permission check on the install code path (or the paths/features it consumes) is missing or based on attacker-influenceable input. The single affected CPE, cpe:2.3:a:openclaw:openclaw:*:*:*:*:*:*:*:*, is an application component with no OS or hardware element, confirming this is a software-level authorization defect rather than an environmental one.
RemediationAI
Upgrade OpenClaw to version 2026.6.9 or later, the first release outside the vulnerable range per the advisory (Vendor-released patch: 2026.6.9). Consult the GitHub Security Advisory at https://github.com/openclaw/openclaw/security/advisories/GHSA-7vrr-rp4x-4g76 for exact fixed-build details. If immediate patching is not possible, reduce exposure by restricting who can reach the plugin install command path - limit plugin-install and plugin-management privileges to trusted administrators only, and review any 'enabled features' or configurable input paths named in the advisory to ensure they are not exposed to lower-trust accounts; disabling optional plugin-install capabilities where they are not required removes the reachable surface entirely (trade-off: users lose self-service plugin installation). Also audit installed plugins and persisted actions for unauthorized changes, since the flaw allows persistence beyond intended authorization.
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 Privilege Escalation
View allShare
External POC / Exploit Code
Leaving vuln.today