CVE-2026-34507: OpenClaw: policy bypass enables unauthorized admin command execution
MEDIUMOpenClaw before version 2026.4.29 contains an authorization bypass (CWE-863) in its QQBot admin command handler, allowing any authenticated user to skip DM-only and allowFrom policy checks and execute privileged operations from unauthorized senders or channels. For teams running OpenClaw-based AI agent deployments, this means a low-privileged attacker can circumvent the access control layer protecting admin functionality with no user interaction required and low attack complexity. No public exploit or KEV listing exists at this time and EPSS data is unavailable, but the network-accessible low-privilege entry bar makes opportunistic abuse realistic in multi-tenant or shared bot environments. Patch to OpenClaw 2026.4.29 or later immediately; in the interim, restrict QQBot admin command exposure and audit all allowFrom policy configurations.
What is the risk?
Medium risk (CVSS 5.4). CWE-863 incorrect authorization is straightforward to exploit given low privilege requirements and no user interaction. The network attack vector means any authenticated user can attempt the bypass without physical or local access. Impact is constrained to confidentiality and integrity (C:L/I:L) with no availability impact, but in AI agent contexts unauthorized admin command execution can cascade into broader automation abuse or configuration tampering. Absence of public exploits and KEV listing keeps this below critical threshold.
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.4.29 or later — this is the definitive fix.
-
If immediate patching is not possible, disable or restrict QQBot admin command endpoints to the strictest possible sender allowlist.
-
Audit all existing allowFrom and DM-only policy configurations; assume any authenticated user may have bypassed these controls historically.
-
Review audit logs for anomalous admin command invocations from unexpected senders or channels.
-
Consider network segmentation for QQBot admin interfaces in sensitive deployments.
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-34507?
OpenClaw before version 2026.4.29 contains an authorization bypass (CWE-863) in its QQBot admin command handler, allowing any authenticated user to skip DM-only and allowFrom policy checks and execute privileged operations from unauthorized senders or channels. For teams running OpenClaw-based AI agent deployments, this means a low-privileged attacker can circumvent the access control layer protecting admin functionality with no user interaction required and low attack complexity. No public exploit or KEV listing exists at this time and EPSS data is unavailable, but the network-accessible low-privilege entry bar makes opportunistic abuse realistic in multi-tenant or shared bot environments. Patch to OpenClaw 2026.4.29 or later immediately; in the interim, restrict QQBot admin command exposure and audit all allowFrom policy configurations.
Is CVE-2026-34507 actively exploited?
No confirmed active exploitation of CVE-2026-34507 has been reported, but organizations should still patch proactively.
How to fix CVE-2026-34507?
1. Upgrade OpenClaw to version 2026.4.29 or later — this is the definitive fix. 2. If immediate patching is not possible, disable or restrict QQBot admin command endpoints to the strictest possible sender allowlist. 3. Audit all existing allowFrom and DM-only policy configurations; assume any authenticated user may have bypassed these controls historically. 4. Review audit logs for anomalous admin command invocations from unexpected senders or channels. 5. Consider network segmentation for QQBot admin interfaces in sensitive deployments.
What systems are affected by CVE-2026-34507?
This vulnerability affects the following AI/ML architecture patterns: agent frameworks, AI agent orchestration, chatbot automation pipelines.
What is the CVSS score for CVE-2026-34507?
CVE-2026-34507 has a CVSS v3.1 base score of 5.4 (MEDIUM). The EPSS exploitation probability is 0.15%.
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 AML.T0107 Exploitation for Defense Evasion Compliance Controls Affected
What are the technical details?
Original Advisory
OpenClaw before 2026.4.29 contains a policy bypass vulnerability in QQBot admin commands that allows authenticated senders to skip DM-only and allowFrom policy checks. Attackers can route admin commands from unauthorized senders or contexts to execute restricted behavior that policy should have blocked.
Exploitation Scenario
An attacker with a standard authenticated account on an OpenClaw deployment crafts admin commands routed through non-DM channels or from senders not listed in the allowFrom policy. Rather than the commands being rejected by policy, the authorization check is skipped and the admin operation executes. In an AI agent context this could mean triggering restricted automation flows, reconfiguring agent behaviors, or accessing admin-only data — all from a low-privilege foothold with no elevated credentials required and no victim interaction needed.
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:L/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-53838 9.8 OpenClaw: approval scope bypass via reconnection state
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