Cyber Posture

CVE-2026-22179

HighPublic PoCRCE

Published: 18 March 2026

Published
18 March 2026
Modified
25 March 2026
KEV Added
Patch
CVSS Score 7.2 CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0046 64.4th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-22179 is a high-severity OS Command Injection (CWE-78) vulnerability in Openclaw Openclaw. Its CVSS base score is 7.2 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 35.6% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 AC-25 (Reference Monitor) and CM-7 (Least Functionality).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly requires validation of command inputs to prevent exploitation of improper parsing of substitution tokens within double-quoted text.

prevent

Mandates restriction to least functionality via allowlisting of commands, countering attempts to execute non-allowlisted arbitrary commands.

prevent

Implements a tamper-proof reference monitor to enforce command allowlist policies precisely, mitigating bypass vulnerabilities in enforcement logic.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1059.004 Unix Shell Execution
Adversaries may abuse Unix shell commands and scripts for execution.
Why these techniques?

Remote command injection via allowlist bypass directly enables T1190 (public-facing app exploitation) and T1059.004 (Unix shell command execution) on macOS.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

OpenClaw versions prior to 2026.2.22 in macOS node-host system.run contain an allowlist bypass vulnerability that allows remote attackers to execute non-allowlisted commands by exploiting improper parsing of command substitution tokens. Attackers can craft shell payloads with command substitution syntax within…

more

double-quoted text to bypass security restrictions and execute arbitrary commands on the system.

Deeper analysisAI

CVE-2026-22179 is an allowlist bypass vulnerability (CWE-78) in OpenClaw versions prior to 2026.2.22, affecting the system.run component within the macOS node-host. The issue arises from improper parsing of command substitution tokens inside double-quoted text, which allows remote attackers to execute non-allowlisted commands by crafting malicious shell payloads.

Attackers with high privileges (PR:H) can exploit this remotely (AV:N) with low complexity (AC:L) and no user interaction (UI:N), as reflected in its CVSS v3.1 base score of 7.2 (C:H/I:H/A:H, S:U). Successful exploitation enables bypassing security restrictions to run arbitrary commands on the system.

Mitigation is addressed in the referenced GitHub commit (90a378ca3a9ecbf1634cd247f17a35f4612c6ca6) and security advisory (GHSA-9p38-94jf-hgjj), with OpenClaw 2026.2.22 or later resolving the improper parsing. Further details on the allowlist bypass via command substitution are provided in the VulnCheck advisory.

Details

CWE(s)

Affected Products

openclaw
openclaw
≤ 2026.2.22

CVEs Like This One

CVE-2026-28460Same product: Openclaw Openclaw
CVE-2026-32917Same product: Openclaw Openclaw
CVE-2026-32003Same product: Openclaw Openclaw
CVE-2026-31996Same product: Openclaw Openclaw
CVE-2026-32010Same product: Openclaw Openclaw
CVE-2026-29607Same product: Openclaw Openclaw
CVE-2026-32034Same product: Openclaw Openclaw
CVE-2026-28391Same product: Openclaw Openclaw
CVE-2026-28470Same product: Openclaw Openclaw
CVE-2026-27566Same product: Openclaw Openclaw

References