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- 1 npm packages depend on openclaw (1 direct, 0 indirect)
Ecosystem-wide dependent count for version 2026.2.24.
DescriptionCVE.org
OpenClaw versions prior to 2026.2.24 contain a sandbox bind validation vulnerability allowing attackers to bypass allowed-root and blocked-path checks via symlinked parent directories with non-existent leaf paths. Attackers can craft bind source paths that appear within allowed roots but resolve outside sandbox boundaries once missing leaf components are created, weakening bind-source isolation enforcement.
AnalysisAI
OpenClaw versions prior to 2026.2.24 contain a sandbox bind validation bypass vulnerability that allows local attackers with low privileges to circumvent allowed-root and blocked-path security checks through symlinked parent directories combined with non-existent leaf paths. An attacker can craft bind source paths that appear to reside within permitted sandbox roots but resolve outside sandbox boundaries once missing path components are created, effectively weakening the sandbox's bind-source isolation enforcement. A patch is available from the vendor, and exploitation requires local access with standard user privileges, making this a practical threat in multi-tenant or shared-system environments.
Technical ContextAI
The vulnerability (CWE-22: Improper Limitation of a Pathname to a Restricted Directory) stems from inadequate validation of filesystem paths during sandbox bind operations in OpenClaw. The issue involves symlink resolution and path canonicalization logic that fails to properly handle edge cases where intermediate path components do not yet exist. When a local attacker constructs a bind-source path containing a symlink in a parent directory coupled with a non-existent leaf component, the validation logic evaluates the path against allowed-root and blocked-path policies before the leaf is created. Once the missing component is subsequently created (either by the attacker or through normal system operations), the path resolves outside the intended sandbox boundaries. This is a classic time-of-check-time-of-use (TOCTOU) flaw combined with improper symlink handling. The affected product is OpenClaw (cpe:2.3:a:openclaw:openclaw:*:*:*:*:*:*:*:*), and the root cause involves the sandbox bind-mount validation subsystem's failure to perform proper path resolution and validation before enforcement.
RemediationAI
Upgrade OpenClaw to version 2026.2.24 or later immediately. The vendor has published a patch available in the public repository at https://github.com/openclaw/openclaw/commit/b5787e4abba0dcc6baf09051099f6773c1679ec1 which corrects the bind-path validation logic to properly handle symlinked parent directories and non-existent leaf paths. Until patching is possible, apply defense-in-depth measures: restrict local user access via strict user account policies and filesystem permissions, use mandatory access control (MAC) frameworks such as SELinux or AppArmor to enforce stricter bind-mount policies, monitor filesystem operations (particularly symlink creation) for suspicious patterns, and isolate OpenClaw workloads on dedicated, minimally-exposed systems where feasible. Verify the patch has been applied by checking the version string and reviewing relevant commit signatures.
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-22 – Path Traversal
View allSame technique Path Traversal
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-12734
GHSA-m8v2-6wwh-r4gc