CVE-2026-53862: OpenClaw: bootstrap token replay enables scope escalation
MEDIUMOpenClaw before 2026.5.12 contains a flaw in its agent pairing mechanism where bootstrap tokens held in pending state can be replayed by an unauthenticated network attacker — with required user interaction — to claim broader pairing authority than originally requested. While the CVSS 4.2 score and high attack complexity limit immediate urgency, in AI agent environments pairing scope directly governs what tools, APIs, and data sources an agent can access, making scope escalation a meaningful privilege gain beyond a simple credential theft. There are no public exploits, CISA KEV entries, or automated scanner templates available, which reduces near-term risk. Organizations running OpenClaw should upgrade to 2026.5.12 immediately and audit existing agent pairings for anomalous scope grants.
What is the risk?
Medium risk. CVSS 4.2 with high attack complexity and required user interaction significantly narrows the exploitable attack window — the attacker must race the token replay against the pending approval cycle. However, CWE-266 (Incorrect Privilege Assignment) combined with CWE-345 (Insufficient Verification of Data Authenticity) indicates a systemic gap in token lifecycle validation: the system never verifies that a replayed token's requested scope matches the original pending request. In AI agent deployments where pairing authority is the trust boundary for automated operations, even partial scope escalation can compound across downstream tools and orchestration chains.
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 2026.5.12 or later — this is the direct remediation per the security advisory.
-
If immediate patching is not feasible, restrict network access to the OpenClaw pairing endpoint to trusted networks or IP ranges, and enforce short TTLs on pending bootstrap tokens to minimize the replay window.
-
Audit all existing agent pairings: look for any scope grants that were not explicitly requested in the original pairing workflow.
-
Enable verbose logging of token lifecycle events (issuance, replay attempts, scope changes) to detect exploitation attempts retroactively.
-
Review operational runbooks to ensure pending tokens are approved or revoked promptly — do not leave bootstrap tokens in pending state for extended periods.
How is it classified?
Which compliance frameworks are affected?
This CVE is relevant to:
Frequently Asked Questions
What is CVE-2026-53862?
OpenClaw before 2026.5.12 contains a flaw in its agent pairing mechanism where bootstrap tokens held in pending state can be replayed by an unauthenticated network attacker — with required user interaction — to claim broader pairing authority than originally requested. While the CVSS 4.2 score and high attack complexity limit immediate urgency, in AI agent environments pairing scope directly governs what tools, APIs, and data sources an agent can access, making scope escalation a meaningful privilege gain beyond a simple credential theft. There are no public exploits, CISA KEV entries, or automated scanner templates available, which reduces near-term risk. Organizations running OpenClaw should upgrade to 2026.5.12 immediately and audit existing agent pairings for anomalous scope grants.
Is CVE-2026-53862 actively exploited?
No confirmed active exploitation of CVE-2026-53862 has been reported, but organizations should still patch proactively.
How to fix CVE-2026-53862?
1. Upgrade OpenClaw to 2026.5.12 or later — this is the direct remediation per the security advisory. 2. If immediate patching is not feasible, restrict network access to the OpenClaw pairing endpoint to trusted networks or IP ranges, and enforce short TTLs on pending bootstrap tokens to minimize the replay window. 3. Audit all existing agent pairings: look for any scope grants that were not explicitly requested in the original pairing workflow. 4. Enable verbose logging of token lifecycle events (issuance, replay attempts, scope changes) to detect exploitation attempts retroactively. 5. Review operational runbooks to ensure pending tokens are approved or revoked promptly — do not leave bootstrap tokens in pending state for extended periods.
What systems are affected by CVE-2026-53862?
This vulnerability affects the following AI/ML architecture patterns: agent frameworks, multi-agent orchestration, AI agent pairing systems, automated AI pipeline orchestration.
What is the CVSS score for CVE-2026-53862?
CVE-2026-53862 has a CVSS v3.1 base score of 4.2 (MEDIUM).
What is the AI security impact?
Affected AI Architectures
MITRE ATLAS Techniques
AML.T0053 AI Agent Tool Invocation AML.T0091.000 Application Access Token AML.T0106 Exploitation for Credential Access Compliance Controls Affected
What are the technical details?
Original Advisory
OpenClaw before 2026.5.12 contains a bootstrap token replay vulnerability allowing callers with pending token access to reuse tokens with broader requested scopes. Attackers can replay bootstrap tokens before approval to escalate pairing authority beyond intended scope limits.
Exploitation Scenario
An attacker with network access to an OpenClaw deployment initiates a legitimate-looking pairing request, receiving a bootstrap token with limited scope in pending state awaiting administrator approval. Before the administrator approves the token — which would finalize and lock its scope — the attacker replays the same token in a new pairing request inflating the requested scope: for example, adding admin-level pairing authority or access to sensitive agent tools not in the original request. Because OpenClaw fails to validate that the replayed token's scope matches the original pending scope, it accepts the broader claim. The attacker now holds a valid pairing with elevated authority, enabling them to invoke agent tools, orchestrate AI workflows, or access data sources the approving administrator never authorized.
Weaknesses (CWE)
CWE-266 Incorrect Privilege Assignment
Primary
CWE-345 Insufficient Verification of Data Authenticity
Primary
CWE-266 — Incorrect Privilege Assignment: A product incorrectly assigns a privilege to a particular actor, creating an unintended sphere of control for that 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, Operation] Run your code using the lowest privileges that are required to accomplish the necessary tasks [REF-76]. If possible, create isolated accounts with limited privileges that are only used for a single task. That way, a successful attack will not immediately give the attacker access to the rest of the software or its environment. For example, database applications rarely need to run as the database administrator, especially in day-to-day operations.
Source: MITRE CWE corpus.
CVSS Vector
CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:N References
Timeline
Related Vulnerabilities
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-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