Loading...
Skip to main content

CVE-2026-32922

CRITICAL

OpenClaw: Pairing-scoped device tokens could mint `operator.admin` and reach node RCE

Published March 13, 2026Updated July 8, 2026Source: osv

Summary

## Summary In affected versions of `openclaw`, a caller holding only `operator.pairing` could use `device.token.rotate` to mint a new token with broader scopes for an already paired device. If the target device was approved for `operator.admin`, the attacker could obtain an administrative token without already holding administrative scope. ## Impact This is a critical authorization flaw. On deployments with connected node hosts or companion apps that expose `system.run`, the escalated token could then modify node execution approvals and reach real remote code execution on the node. Even without nodes, the flaw still granted unauthorized gateway-admin access. ## Affected Packages and Versions - Package: `openclaw` (npm) - Affected versions: `<= 2026.3.8` - Fixed in: `2026.3.11` ## Technical Details `device.token.rotate` accepted caller-supplied target scopes and validated them against the target device's approved scopes, but it did not constrain the newly minted scopes to the caller's own current scope set. That allowed a pairing-scoped caller to mint a broader token for an already paired administrative device. ## Fix OpenClaw now enforces caller-scope subsetting in `device.token.rotate`, preventing callers from minting device tokens broader than the scopes they already hold. The fix shipped in `openclaw@2026.3.11`. ## Workarounds Upgrade to `2026.3.11` or later.

Remediation

Upgrade to the fixed version using your package manager.

npm
Update openclaw to 2026.3.11 or later
npm install openclaw@2026.3.11

After upgrading, run your dependency scanner again to confirm the vulnerability is resolved.

Affected Packages (1)

PackageEcosystemAffectedFixed In
openclaw
npm
All versions2026.3.11

Vulnerability Classification

Common Weakness Enumeration (CWE) identifiers for this vulnerability type.

  • CWE-269
    Improper Privilege ManagementMITRE

CVSS Score Breakdown

What the CVSS (Common Vulnerability Scoring System) 9.9 score means for each attack dimension.

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Changed
Confidentiality
High
Integrity
High
Availability
High

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H

Frequently Asked Questions

What is CVE-2026-32922?
OpenClaw: Pairing-scoped device tokens could mint `operator.admin` and reach node RCE This vulnerability has been assigned a severity rating of CRITICAL (CVSS score: 9.9/10).
How do I check if my project is affected by CVE-2026-32922?
CVE-2026-32922 affects openclaw. Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2026-32922 and 200,000+ other known vulnerabilities.

Severity & Exploitability

CVSS Score
9.9

Exploitation is straightforward and causes maximum impact. Patch immediately.

Also Known As

GHSA-4jpw-hj22-2xmc

Related CVEs

  • CVE-2026-28446
    CRITICAL

    OpenClaw has an inbound allowlist policy bypass in voice-call extension (empty caller ID + suffix matching)

  • CVE-2026-28466
    CRITICAL

    OpenClaw Vulnerable to Remote Code Execution via Node Invoke Approval Bypass in Gateway

  • CVE-2026-33579
    CRITICAL

    OpenClaw: /pair approve command path omitted caller scope subsetting and reopened device pairing escalation

  • CVE-2026-35639
    CRITICAL

    OpenClaw Gateway: RCE and Privilege Escalation from operator.pairing to operator.admin via device.pair.approve

  • CVE-2026-28363
    HIGH

    OpenClaw's tools.exec.safeBins sort long-option abbreviation bypass can skip exec approval in allowlist mode

  • CVE-2026-28470
    HIGH

    OpenClaw has an exec allowlist bypass via command substitution/backticks inside double quotes

  • CVE-2026-41378
    HIGH

    OpenClaw: Paired node escalates to gateway RCE via unrestricted node.event agent dispatch

  • CVE-2026-32010
    MEDIUM

    In OpenClaw, manually adding sort to tools.exec.safeBins could bypass allowlist approval via --compress-program

Check if you're affected

Scan your dependencies to see if this vulnerability affects your projects.

Scan Your Dependencies