LiveActive security incident?Get immediate response
CVE Record

CVE-2026-27183: OpenClaw < 2026.3.7 - Shell Approval Gating Bypass via Dispatch Wrapper Depth Mismatch

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.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

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.
  • Verify approval-gating tests cover dispatch-wrapper shell execution behavior.
  • Review logs for unusual system.run shell-wrapper activity.
  • Confirm no unsupported local patches diverge from the vendor fix.
Prepared
Confidence
high
Sources
5

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2026-27183 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
5.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

2CVSS vectors
3Timeline events
1ADP providers
4Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

CVSS vector scores

2 official scores

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.

ScoreVersionSeverityVectorExploitImpactSource
5.3CVSS 3.1MediumCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L1.83.4VulnCheck
2.1CVSS 4.0LowCVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:NVulnCheck

Vulnerability scoring details

Base CVSS 4.0 score

2.1Low
CVSS 4.0 vector shape for CVE-2026-27183Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
OpenClawOpenClaw0, 2026.3.7unaffected
Weakness

CWE details

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.