OpenClaw versions prior to 2026.3.7 contain a shell approval gating bypass vulnerability in system.run dispatch-wrapper handling that allows attackers to skip shell wrapper approval requirements. The approval classifier and execution planner apply different depth-boundary rules, permitting exactly four transparent dispatch wrappers like repeated env invocations before /bin/sh -c to bypass security=allowlist approval gating by misaligning classification with execution planning.
Security readout for executives and security teams
Plain-English summary
OpenClaw before 2026.3.7 can misjudge whether a shell command needs approval. A locally authenticated user could route execution through wrapper handling so security approval checks do not match what is ultimately executed. Business impact is bounded but real: unauthorized command activity could affect confidentiality, integrity, and availability at low levels.
Executive priority
Treat as a moderate operational security update. Prioritize environments where OpenClaw executes commands for automation, development, or administrative workflows, especially where multiple local users have access.
Technical view
The flaw is an authorization bypass in system.run dispatch-wrapper handling. The approval classifier and execution planner apply inconsistent depth-boundary rules for transparent wrappers, causing security=allowlist shell approval gating to be skipped. CVSS 3.1 is 5.3 with local access, low complexity, privileges required, and low C/I/A impact.
Likely exposure
Exposure is limited to OpenClaw installations running versions prior to 2026.3.7 where users can invoke system.run functionality under approval gating.
Exploitation context
The supplied sources do not show CISA KEV listing or active exploitation. Exploitation requires local access and privileges, no user interaction, and appears focused on bypassing approval controls rather than remote compromise.
Researcher notes
Evidence supports a specific authorization-boundary mismatch, but the bundle does not include exploit-in-the-wild confirmation. Focus review on classifier versus planner consistency, regression coverage for wrapper-depth handling, and whether local command execution workflows rely on allowlist approval decisions.
Mitigation direction
Upgrade OpenClaw to version 2026.3.7 or later.
Review the GitHub advisory and patch commit for vendor-confirmed fix details.
Check vendor guidance before applying compensating controls not named in the sources.
Restrict access to system.run capabilities until affected instances are patched.
Review approval policy configuration for shell execution paths.
Validation and detection
Inventory OpenClaw versions across developer and automation environments.
Confirm affected systems are upgraded to 2026.3.7 or later.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-863: Authorization and privilege behavior lookup
Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-863 · source CWE mapping
Incorrect Authorization
Incorrect Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.