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.
How is it classified?
Which compliance frameworks are affected?
This CVE is relevant to:
How many AI incidents are linked? (2)
AIID #1471 involves an AI agent taking consequential actions without proper approval, leading to unauthorized data exposure. This CVE's bypass of approval policies in an agentic framework represents the same foundational failure mode: AI agent actions circumventing the human oversight controls meant to prevent unauthorized behavior.
AIID #1368 documents active exploitation of OpenClaw's skills ecosystem to deliver malicious skills including AMOS stealer and credential exfiltration via ClawHub. This CVE's approval bypass directly enables the same attack vector — introducing unauthorized skills without triggering detection — making it a technical enabler for the documented incident class on the same platform.
Source: AI Incident Database (AIID)
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).
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)
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-30741 9.8 OpenClaw: RCE via request-side prompt injection
Same package: openclaw CVE-2026-28451 9.3 OpenClaw: SSRF via Feishu extension exposes internal services
Same package: openclaw CVE-2026-35674 8.8 OpenClaw: scope bypass enables full agent admin takeover
Same package: openclaw GHSA-cwj3-vqpp-pmxr 8.8 openclaw: Model bypasses authz to persist unsafe config
Same package: openclaw CVE-2026-53811 8.8 OpenClaw: privilege escalation via identity spoofing
Same package: openclaw