CVE-2026-53854: OpenClaw: privilege escalation via channel auth wildcard
MEDIUMOpenClaw before version 2026.4.25 allows any low-privileged authenticated user to inherit the wildcard ownerAllowFrom authorization state from one channel and execute owner-level commands across unintended channel boundaries, effectively bypassing access controls in the agent framework. This is a network-accessible, low-complexity flaw (AC:L, PR:L, UI:N) — conditions that make opportunistic abuse realistic even without a public exploit or KEV listing, as exploitation requires no specialized knowledge and no user interaction. The integrity impact is rated HIGH, meaning an attacker can modify agent behavior and issue privileged commands without triggering standard authorization denials. Patch immediately to 2026.4.25 or later and audit all channel ownerAllowFrom configurations for unexpected wildcard settings.
What is the risk?
Medium CVSS (6.5) but operationally elevated in AI agent deployments. The low attack complexity and low privilege requirement mean any authenticated user can attempt exploitation — no specialized tooling or ML knowledge required. No public exploit or KEV listing currently, and EPSS data is unavailable for this newly published CVE. However, the vulnerability class (CWE-863 Incorrect Authorization) is well-understood and the exploitation pattern is straightforward. Environments where OpenClaw agents have privileged tool access, execute downstream system actions, or operate in multi-tenant architectures face amplified business impact beyond the CVSS score.
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-
Patch OpenClaw to version 2026.4.25 or later immediately — this is the primary remediation.
-
Audit all channel configurations for wildcard ownerAllowFrom settings and replace wildcards with explicit, scoped allowlists where possible.
-
Review command execution logs across all channels for anomalous cross-channel owner-level commands issued from non-owner accounts.
-
Apply principle of least privilege to internal and webchat command path configurations.
-
If patching is delayed, isolate internal command interfaces from general user access and block cross-channel command routing at the network or application gateway layer.
How is it classified?
Which compliance frameworks are affected?
This CVE is relevant to:
Frequently Asked Questions
What is CVE-2026-53854?
OpenClaw before version 2026.4.25 allows any low-privileged authenticated user to inherit the wildcard ownerAllowFrom authorization state from one channel and execute owner-level commands across unintended channel boundaries, effectively bypassing access controls in the agent framework. This is a network-accessible, low-complexity flaw (AC:L, PR:L, UI:N) — conditions that make opportunistic abuse realistic even without a public exploit or KEV listing, as exploitation requires no specialized knowledge and no user interaction. The integrity impact is rated HIGH, meaning an attacker can modify agent behavior and issue privileged commands without triggering standard authorization denials. Patch immediately to 2026.4.25 or later and audit all channel ownerAllowFrom configurations for unexpected wildcard settings.
Is CVE-2026-53854 actively exploited?
No confirmed active exploitation of CVE-2026-53854 has been reported, but organizations should still patch proactively.
How to fix CVE-2026-53854?
1. Patch OpenClaw to version 2026.4.25 or later immediately — this is the primary remediation. 2. Audit all channel configurations for wildcard ownerAllowFrom settings and replace wildcards with explicit, scoped allowlists where possible. 3. Review command execution logs across all channels for anomalous cross-channel owner-level commands issued from non-owner accounts. 4. Apply principle of least privilege to internal and webchat command path configurations. 5. If patching is delayed, isolate internal command interfaces from general user access and block cross-channel command routing at the network or application gateway layer.
What systems are affected by CVE-2026-53854?
This vulnerability affects the following AI/ML architecture patterns: agent frameworks, multi-channel AI agents, AI chat interfaces.
What is the CVSS score for CVE-2026-53854?
CVE-2026-53854 has a CVSS v3.1 base score of 6.5 (MEDIUM).
What is the AI security impact?
Affected AI Architectures
MITRE ATLAS Techniques
AML.T0012 Valid Accounts AML.T0049 Exploit Public-Facing Application AML.T0053 AI Agent Tool Invocation Compliance Controls Affected
What are the technical details?
Original Advisory
OpenClaw before 2026.4.25 contains a privilege escalation vulnerability in internal and webchat command authentication that allows senders to inherit wildcard ownerAllowFrom state across channel boundaries. Attackers can exploit this by sending commands on affected internal or webchat paths to execute owner-style command behavior outside intended channel scope, potentially bypassing access controls.
Exploitation Scenario
An attacker with a low-privileged OpenClaw account — such as a standard webchat user or internal channel participant — identifies a channel with a wildcard ownerAllowFrom configuration. By sending crafted commands through the affected webchat or internal command path, the attacker's session inherits the wildcard owner authorization state, allowing them to issue owner-style commands on channels entirely outside their authorized scope. In an AI agent deployment, this translates to triggering privileged tool calls, modifying agent memory or operational context, or executing actions with elevated downstream system access that was explicitly denied to the attacker's account.
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:N/I:H/A:N References
Timeline
Related Vulnerabilities
CVE-2026-30741 9.8 OpenClaw: RCE via request-side prompt injection
Same package: openclaw CVE-2026-53838 9.8 OpenClaw: approval scope bypass via reconnection state
Same package: openclaw CVE-2026-28451 9.3 OpenClaw: SSRF via Feishu extension exposes internal services
Same package: openclaw GHSA-cwj3-vqpp-pmxr 8.8 openclaw: Model bypasses authz to persist unsafe config
Same package: openclaw CVE-2026-35674 8.8 OpenClaw: scope bypass enables full agent admin takeover
Same package: openclaw