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 and needs low-trust credentials (PR:L), but the required configured input paths are a precondition beyond attacker control, mapping to AC:H; full High CIA on the same system, no scope change.
Primary rating from Vendor (VulnCheck).
CVSS VectorVendor: VulnCheck
Lifecycle Timeline
3DescriptionCVE.org
OpenClaw versions before 2026.6.5 contain an authentication bypass vulnerability that allows lower-trust callers to reach admin-scoped tools. Attackers can perform actions requiring stronger authorization by exploiting insufficient policy checks on configured input paths.
AnalysisAI
Authorization bypass in OpenClaw before 2026.6.5 lets a low-privileged, authenticated caller reach admin-scoped tools and perform privileged actions they should not be authorized for. The flaw stems from insufficient policy checks on configured input paths (CWE-862, Missing Authorization), so a lower-trust principal can escalate the scope of operations available to it. There is no public exploit identified at time of analysis and it is not listed in CISA KEV; the issue was reported by VulnCheck with a CVSS 4.0 base score of 7.7.
Technical ContextAI
OpenClaw exposes a set of callable tools that are gated by trust/authorization scopes, with certain tools reserved for admin-level callers. The root cause is CWE-862 (Missing Authorization): the policy layer that is supposed to decide whether a given caller may invoke an admin-scoped tool does not fully enforce that decision for particular configured input paths, allowing a lower-trust caller's request to be routed to a higher-privileged capability. The single affected CPE (cpe:2.3:a:openclaw:openclaw:*) indicates one application product line rather than a suite. Because the weakness is a broken authorization check rather than a memory-safety or injection bug, the exploit does not require crafted payloads to corrupt the process - it requires exercising a request path where the missing check exposes an admin function to an under-privileged identity.
RemediationAI
Vendor-released patch: 2026.6.5 - upgrade OpenClaw to 2026.6.5 or later, which corrects the insufficient policy checks; this is the primary and recommended fix. Review the vendor advisory at https://github.com/openclaw/openclaw/security/advisories/GHSA-cf2p-f286-mphf and https://www.vulncheck.com/advisories/openclaw-authentication-bypass-via-admin-tools for exact remediation notes. If you cannot upgrade immediately, the AT:P condition points to compensating controls: audit and tighten the policy configuration on the specific input paths that expose admin-scoped tools, remove or restrict admin-scoped tools from being reachable by low-trust roles, and place the admin surface behind network segmentation or an authenticating reverse proxy that enforces role separation independently of OpenClaw. Trade-offs: restricting admin tool exposure or fronting it with a proxy may break legitimate low-trust automation that currently relies on those paths, so validate authorized workflows before locking them down. Also rotate or re-scope any low-trust credentials that could be abused until the patch is applied.
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
EUVD-2026-45095
GHSA-86p5-rr4v-4pj8