Loading...
Skip to main content

CVE-2026-33577

MEDIUM

OpenClaw: node.pair.approve missing callerScopes validation allows low-privilege operator to approve malicious nodes

Published April 1, 2026Updated April 6, 2026Source: osv

Summary

## Summary The node pairing approval path did not consistently enforce that the approving caller already held every scope requested by the node. ## Impact A lower-privileged operator could approve a pending node request for broader scopes and extend privileges onto the paired node. ## Affected Component `src/infra/node-pairing.ts, src/gateway/server-methods/nodes.ts` ## Fixed Versions - Affected: `<= 2026.3.24` - Patched: `>= 2026.3.28` - Latest stable `2026.3.28` contains the fix. ## Fix Fixed by commit `4d7cc6bb4f` (`gateway: restrict node pairing approvals`). OpenClaw thanks @AntAISecurityLab for reporting.

Remediation

Upgrade to the fixed version using your package manager.

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

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

Affected Packages (1)

PackageEcosystemAffectedFixed In
openclaw
npm
All versions2026.3.28

Vulnerability Classification

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

  • CWE-863
    Incorrect AuthorizationMITRE

CVSS Score Breakdown

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

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

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

Frequently Asked Questions

What is CVE-2026-33577?
OpenClaw: node.pair.approve missing callerScopes validation allows low-privilege operator to approve malicious nodes This vulnerability has been assigned a severity rating of MEDIUM (CVSS score: 9.8/10).
How do I check if my project is affected by CVE-2026-33577?
CVE-2026-33577 affects openclaw. Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2026-33577 and 200,000+ other known vulnerabilities.

Severity & Exploitability

CVSS Score
9.8

Exploitation is straightforward and causes maximum impact. Patch immediately.

Also Known As

GHSA-2x4x-cc5g-qmmg

Related CVEs

  • CVE-2026-32922
    CRITICAL

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

  • 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-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