CVE-2026-53808: OpenClaw: approval bypass enables unauthorized skill changes
MEDIUMOpenClaw before 2026.5.6 contains an authorization flaw (CWE-863) in its Skill Workshop apply flow that allows agent tool calls to set apply: true and push configuration changes even when approvalPolicy is configured as pending, effectively nullifying the human approval gate that AI governance frameworks require. This is operationally dangerous in agentic environments because the approval workflow is typically the primary control preventing unauthorized behavior modifications — an attacker who can reach the apply endpoint or influence an agent tool call (including via prompt injection) can silently alter agent skills and configurations with no approval notification generated. The OpenClaw skills ecosystem has already been actively exploited in the wild per AIID #1368, where roughly 17% of third-party skills were assessed as malicious and used to deliver the AMOS stealer and exfiltrate credentials via ClawHub, confirming that threat actors are actively targeting this attack surface. Upgrade to OpenClaw 2026.5.6 or later immediately; audit Skill Workshop apply logs for unauthorized operations prior to patching and review recently applied skills against your approved skill inventory.
What is the risk?
CVSS 6.5 (Medium) understates the operational risk in agentic deployments. No privileges required, low attack complexity, and network accessibility make this trivially exploitable for any actor who can reach the apply endpoint or influence an agent tool invocation. The real blast radius is the integrity of all agent configurations under OpenClaw management — a single bypass can cascade into persistent behavioral changes across an entire agent fleet with no audit trail. The package carries 155 prior CVEs, signaling chronic security debt. With active exploitation of the OpenClaw skills ecosystem already documented (AIID #1368), this authorization gap in the apply path is a high-probability target for threat actors already familiar with the platform.
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?
6 steps-
Patch immediately to OpenClaw ≥2026.5.6 per the vendor advisory (GHSA-cqwv-9qjx-vxw2).
-
Audit Skill Workshop event logs for any apply operations executed with apply: true while approvalPolicy was pending — focus on the 30 days prior to patching.
-
Cross-reference all recently applied skills against your approved skill inventory and revoke any unauthorized entries.
-
If patching is delayed, restrict network access to the Skill Workshop apply endpoint via WAF or firewall rules as an interim control.
-
Implement alerting on configuration change events in OpenClaw that do not have a corresponding approval record upstream.
-
Review agent tool definitions for post-exploitation signs: unexpected tool additions, changed activation triggers, or modified call chains.
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-53808?
OpenClaw before 2026.5.6 contains an authorization flaw (CWE-863) in its Skill Workshop apply flow that allows agent tool calls to set apply: true and push configuration changes even when approvalPolicy is configured as pending, effectively nullifying the human approval gate that AI governance frameworks require. This is operationally dangerous in agentic environments because the approval workflow is typically the primary control preventing unauthorized behavior modifications — an attacker who can reach the apply endpoint or influence an agent tool call (including via prompt injection) can silently alter agent skills and configurations with no approval notification generated. The OpenClaw skills ecosystem has already been actively exploited in the wild per AIID #1368, where roughly 17% of third-party skills were assessed as malicious and used to deliver the AMOS stealer and exfiltrate credentials via ClawHub, confirming that threat actors are actively targeting this attack surface. Upgrade to OpenClaw 2026.5.6 or later immediately; audit Skill Workshop apply logs for unauthorized operations prior to patching and review recently applied skills against your approved skill inventory.
Is CVE-2026-53808 actively exploited?
No confirmed active exploitation of CVE-2026-53808 has been reported, but organizations should still patch proactively.
How to fix CVE-2026-53808?
1. Patch immediately to OpenClaw ≥2026.5.6 per the vendor advisory (GHSA-cqwv-9qjx-vxw2). 2. Audit Skill Workshop event logs for any apply operations executed with apply: true while approvalPolicy was pending — focus on the 30 days prior to patching. 3. Cross-reference all recently applied skills against your approved skill inventory and revoke any unauthorized entries. 4. If patching is delayed, restrict network access to the Skill Workshop apply endpoint via WAF or firewall rules as an interim control. 5. Implement alerting on configuration change events in OpenClaw that do not have a corresponding approval record upstream. 6. Review agent tool definitions for post-exploitation signs: unexpected tool additions, changed activation triggers, or modified call chains.
What systems are affected by CVE-2026-53808?
This vulnerability affects the following AI/ML architecture patterns: agent frameworks, AI agent orchestration, approval workflow systems, multi-agent pipelines.
What is the CVSS score for CVE-2026-53808?
CVE-2026-53808 has a CVSS v3.1 base score of 6.5 (MEDIUM). The EPSS exploitation probability is 0.19%.
What is the AI security impact?
Affected AI Architectures
MITRE ATLAS Techniques
AML.T0010.005 AI Agent Tool AML.T0049 Exploit Public-Facing Application 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.6 contains an approval policy bypass vulnerability in the Skill Workshop apply flow that allows agent tool calls to set apply: true despite approvalPolicy: pending configuration. Attackers can exploit this by reaching the affected apply path to apply workshop changes before the expected approval step, potentially modifying configurations without proper authorization.
Exploitation Scenario
An attacker identifies an OpenClaw deployment with Skill Workshop enabled — the apply endpoint is network-accessible with no credentials required. They either craft a direct HTTP request to the apply path with apply: true in the payload, or they leverage prompt injection against an OpenClaw-powered agent to cause it to invoke the Skill Workshop apply tool with attacker-controlled parameters. The pending approval check fails to enforce the policy due to CWE-863, and the attacker's malicious skill — potentially containing exfiltration logic targeting stored credentials or API tokens, mirroring the AMOS stealer variant seen in AIID #1368 — is silently applied to the target agent environment. The change persists with no approval notification dispatched, giving the attacker a durable foothold that survives agent restarts and continues to operate within trusted execution context.
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:N/UI:R/S:U/C:N/I:H/A:N References
- github.com/openclaw/openclaw/security/advisories/GHSA-cqwv-9qjx-vxw2 vendor-advisory patch
- vulncheck.com/advisories/openclaw-approval-policy-bypass-in-skill-workshop-apply-flow third-party-advisory
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