OpenClaw
CVE-2026-62186
HIGH
Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:L/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, low-complexity call needs an authenticated low-trust account (PR:L), and bypassing authorization exposes restricted operations and data (C:H) with limited integrity and availability effect.
Primary rating from Vendor (VulnCheck).
CVSS VectorVendor: VulnCheck
Lifecycle Timeline
2DescriptionCVE.org
OpenClaw versions before 2026.6.8 contain an authorization bypass vulnerability in OpenAI-compatible HTTP model overrides that allows lower-trust callers to perform actions requiring stronger authorization checks. Attackers can exploit misconfigured input paths to bypass admin authorization policies and execute restricted operations.
AnalysisAI
Privilege escalation in OpenClaw before 2026.6.8 lets a lower-trust, already-authenticated caller invoke admin-restricted operations by abusing OpenAI-compatible HTTP model-override input paths, bypassing the authorization checks that should gate those actions. The flaw was reported by VulnCheck and stems from missing authorization (CWE-862) on override-driven request handling. There is no public exploit identified at time of analysis and the CVE is not listed in CISA KEV.
Technical ContextAI
OpenClaw exposes an OpenAI-compatible HTTP API in which callers can supply 'model override' parameters to steer which model or backend handles a request. Because the affected versions perform incomplete authorization on these override input paths (CWE-862, Missing Authorization), the code reaches privileged operation handlers without re-validating that the caller holds the required admin trust level. The single affected component per the CPE is cpe:2.3:a:openclaw:openclaw:*:*:*:*:*:*:*:*, i.e. the OpenClaw application itself across all versions prior to the fix. The root cause is an authorization gap where trust is inherited from a lower-privileged context rather than enforced per privileged action.
RemediationAI
Vendor-released patch: upgrade to OpenClaw 2026.6.8 or later, which restores the authorization checks on the OpenAI-compatible HTTP model-override paths; see the GitHub Security Advisory GHSA-jhfx-v2j8-x3m6 (https://github.com/openclaw/openclaw/security/advisories/GHSA-jhfx-v2j8-x3m6) and the VulnCheck advisory (https://www.vulncheck.com/advisories/openclaw-authorization-bypass-via-http-model-override). If you cannot upgrade immediately, reduce exposure by restricting who can reach the model-override and API endpoints - place the OpenClaw HTTP interface behind an authenticating reverse proxy or network ACL limited to trusted admin identities, and strip or block the model-override input parameters at the gateway if your deployment does not require them (trade-off: clients that legitimately switch models will break). Also tighten account provisioning so low-trust accounts cannot authenticate to the API at all, since the flaw requires only a low-privilege authenticated caller; these are stopgaps and do not replace the 2026.6.8 upgrade.
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