Severity by source
AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:L
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:L
Lifecycle Timeline
4Blast Radius
ecosystem impact- 2 npm packages depend on openclaw (2 direct, 0 indirect)
Ecosystem-wide dependent count for version 2026.2.26.
DescriptionCVE.org
OpenClaw versions prior to 2026.2.26 contain an approval bypass vulnerability in system.run execution that allows attackers to execute commands from unintended filesystem locations by rebinding writable parent symlinks in the current working directory after approval. An attacker can modify mutable parent symlink path components between approval and execution time to redirect command execution to a different location while preserving the visible working directory string.
AnalysisAI
OpenClaw versions prior to 2026.2.26 contain a Time-of-Check-Time-of-Use (TOCTOU) approval bypass vulnerability in the system.run execution function that allows local attackers with low privileges to execute arbitrary commands from unintended filesystem locations. An attacker can exploit a race condition by modifying parent symlinks in the current working directory after command approval but before execution, redirecting execution while maintaining the appearance of a safe working directory. A patch is available from the vendor, and this vulnerability has been documented by both VulnCheck and the OpenClaw security advisory (GHSA-f7ww-2725-qvw2).
Technical ContextAI
The vulnerability is rooted in CWE-367 (Time-of-Check-Time-of-Use / TOCTOU Race Condition), a classic class of vulnerabilities where security decisions are made based on filesystem state that can change between the decision point and the actual operation. OpenClaw (affected CPE: cpe:2.3:a:openclaw:openclaw:*:*:*:*:*:*:*:*) implements an approval mechanism for system.run command execution that validates the intended working directory and command path at approval time. However, because the validation occurs separately from the actual command execution, and because parent directory symlinks in the filesystem are mutable and writable, an attacker with local access can modify these symlinks between the approval check and execution. This allows the actual command execution to occur in a different filesystem location than what was approved, while the displayed working directory string remains unchanged, effectively bypassing the intended authorization controls.
RemediationAI
Upgrade OpenClaw to version 2026.2.26 or later immediately, as patches are available from the vendor. The fix has been implemented across multiple commits (78a7ff2d50fb3bcef351571cb5a0f21430a340c1, d82c042b09727a6148f3ca651b254c4a677aff26, d06632ba45a8482192792c55d5ff0b2e21abb0a7, 4e690e09c746408b5e27617a20cb3fdc5190dbda, and 4b4718c8dfce2e2c48404aa5088af7c013bed60b) as referenced on GitHub. Until patching is possible, restrict local filesystem access to OpenClaw processes to trusted users only, implement filesystem monitoring to detect suspicious symlink modifications in working directories, and review system.run approval logs for signs of exploitation. Consult the official vendor security advisory at https://www.vulncheck.com/advisories/openclaw-approval-bypass-via-parent-symlink-current-working-directory-rebind for additional context and validation of the fix.
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 technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-12738
GHSA-f7ww-2725-qvw2