OpenClaw
CVE-2026-62191
HIGH
Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:L/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 mutation endpoint with low complexity and no user interaction; PR:L because a low-trust authenticated account is required; integrity high, availability low, no confidentiality impact.
Primary rating from Vendor (VulnCheck).
CVSS VectorVendor: VulnCheck
Lifecycle Timeline
2DescriptionCVE.org
OpenClaw versions 2026.6.6 before 2026.6.9 contain an authorization bypass vulnerability in message mutation handling that allows lower-trust callers to perform actions requiring stronger authorization checks. Attackers can exploit misconfigured input paths to skip requester authorization and execute privileged operations when the affected feature is enabled and reachable.
AnalysisAI
Privilege escalation via authorization bypass in OpenClaw 2026.6.6 through 2026.6.8 allows a low-privileged, authenticated caller to invoke message-mutation operations that should require stronger authorization, letting them execute privileged actions. The flaw is a missing authorization check (CWE-862) on mutation input paths and requires the affected feature to be enabled and reachable. No public exploit identified at time of analysis, and it is not listed in CISA KEV.
Technical ContextAI
OpenClaw's message mutation handling is the code path that processes requests to modify or act on messages. The root cause is CWE-862 (Missing Authorization): the handler performs the requested mutation without consistently re-validating the requester's authorization level for that specific privileged operation. The CPE cpe:2.3:a:openclaw:openclaw:*:*:*:*:*:*:*:* scopes the affected component to the OpenClaw application itself. Because the authorization decision is bound to certain input paths, a request routed through a misconfigured or unchecked path reaches privileged logic while carrying only lower-trust credentials, so the trust boundary between low-privilege and high-privilege actions is not enforced at the mutation layer.
RemediationAI
Upgrade to OpenClaw 2026.6.9 or later, the first release outside the affected 2026.6.6-2026.6.8 range and, per the version boundary, the fixed build; consult https://github.com/openclaw/openclaw/security/advisories/GHSA-v7hx-r36p-f68m for the authoritative patched version. If immediate upgrade is not possible, reduce exposure by disabling the affected message-mutation feature where it is not required (removing the reachable code path) and by restricting which low-trust accounts can reach the mutation endpoints, for example limiting network reachability to trusted administrators - the trade-off is that disabling or restricting the feature may break legitimate workflows that depend on message mutation. Review and correct the misconfigured input paths referenced in the advisory so requests cannot bypass requester 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 weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today