CVE-2026-35639: OpenClaw: scope bypass enables admin RCE via device pairing
HIGHOpenClaw's device pairing approval API (device.pair.approve) fails to validate that approvers cannot grant operator scopes they do not themselves hold, allowing any operator with pairing privileges to silently escalate to operator.admin. This is a network-exploitable, low-complexity flaw (CVSS 8.8) requiring only a valid low-privilege account and zero user interaction — making it practical for insider threats or compromised partner accounts to pivot to full infrastructure control. EPSS places this in the top 64% of likely-to-be-exploited vulnerabilities, and with RCE as the confirmed worst-case outcome, any OpenClaw deployment running a multi-operator model is at immediate risk. Patch to version 2026.3.22 or later immediately; if patching is delayed, revoke the operator.pairing role from all non-essential accounts and audit recently approved device pairings for anomalous scope assignments.
What is the risk?
High risk. CVSS 8.8 with a network attack vector, low complexity, and no user interaction makes this trivially exploitable by any authenticated low-privilege operator. The path from initial access to remote code execution is direct and well-defined via a single API call. While CISA KEV is not yet populated and no public exploit exists, the EPSS top-64 percentile signals measurable exploitation probability. AI agent frameworks like OpenClaw typically run with elevated system privileges and broad tool access, amplifying the blast radius of any privilege escalation well beyond what a comparable standard web application would carry.
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 to OpenClaw ≥2026.3.22 — fixes are in commits fc2d29ea and 630f1479 on GitHub.
-
If patching is delayed, revoke or suspend the operator.pairing role for all non-essential accounts as an interim containment measure.
-
Audit the devices table for any approved pairings where the granted scope exceeds the approver's own historical scope — flag anomalies for revocation and investigation.
-
Review Node process audit logs and agent activity logs for unexpected command executions correlated with device approval events.
-
Rotate all credentials and API keys stored in OpenClaw agent configuration files on any instance that may have been running an unpatched version with external operator accounts.
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-35639?
OpenClaw's device pairing approval API (device.pair.approve) fails to validate that approvers cannot grant operator scopes they do not themselves hold, allowing any operator with pairing privileges to silently escalate to operator.admin. This is a network-exploitable, low-complexity flaw (CVSS 8.8) requiring only a valid low-privilege account and zero user interaction — making it practical for insider threats or compromised partner accounts to pivot to full infrastructure control. EPSS places this in the top 64% of likely-to-be-exploited vulnerabilities, and with RCE as the confirmed worst-case outcome, any OpenClaw deployment running a multi-operator model is at immediate risk. Patch to version 2026.3.22 or later immediately; if patching is delayed, revoke the operator.pairing role from all non-essential accounts and audit recently approved device pairings for anomalous scope assignments.
Is CVE-2026-35639 actively exploited?
No confirmed active exploitation of CVE-2026-35639 has been reported, but organizations should still patch proactively.
How to fix CVE-2026-35639?
1. Patch immediately to OpenClaw ≥2026.3.22 — fixes are in commits fc2d29ea and 630f1479 on GitHub. 2. If patching is delayed, revoke or suspend the operator.pairing role for all non-essential accounts as an interim containment measure. 3. Audit the devices table for any approved pairings where the granted scope exceeds the approver's own historical scope — flag anomalies for revocation and investigation. 4. Review Node process audit logs and agent activity logs for unexpected command executions correlated with device approval events. 5. Rotate all credentials and API keys stored in OpenClaw agent configuration files on any instance that may have been running an unpatched version with external operator accounts.
What systems are affected by CVE-2026-35639?
This vulnerability affects the following AI/ML architecture patterns: agent frameworks, AI agent infrastructure, multi-tenant AI operator environments, AI tool orchestration pipelines.
What is the CVSS score for CVE-2026-35639?
CVE-2026-35639 has a CVSS v3.1 base score of 8.8 (HIGH). The EPSS exploitation probability is 0.46%.
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.T0072 Reverse Shell Compliance Controls Affected
What are the technical details?
Original Advisory
OpenClaw before 2026.3.22 contains a privilege escalation vulnerability in the device.pair.approve method that allows an operator.pairing approver to approve pending device requests with broader operator scopes than the approver actually holds. Attackers can exploit insufficient scope validation to escalate privileges to operator.admin and achieve remote code execution on the Node infrastructure.
Exploitation Scenario
An adversary with a legitimately provisioned operator.pairing account — obtained via credential theft, a phished employee, or a compromised contractor — calls the device.pair.approve API against a pending device request they control, injecting operator.admin into the scope field of the approval payload. Because OpenClaw does not verify that the approver holds the scopes being granted, the request succeeds and the attacker's device is registered with full admin privileges. The attacker then uses this admin session to interact with the OpenClaw Node infrastructure, deploys a reverse shell via the agent's tool execution capabilities, and pivots to connected systems — cloud storage, internal APIs, model inference endpoints — that the admin operator is authorized to reach. The entire kill chain requires only a low-privilege account and a single crafted API call.
Weaknesses (CWE)
CWE-648 — Incorrect Use of Privileged APIs: The product does not conform to the API requirements for a function call that requires extra privileges. This could allow attackers to gain privileges by causing the function to be called incorrectly.
- [Implementation] Before calling privileged APIs, always ensure that the assumptions made by the privileged code hold true prior to making the call.
- [Architecture and Design] Know architecture and implementation weaknesses of the privileged APIs and make sure to account for these weaknesses before calling the privileged APIs to ensure that they can be called safely.
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
- github.com/openclaw/openclaw/commit/630f1479c44f78484dfa21bb407cbe6f171dac87 patch
- github.com/openclaw/openclaw/commit/fc2d29ea926f47c428c556e92ec981441228d2a4 patch
- github.com/openclaw/openclaw/security/advisories/GHSA-hf68-49fm-59cq vendor-advisory
- vulncheck.com/advisories/openclaw-privilege-escalation-via-device-pair-approve-scope-validation third-party-advisory
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