Cyber Resilience

CVE-2026-32005

HighPublic PoC

Published: 19 March 2026

Published
19 March 2026
Modified
24 March 2026
KEV Added
Patch
CVSS Score v4 7.6 CVSS:4.0/AV:N/AC:H/AT:P/PR:L/UI:N/VC:H/VI:H/VA:N/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.0028 19.9th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-32005 is a high-severity Incorrect Authorization (CWE-863) vulnerability in Openclaw Openclaw. Its CVSS base score is 7.6 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 19.9th 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-24 (Access Control Decisions) and AC-25 (Reference Monitor).

Deeper analysis

CVE-2026-32005 is an authorization bypass vulnerability in OpenClaw versions prior to 2026.2.25, stemming from a failure to enforce sender authorization checks for interactive callbacks such as block_action, view_submission, and view_closed in shared workspace deployments. Classified under CWE-863 (Incorrect Authorization), it carries a CVSS v3.1 base score of 6.8 (AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N), indicating medium severity with network accessibility, high attack complexity, low privileges required, and significant impacts to confidentiality and integrity.

Low-privileged unauthorized workspace members can exploit this vulnerability remotely without user interaction. By skipping sender checks, attackers bypass allowFrom restrictions and channel user allowlists, enabling them to enqueue unauthorized system-event text into active sessions of other users.

Advisories recommend upgrading to OpenClaw 2026.2.25 or later to mitigate the issue, as detailed in the fixing commit at https://github.com/openclaw/openclaw/commit/ce8c67c314b93f570f53c2a9abc124e1e3a54715. Further guidance appears in the GitHub Security Advisory at https://github.com/openclaw/openclaw/security/advisories/GHSA-x2ff-j5c2-ggpr and the Vulncheck advisory at https://www.vulncheck.com/advisories/openclaw-authorization-bypass-in-interactive-callbacks-via-sender-check-skip.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

OpenClaw versions prior to 2026.2.25 fail to enforce sender authorization checks for interactive callbacks including block_action, view_submission, and view_closed in shared workspace deployments. Unauthorized workspace members can bypass allowFrom restrictions and channel user allowlists to enqueue system-event text into active…

more

sessions.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
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.
Why these techniques?

Authz bypass (CWE-863) in network-exposed app directly enables remote exploitation for privilege escalation (T1068) via T1190 on public-facing service; allows unauthorized callback injection bypassing allowlists.

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

CVEs Like This One

CVE-2026-32914Same product: Openclaw Openclaw
CVE-2026-28392Same product: Openclaw Openclaw
CVE-2026-44110Same product: Openclaw Openclaw
CVE-2026-42426Same product: Openclaw Openclaw
CVE-2026-28473Same product: Openclaw Openclaw
CVE-2026-32924Same product: Openclaw Openclaw
CVE-2026-42429Same product: Openclaw Openclaw
CVE-2026-33579Same product: Openclaw Openclaw
CVE-2026-32915Same product: Openclaw Openclaw
CVE-2026-33577Same product: Openclaw Openclaw

Affected Assets

openclaw
openclaw
≤ 2026.2.22

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Enforces approved authorizations for access to system resources, directly addressing the failure to perform sender authorization checks for interactive callbacks.

prevent

Requires explicit authorization decisions for system resources like interactive callbacks, preventing bypass of allowFrom restrictions and channel user allowlists by unauthorized senders.

prevent

Implements a tamper-proof reference monitor to mediate and enforce access control policies for all subjects and objects, mitigating sender check skips in shared workspace deployments.

References