CVE-2026-32905: OpenClaw: auth bypass enables persistent device enrollment
HIGHOpenClaw, an AI agent framework, contains a missing authorization check (CWE-862) in its bundled device-pair plugin that allows any authenticated chat sender—regardless of device ownership—to generate device-pairing bootstrap codes without scope validation. With a CVSS 8.3 (High), network-accessible, low-privilege-required, no-user-interaction attack path, exploitation is trivial for any insider or user holding chat command access. The critical concern is persistence: rogue devices enrolled with operator or node-level capabilities retain valid credentials indefinitely until manually revoked, surviving password resets and typical credential rotation cycles. Organizations running OpenClaw should immediately upgrade to 2026.5.4 or later and audit all existing device pairings for unauthorized enrollments.
What is the risk?
High risk for any OpenClaw deployment with multi-user chat access. The CVSS 8.3 score reflects low attack complexity and no user interaction required—any chat-authenticated user can trigger the bypass. The greatest concern is the persistent credential grant: once a rogue device is enrolled, access is maintained indefinitely until an administrator manually removes it, well beyond typical incident detection windows. While not currently in CISA KEV and lacking a public exploit, the simplicity of the attack—requiring no AI/ML expertise, only valid chat credentials—means insider threats and compromised accounts pose immediate risk to any affected deployment.
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 immediately to OpenClaw 2026.5.4 or later, which addresses the missing scope validation in the device-pair plugin.
-
Audit all currently paired devices via the admin console and revoke any unauthorized or unrecognized device enrollments.
-
Restrict device-pair plugin access to owner-scoped accounts only within your authorization configuration.
-
Enable logging and alerting on all device pairing events to detect future unauthorized enrollment attempts.
-
If immediate patching is not feasible, disable the device-pair plugin entirely or restrict chat command access to trusted operator accounts only.
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-32905?
OpenClaw, an AI agent framework, contains a missing authorization check (CWE-862) in its bundled device-pair plugin that allows any authenticated chat sender—regardless of device ownership—to generate device-pairing bootstrap codes without scope validation. With a CVSS 8.3 (High), network-accessible, low-privilege-required, no-user-interaction attack path, exploitation is trivial for any insider or user holding chat command access. The critical concern is persistence: rogue devices enrolled with operator or node-level capabilities retain valid credentials indefinitely until manually revoked, surviving password resets and typical credential rotation cycles. Organizations running OpenClaw should immediately upgrade to 2026.5.4 or later and audit all existing device pairings for unauthorized enrollments.
Is CVE-2026-32905 actively exploited?
No confirmed active exploitation of CVE-2026-32905 has been reported, but organizations should still patch proactively.
How to fix CVE-2026-32905?
1. Upgrade immediately to OpenClaw 2026.5.4 or later, which addresses the missing scope validation in the device-pair plugin. 2. Audit all currently paired devices via the admin console and revoke any unauthorized or unrecognized device enrollments. 3. Restrict device-pair plugin access to owner-scoped accounts only within your authorization configuration. 4. Enable logging and alerting on all device pairing events to detect future unauthorized enrollment attempts. 5. If immediate patching is not feasible, disable the device-pair plugin entirely or restrict chat command access to trusted operator accounts only.
What systems are affected by CVE-2026-32905?
This vulnerability affects the following AI/ML architecture patterns: agent frameworks, multi-user AI agent deployments, AI automation pipelines, chat-driven agent orchestration.
What is the CVSS score for CVE-2026-32905?
CVE-2026-32905 has a CVSS v3.1 base score of 8.3 (HIGH). The EPSS exploitation probability is 0.24%.
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.T0106 Exploitation for Credential Access Compliance Controls Affected
What are the technical details?
Original Advisory
OpenClaw before 2026.5.4 contains an authorization bypass vulnerability in the bundled device-pair plugin that allows non-owner authorized chat senders to issue device-pairing bootstrap codes without proper scope validation. Attackers with chat command access can create setup codes to enroll devices with operator/node capabilities, granting persistent credentials until manual removal.
Exploitation Scenario
An attacker holding a low-privileged chat account in an OpenClaw multi-user environment—whether a compromised team member or a user granted limited command access—issues a device-pairing bootstrap command via the chat interface. The missing scope validation in the device-pair plugin processes the request without verifying that the sender is the device owner, returning a valid setup code. The attacker uses this code to enroll an attacker-controlled machine or virtual device with operator or node-level capabilities. The enrolled device now holds persistent, legitimate credentials within the OpenClaw agent network, enabling ongoing access to agent task execution, data outputs, and connected systems—without triggering authentication alerts, as the device appears as a normally provisioned node.
Weaknesses (CWE)
CWE-862 — Missing Authorization: The product does not perform an authorization check when an actor attempts to access a resource or perform an action.
- [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:H/I:H/A:L 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