OpenClaw before version 2026.5.22 contains a critical authentication flaw in its Control UI pairing mechanism: an attacker with low-privilege network access can spoof locality data to obtain admin-capable device tokens that persist even through token rotation cycles. With CVSS 8.8, no user interaction required, and low attack complexity, this is trivially exploitable by any adversary already on the network or holding minimal credentials. The token persistence issue is the most damaging aspect for incident response — standard credential rotation will not evict the attacker, requiring a full audit and revocation of all issued device tokens. Organizations running OpenClaw-based AI agent deployments should upgrade to 2026.5.22 immediately and treat any previously issued device tokens as potentially compromised.
What is the risk?
High risk. The combination of network-accessible attack surface (AV:N), low complexity (AC:L), low required privileges (PR:L), and no user interaction (UI:N) places this in the most operationally dangerous exploitability tier for AI agent infrastructure. The durable token behavior amplifies risk beyond initial compromise: standard incident response procedures like token rotation are ineffective, requiring full token inventory audits and revocation. With 155 associated CVEs across the same package, this suggests systemic security debt that increases confidence that similar authentication logic flaws exist elsewhere in the codebase. Four downstream dependents may inherit the exposure.
How does the attack unfold?
What systems are affected?
How severe is it?
What is the attack surface?
What should I do?
5 steps-
Patch immediately: upgrade OpenClaw to 2026.5.22 or later per advisory GHSA-chr9-m4q2-76hw.
-
Revoke all device tokens: treat all tokens issued by the Control UI pairing system prior to patching as potentially compromised — full revocation and re-issuance is required, not rotation.
-
Network segmentation: restrict Control UI pairing endpoints to trusted network segments; deny access from untrusted or external networks via firewall rules.
-
Detection: audit logs for pairing requests with unexpected or mismatched locality values; alert on device tokens that survive multiple rotation cycles without re-authentication events.
-
Downstream dependencies: verify that any third-party packages depending on OpenClaw are also patched or isolated behind compensating controls.
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-53817?
OpenClaw before version 2026.5.22 contains a critical authentication flaw in its Control UI pairing mechanism: an attacker with low-privilege network access can spoof locality data to obtain admin-capable device tokens that persist even through token rotation cycles. With CVSS 8.8, no user interaction required, and low attack complexity, this is trivially exploitable by any adversary already on the network or holding minimal credentials. The token persistence issue is the most damaging aspect for incident response — standard credential rotation will not evict the attacker, requiring a full audit and revocation of all issued device tokens. Organizations running OpenClaw-based AI agent deployments should upgrade to 2026.5.22 immediately and treat any previously issued device tokens as potentially compromised.
Is CVE-2026-53817 actively exploited?
No confirmed active exploitation of CVE-2026-53817 has been reported, but organizations should still patch proactively.
How to fix CVE-2026-53817?
1. Patch immediately: upgrade OpenClaw to 2026.5.22 or later per advisory GHSA-chr9-m4q2-76hw. 2. Revoke all device tokens: treat all tokens issued by the Control UI pairing system prior to patching as potentially compromised — full revocation and re-issuance is required, not rotation. 3. Network segmentation: restrict Control UI pairing endpoints to trusted network segments; deny access from untrusted or external networks via firewall rules. 4. Detection: audit logs for pairing requests with unexpected or mismatched locality values; alert on device tokens that survive multiple rotation cycles without re-authentication events. 5. Downstream dependencies: verify that any third-party packages depending on OpenClaw are also patched or isolated behind compensating controls.
What systems are affected by CVE-2026-53817?
This vulnerability affects the following AI/ML architecture patterns: agent frameworks, agentic AI deployments, AI control plane infrastructure, multi-agent orchestration systems.
What is the CVSS score for CVE-2026-53817?
CVE-2026-53817 has a CVSS v3.1 base score of 8.8 (HIGH). The EPSS exploitation probability is 0.31%.
What is the AI security impact?
Affected AI Architectures
MITRE ATLAS Techniques
AML.T0012 Valid Accounts AML.T0081 Modify AI Agent Configuration AML.T0091.000 Application Access Token AML.T0106 Exploitation for Credential Access AML.T0108 AI Agent Compliance Controls Affected
What are the technical details?
Original Advisory
OpenClaw before 2026.5.22 contains a locality validation vulnerability in Control UI pairing that allows attackers with network access to spoof locality information and obtain durable admin-capable device tokens. Attackers can exploit insufficient locality-derived trust validation to convert temporary shared access into persistent administrative credentials that survive token rotation.
Exploitation Scenario
An adversary with low-privilege credentials — obtained via a compromised service account, phished employee, or prior lateral movement — targets an OpenClaw instance accessible over the network. They initiate a Control UI pairing request, injecting spoofed locality data claiming to represent a trusted local device. Because OpenClaw's locality-derived trust validation is insufficient, the server accepts the claim and issues a durable admin-capable device token. When defenders detect suspicious activity and perform a credential rotation, the attacker's device-scoped token survives the rotation intact. The adversary now holds persistent admin access to the AI agent, enabling them to modify agent configuration, invoke privileged tool calls against connected internal systems, and maintain a covert foothold that resists standard incident response.
Weaknesses (CWE)
CWE-284 Improper Access Control
Primary
CWE-287 Improper Authentication
Primary
CWE-290 Authentication Bypass by Spoofing
Primary
CWE-290 Authentication Bypass by Spoofing
Primary
CWE-863 Incorrect Authorization
Primary
CWE-290 Authentication Bypass by Spoofing CWE-284 — Improper Access Control: The product does not restrict or incorrectly restricts access to a resource from an unauthorized actor.
- [Architecture and Design, Operation] Very carefully manage the setting, management, and handling of privileges. Explicitly manage trust zones in the software.
- [Architecture and Design] Compartmentalize the system to have "safe" areas where trust boundaries can be unambiguously drawn. Do not allow sensitive data to go outside of the trust boundary and always be careful when interfacing with a compartment outside of the safe area. Ensure that appropriate compartmentalization is built into the system design, and the compartmentalization allows for and reinforces privilege separation functionality. Architects and designers should rely on the principle of least privilege to decide the appropriate time to use privileges and the time to drop privileges.
Source: MITRE CWE corpus.
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H 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