Cyber Posture

CVE-2026-32059

HighPublic PoC

Published: 11 March 2026

Published
11 March 2026
Modified
16 March 2026
KEV Added
Patch
CVSS Score 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0007 22.1th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-32059 is a high-severity Incorrect Authorization (CWE-863) 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 22.1th 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 AC-3 (Access Enforcement) 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

Requires validation of command-line inputs including GNU long-option abbreviations to prevent bypass of safeBins allowlist checks.

prevent

Enforces access control policies for command execution to block unauthorized sort commands despite validation flaws.

prevent

Restricts system functionality to essential approved binaries and options, mitigating risks from incomplete option validation in allowlist mode.

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 network exploitation of authorization bypass in safeBins validation logic directly enables T1190 (Exploit Public-Facing Application) and unauthorized Unix command execution via T1059.004 (Unix Shell).

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

NVD Description

OpenClaw version 2026.2.22-2 prior to 2026.2.23 tools.exec.safeBins validation for sort command fails to properly validate GNU long-option abbreviations, allowing attackers to bypass denied-flag checks via abbreviated options. Remote attackers can execute sort commands with abbreviated long options to skip approval…

more

requirements in allowlist mode.

Deeper analysisAI

CVE-2026-32059 affects OpenClaw versions 2026.2.22-2 and earlier, prior to 2026.2.23, specifically in the tools.exec.safeBins component's validation logic for the sort command. The vulnerability arises from a failure to properly validate GNU long-option abbreviations, which allows attackers to bypass denied-flag checks via these abbreviated options. Classified under CWE-863 (Incorrect Authorization), it has a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H).

Remote attackers with low privileges can exploit this vulnerability over the network with low complexity and no user interaction. By crafting sort commands that use abbreviated long options, they bypass approval requirements enforced in allowlist mode, enabling unauthorized execution of the sort command and potentially leading to high impacts on confidentiality, integrity, and availability.

The issue is fixed in OpenClaw version 2026.2.23. Details on the patch are available in the GitHub commit at https://github.com/openclaw/openclaw/commit/3b8e33037ae2e12af7beb56fcf0346f1f8cbde6f, the GitHub security advisory at https://github.com/openclaw/openclaw/security/advisories/GHSA-3c6h-g97w-fg78, and the VulnCheck advisory at https://www.vulncheck.com/advisories/openclaw-allowlist-bypass-via-sort-long-option-abbreviation-in-toolsexecsafebins.

Details

CWE(s)

Affected Products

openclaw
openclaw
≤ 2026.2.23

CVEs Like This One

CVE-2026-31998Same product: Openclaw Openclaw
CVE-2026-32924Same product: Openclaw Openclaw
CVE-2026-42426Same product: Openclaw Openclaw
CVE-2026-32005Same product: Openclaw Openclaw
CVE-2026-41303Same product: Openclaw Openclaw
CVE-2026-43530Same product: Openclaw Openclaw
CVE-2026-28392Same product: Openclaw Openclaw
CVE-2026-42438Same product: Openclaw Openclaw
CVE-2026-32067Same product: Openclaw Openclaw
CVE-2026-34512Same product: Openclaw Openclaw

References