CVE-2026-32906: OpenClaw: privilege escalation bypasses Slack plugin approval gate
MEDIUMOpenClaw before 2026.5.12 contains an authorization flaw (CWE-863) in its Slack plugin approval workflow that allows users with limited exec permissions to resolve plugin approvals through the exec approver gate, circumventing operator-configured approval splits. In AI agent environments, plugin approval gates are a critical human-in-the-loop control; bypassing them means a low-privileged attacker can authorize arbitrary agent tool invocations outside operator policy — a blast radius the CVSS 4.3 score does not fully capture. No public exploit exists and the CVE is absent from the CISA KEV catalog, placing immediate exploitation risk at low-to-moderate, but the flaw is trivially exploitable by any user with an existing exec-tier account. Upgrade to OpenClaw 2026.5.12 immediately and audit recent plugin approval logs for exec-gate approvals inconsistent with operator-configured splits.
What is the risk?
Medium severity by CVSS (4.3), but contextually elevated in agentic AI deployments. The network-accessible, low-privilege, no-user-interaction attack profile means any exec-tier account holder is a potential threat vector. Plugin approvals in agent frameworks commonly gate high-consequence actions — external API calls, data writes, privileged tool invocations — making the real-world impact of a bypass potentially far exceeding the C:L/I:N/A:N formal CVSS rating. No KEV listing, no public exploit, and no EPSS data keep this at medium priority, but organizations with broad exec approval role assignments should treat this as high internally.
How does the attack unfold?
What systems are affected?
| Package | Ecosystem | Vulnerable Range | Patched |
|---|---|---|---|
| OpenClaw | pip | — | No patch |
Do you use OpenClaw? You're affected.
How severe is it?
What is the attack surface?
What should I do?
5 steps-
Upgrade OpenClaw to version 2026.5.12 or later immediately — this is the only full remediation.
-
Until patched, audit and minimize exec approval role assignments; remove any users who do not strictly require exec-tier approval rights.
-
Review plugin approval audit logs for approvals resolved via the exec approver gate that fall outside expected operator-configuration patterns — treat anomalies as potential exploitation.
-
Consider temporarily disabling Slack plugin approval integration and requiring out-of-band manual approvals until the patch is deployed.
-
Consult GHSA-wv26-j37q-2g7p and the VulnCheck advisory for vendor-specific workaround guidance and affected configuration details.
What does CISA's SSVC say?
Source: CISA Vulnrichment (SSVC v2.0). Decision based on the CISA Coordinator decision tree.
How is it classified?
Which compliance frameworks are affected?
This CVE is relevant to:
Frequently Asked Questions
What is CVE-2026-32906?
OpenClaw before 2026.5.12 contains an authorization flaw (CWE-863) in its Slack plugin approval workflow that allows users with limited exec permissions to resolve plugin approvals through the exec approver gate, circumventing operator-configured approval splits. In AI agent environments, plugin approval gates are a critical human-in-the-loop control; bypassing them means a low-privileged attacker can authorize arbitrary agent tool invocations outside operator policy — a blast radius the CVSS 4.3 score does not fully capture. No public exploit exists and the CVE is absent from the CISA KEV catalog, placing immediate exploitation risk at low-to-moderate, but the flaw is trivially exploitable by any user with an existing exec-tier account. Upgrade to OpenClaw 2026.5.12 immediately and audit recent plugin approval logs for exec-gate approvals inconsistent with operator-configured splits.
Is CVE-2026-32906 actively exploited?
No confirmed active exploitation of CVE-2026-32906 has been reported, but organizations should still patch proactively.
How to fix CVE-2026-32906?
1. Upgrade OpenClaw to version 2026.5.12 or later immediately — this is the only full remediation. 2. Until patched, audit and minimize exec approval role assignments; remove any users who do not strictly require exec-tier approval rights. 3. Review plugin approval audit logs for approvals resolved via the exec approver gate that fall outside expected operator-configuration patterns — treat anomalies as potential exploitation. 4. Consider temporarily disabling Slack plugin approval integration and requiring out-of-band manual approvals until the patch is deployed. 5. Consult GHSA-wv26-j37q-2g7p and the VulnCheck advisory for vendor-specific workaround guidance and affected configuration details.
What systems are affected by CVE-2026-32906?
This vulnerability affects the following AI/ML architecture patterns: agent frameworks, plugin approval workflows, human-in-the-loop control planes.
What is the CVSS score for CVE-2026-32906?
CVE-2026-32906 has a CVSS v3.1 base score of 4.3 (MEDIUM). The EPSS exploitation probability is 0.17%.
What is the AI security impact?
Affected AI Architectures
MITRE ATLAS Techniques
AML.T0012 Valid Accounts AML.T0053 AI Agent Tool Invocation AML.T0081 Modify AI Agent Configuration AML.T0107 Exploitation for Defense Evasion Compliance Controls Affected
What are the technical details?
Original Advisory
OpenClaw before 2026.5.12 contains a privilege escalation vulnerability in Slack plugin approvals that allows exec-authorized users to resolve plugin approvals through the exec approver gate. Attackers with limited exec approval permissions can bypass intended approval splits to approve plugin actions outside operator configuration.
Exploitation Scenario
An attacker holds a legitimate but limited exec approval account in an OpenClaw deployment — for example, a developer scoped to a specific workflow. Recognizing the approval bypass flaw, they submit a plugin approval request for an action outside their permitted scope and route it through the exec approver gate rather than the intended operator-level gate. The authorization check incorrectly accepts this approval, causing the OpenClaw AI agent to invoke the Slack plugin action as if it had full operator sanction. The attacker needs no special tooling or elevated network access — only their existing credentials and knowledge that the approval split can be bypassed via the exec gate path.
Weaknesses (CWE)
CWE-863 — Incorrect Authorization: The product performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check.
- [Architecture and Design] Divide the product into anonymous, normal, privileged, and administrative areas. Reduce the attack surface by carefully mapping roles with data and functionality. Use role-based access control (RBAC) [REF-229] to enforce the roles at the appropriate boundaries. Note that this approach may not protect against horizontal authorization, i.e., it will not protect a user from attacking others with the same role.
- [Architecture and Design] Ensure that access control checks are performed related to the business logic. These checks may be different than the access control checks that are applied to more generic resources such as files, connections, processes, memory, and database records. For example, a database may restrict access for medical records to a specific database user, but each record might only be intended to be accessible to the patient and the patient's doctor [REF-7].
Source: MITRE CWE corpus.
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N References
Timeline
Related Vulnerabilities
CVE-2026-33579 9.9 OpenClaw: scope bypass escalates low-priv to admin
Same package: openclaw CVE-2026-32922 9.9 OpenClaw: privilege escalation to RCE via token scope bypass
Same package: openclaw CVE-2026-30741 9.8 OpenClaw: RCE via request-side prompt injection
Same package: openclaw CVE-2026-32038 9.8 OpenClaw: sandbox bypass enables container lateral movement
Same package: openclaw CVE-2026-53838 9.8 OpenClaw: approval scope bypass via reconnection state
Same package: openclaw