Severity by source
CVSS:4.0/AV:L/AC:H/AT:N/PR:L/UI:N/VC:N/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
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:4.0/AV:L/AC:H/AT:N/PR:L/UI:N/VC:N/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
4Blast Radius
ecosystem impact- 3 npm packages depend on openclaw (3 direct, 0 indirect)
Ecosystem-wide dependent count for version 2026.3.11.
DescriptionCVE.org
OpenClaw before 2026.3.11 contains a sandbox boundary bypass vulnerability in fs-bridge staged writes where temporary file creation and population are not pinned to a verified parent directory. Attackers can exploit a race condition in parent-path alias changes to write attacker-controlled bytes outside the intended validated path before the final guarded replace step executes.
AnalysisAI
Sandbox escape in OpenClaw (before version 2026.3.11) allows local authenticated users to write arbitrary files outside validated directories via a TOCTOU race condition during staged file writes. The fs-bridge component fails to anchor temporary file operations to verified parent directories, enabling attackers to manipulate path aliases between validation and execution phases. CVSS 7.5 (High) reflects the local attack vector with high complexity, but scope change (S:C) indicates potential container/sandbox breakout. No public exploit identified at time of analysis, though the race condition vulnerability class (CWE-367) is well-understood by attackers.
Technical ContextAI
This vulnerability affects the fs-bridge component in OpenClaw, a sandbox-oriented filesystem abstraction layer. The flaw is rooted in CWE-367 (Time-of-Check Time-of-Use race condition) where the software validates a parent directory path, then creates and populates temporary files without maintaining a file descriptor lock or canonical path anchor to the verified location. Between validation and the final atomic replace operation, an attacker with local filesystem access can manipulate symbolic links, mount points, or directory renames to redirect the temporary file write to an arbitrary location outside the sandbox boundary. The CPE identifier cpe:2.3:a:openclaw:openclaw indicates this affects the core OpenClaw application framework. Staged writes are common in sandboxed environments to ensure atomic updates, but without proper TOCTOU protections (such as openat() with O_NOFOLLOW or maintaining open directory file descriptors throughout the operation), the gap between check and use becomes exploitable.
RemediationAI
Upgrade to OpenClaw version 2026.3.11 or later, which addresses the race condition by implementing proper parent directory anchoring during temporary file operations. The vendor has released patches available through the official GitHub repository. Consult the security advisory at https://github.com/openclaw/openclaw/security/advisories/GHSA-mj4p-rc52-m843 for upgrade instructions and release notes. As a temporary mitigation for systems unable to immediately upgrade, implement additional filesystem-level controls such as restricting write permissions in directories accessible to OpenClaw processes, enabling audit logging for filesystem operations outside expected paths, and deploying mandatory access control policies (SELinux/AppArmor) to constrain process capabilities. Note that workarounds do not eliminate the race condition and should only be considered temporary risk reduction measures. Additional technical details are available in the VulnCheck advisory at https://www.vulncheck.com/advisories/openclaw-sandbox-boundary-bypass-via-unvalidated-temporary-file-creation.
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-17388
GHSA-j69p-564m-x3gh