CVE-2026-53817: OpenClaw: locality spoof yields durable admin credentials
HIGHOpenClaw 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?
| 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 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.
How is it classified?
Which compliance frameworks are affected?
This CVE is relevant to:
How many AI incidents are linked? (1)
Source: AI Incident Database (AIID)
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).
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)
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H References
- github.com/openclaw/openclaw/security/advisories/GHSA-chr9-m4q2-76hw vendor-advisory patch
- vulncheck.com/advisories/openclaw-control-ui-locality-spoofing-in-device-pairing 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 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 CVE-2026-53811 8.8 OpenClaw: privilege escalation via identity spoofing
Same package: openclaw