Severity by source
CVSS:4.0/AV:N/AC:L/AT:P/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 native command handler requires any authenticated sender (PR:L), no user interaction, low complexity, and yields full owner-privilege command execution affecting C/I/A.
Primary rating from Vendor (VulnCheck).
CVSS VectorVendor: VulnCheck
CVSS:4.0/AV:N/AC:L/AT:P/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
Lifecycle Timeline
2Blast Radius
ecosystem impact- 1 npm packages depend on openclaw (1 direct, 0 indirect)
Ecosystem-wide dependent count for version 2026.5.6.
DescriptionCVE.org
OpenClaw before 2026.5.6 contains an authorization bypass vulnerability in native command handling that allows authenticated senders to execute owner-only commands without proper policy enforcement. Attackers can trigger native command handling to bypass the configured owner-command access control, potentially executing privileged commands from unauthorized users.
AnalysisAI
Authorization bypass in OpenClaw before 2026.5.6 allows authenticated senders to invoke owner-only native commands without satisfying the configured owner-command policy. Any user with valid credentials can therefore execute privileged operations reserved for the resource owner, undermining the access control model. No public exploit identified at time of analysis, but a GitHub Security Advisory (GHSA-p73f-w79w-jqr5) and a VulnCheck advisory document the flaw.
Technical ContextAI
OpenClaw, identified by cpe:2.3:a:openclaw:openclaw:*, implements a native command handling layer that distinguishes between general commands and owner-restricted commands using a policy-driven access control check. The root cause maps to CWE-863 (Incorrect Authorization): the owner-command enforcement path is reached, but the policy decision is not correctly applied to native command dispatch, so the check is either skipped or returns an incorrect allow decision. This is a classic broken access-control pattern where authentication succeeds but the subsequent authorization step fails to bind the requested action to the caller's owner status.
RemediationAI
Vendor-released patch: upgrade OpenClaw to 2026.5.6 or later, per the GitHub Security Advisory at https://github.com/openclaw/openclaw/security/advisories/GHSA-p73f-w79w-jqr5. If immediate upgrade is not possible, restrict who can authenticate to OpenClaw by tightening account provisioning and revoking credentials for any untrusted senders, since exploitation requires valid authentication; additionally, disable or gate the native command handling path at a network or proxy layer for non-owner principals, accepting that this may break legitimate command flows for those users. Audit recent command invocations against the owner-command policy to detect any prior abuse before patching, and consult the VulnCheck advisory at https://www.vulncheck.com/advisories/openclaw-native-command-authorization-bypass-via-owner-command-enforcement for additional indicators.
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-863 – Incorrect Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-36616
GHSA-rwhc-83x6-c8f9