OpenClaw
CVE-2026-62189
HIGH
Severity by source
CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:N/VC:H/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 but requires authenticated low-privilege access (PR:L) and winning a hard-to-control symlink/policy race (AC:H); high confidentiality/integrity impact, only low availability effect, no scope change.
Primary rating from Vendor (VulnCheck).
CVSS VectorVendor: VulnCheck
Lifecycle Timeline
2DescriptionCVE.org
OpenClaw versions before 2026.6.9 contain a symlink following vulnerability in the mirror sync feature that allows lower-trust callers to perform actions requiring stronger authorization. Attackers can exploit remote symlink parents to bypass policy checks and authorization boundaries when the feature is enabled and reachable.
AnalysisAI
Authorization bypass via symlink following in OpenClaw's mirror sync feature (versions before 2026.6.9) lets a lower-privilege caller escalate into actions that should require stronger authorization. By planting or referencing symlink parents on a remote mirror target, an authenticated attacker can trick the sync logic into resolving links that cross policy and trust boundaries, yielding high confidentiality and integrity impact. There is no public exploit identified at time of analysis and no CISA KEV listing; no EPSS score was supplied.
Technical ContextAI
The flaw is a classic CWE-59 (Improper Link Resolution Before File Access, i.e. 'symlink following'). OpenClaw's mirror sync feature synchronizes content against a remote mirror; when it resolves paths it follows symbolic links whose parent directories are attacker-influenced ('remote symlink parents'). Because the authorization/policy checks are performed against the apparent path rather than the fully canonicalized target, a symlink lets the operation escape the intended directory or trust context and act with the sync process's stronger authority. The CPE cpe:2.3:a:openclaw:openclaw:*:*:*:*:*:*:*:* identifies the affected component as the OpenClaw application itself across all versions prior to the fix. The root-cause class is a TOCTOU-adjacent path-resolution weakness where policy enforcement and file access disagree on what the path actually refers to.
RemediationAI
Vendor-released patch: upgrade OpenClaw to version 2026.6.9 or later, which is the primary and confirmed fix (see GitHub Security Advisory GHSA-m38g-vpwj-mpg9 at https://github.com/openclaw/openclaw/security/advisories/GHSA-m38g-vpwj-mpg9). Where immediate upgrade is not possible, disable the mirror sync feature entirely to remove the attack surface, at the cost of losing mirror synchronization functionality. If the feature must remain enabled, restrict its reachability so only trusted callers can invoke it (network ACLs and tightened authentication) and, where supported, run sync against storage that does not follow symlinks (e.g. mount with nosymfollow or configure the sync target to reject symlinked parents) - this blocks link traversal but may break workflows that legitimately rely on links. Corroborate exact fix details against the VulnCheck advisory at https://www.vulncheck.com/advisories/openclaw-symlink-following-via-mirror-sync.
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-59 – Improper Link Resolution Before File Access
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today