Cyber Resilience

CVE-2026-32973

HighPublic PoC

Published: 29 March 2026

Published
29 March 2026
Modified
30 March 2026
KEV Added
Patch
CVSS Score v4 8.8 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
EPSS Score 0.0041 32.3th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-32973 is a high-severity Permissive Regular Expression (CWE-625) vulnerability in Openclaw Openclaw. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 32.3th percentile by exploit likelihood (below the median); 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 CM-10 (Software Usage Restrictions) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2026-32973 is an exec allowlist bypass vulnerability in OpenClaw versions before 2026.3.11. The flaw occurs in the matchesExecAllowlistPattern function, which improperly normalizes patterns using lowercasing and glob matching, resulting in overmatching on POSIX paths. Attackers can leverage the ? wildcard to match across path segments, enabling execution of commands or paths not intended by operators. This issue is classified under CWE-625 and was published on 2026-03-29.

The vulnerability carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), making it critically severe due to its network accessibility, low attack complexity, lack of required privileges or user interaction, and high impacts on confidentiality, integrity, and availability. Remote attackers without authentication can exploit it to bypass exec allowlists and execute arbitrary commands or unintended paths on affected systems.

Mitigation details are provided in advisories from OpenClaw at https://github.com/openclaw/openclaw/security/advisories/GHSA-f8r2-vg7x-gh8m and VulnCheck at https://www.vulncheck.com/advisories/openclaw-exec-allowlist-pattern-overmatch-via-posix-path-normalization. Upgrading to OpenClaw 2026.3.11 or later addresses the vulnerability, as prior versions are explicitly affected.

EU & UK References

Vulnerability details

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…

more

intended by operators.

CWE(s)

Related Threats

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 unauth exec allowlist bypass in public-facing app directly enables T1190 exploitation and arbitrary Unix/POSIX command execution via T1059.004.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-22179Same product: Openclaw Openclaw
CVE-2026-32917Same product: Openclaw Openclaw
CVE-2026-32003Same product: Openclaw Openclaw
CVE-2026-28460Same product: Openclaw Openclaw
CVE-2026-32059Same product: Openclaw Openclaw
CVE-2026-32924Same product: Openclaw Openclaw
CVE-2026-41394Same product: Openclaw Openclaw
CVE-2026-43573Same product: Openclaw Openclaw
CVE-2026-31989Same product: Openclaw Openclaw
CVE-2026-28472Same product: Openclaw Openclaw

Affected Assets

openclaw
openclaw
≤ 2026.3.11

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Mandates timely remediation of the specific flaw in OpenClaw's matchesExecAllowlistPattern function through patching to version 2026.3.11 or later, directly preventing exploitation of the exec allowlist bypass.

prevent

Enforces deny-all, permit-by-exception policies for software execution, providing robust whitelisting that mitigates reliance on the vulnerable OpenClaw exec allowlist mechanism.

prevent

Applies least privilege to processes using OpenClaw, restricting the scope and impact of arbitrary command execution enabled by the allowlist bypass.

References