Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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:N/AC:L/AT:N/PR:N/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
6Blast 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 an exec allowlist bypass vulnerability where matchesExecAllowlistPattern improperly normalizes patterns with lowercasing and glob matching that overmatches on POSIX paths. Attackers can exploit the ? wildcard matching across path segments to execute commands or paths not intended by operators.
AnalysisAI
Execution allowlist bypass in OpenClaw (versions prior to 2026.3.11) enables unauthenticated remote attackers to execute arbitrary commands by exploiting improper pattern normalization in matchesExecAllowlistPattern. The vulnerability stems from lowercasing and overly permissive glob matching logic that incorrectly allows the ? wildcard to match across POSIX path segments, circumventing intended security restrictions. No public exploit identified at time of analysis, though CVSS 8.8 severity reflects network-accessible attack vector with no authentication required and high integrity/availability impact.
Technical ContextAI
This vulnerability affects OpenClaw's command execution filtering mechanism, specifically the matchesExecAllowlistPattern function responsible for validating commands against configured allowlists. The root cause is CWE-625 (Permissive Regular Expression), where the implementation performs case normalization via lowercasing combined with glob pattern matching that behaves incorrectly on POSIX filesystem paths. The ? wildcard metacharacter, intended to match single characters within a path component, instead matches across directory separators (forward slashes), enabling path traversal-style bypasses of the allowlist. For example, a pattern intended to match /usr/bin/safe_cmd could be bypassed by crafting inputs like /usr?bin/malicious_cmd or /usr/b?n/dangerous_tool, where ? matches the / separator. This normalization flaw effectively neutralizes the security control, allowing operators' intended restrictions to be circumvented through carefully crafted command strings that exploit the pattern matching logic's overly permissive behavior.
RemediationAI
Vendor-released patch: OpenClaw version 2026.3.11 addresses this vulnerability through corrected pattern matching logic in matchesExecAllowlistPattern. Organizations should upgrade all OpenClaw instances to version 2026.3.11 or later immediately, prioritizing internet-facing and multi-tenant deployments. Obtain the patched release from the official OpenClaw repository and follow standard change management procedures, testing in non-production environments before production rollout. Consult the GitHub security advisory at https://github.com/openclaw/openclaw/security/advisories/GHSA-f8r2-vg7x-gh8m for detailed remediation guidance and any vendor-recommended configuration changes. If immediate patching is not feasible, implement compensating controls such as restricting network access to OpenClaw instances via firewall rules, disabling exec allowlist features if not operationally required, implementing additional input validation layers before commands reach OpenClaw, and enhancing monitoring for anomalous command execution patterns. Review existing allowlist configurations to identify overly permissive patterns containing ? wildcards and tighten rules where possible. No workarounds fully mitigate the vulnerability; patching remains the only complete remediation.
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-625 – Permissive Regular Expression
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-17011