Loading...
Skip to main content

CVE-2026-33573

HIGH

OpenClaw: Gateway `agent` calls could override the workspace boundary

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

Summary

### Summary The public gateway `agent` RPC allowed an authenticated operator with `operator.write` to supply attacker-controlled `spawnedBy` and `workspaceDir` values. That let the caller re-root the agent run outside its configured workspace boundary. ### Impact A non-owner operator could escape the intended workspace boundary and run normal file and exec tools from an arbitrary process-accessible directory. ### Affected versions `openclaw` `<= 2026.3.8` ### Patch Fixed in `openclaw` `2026.3.11` and included in later releases such as `2026.3.12`. The gateway now enforces the configured workspace boundary for agent runs regardless of caller-supplied overrides.

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.

CVSS Score Breakdown

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

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

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

Frequently Asked Questions

What is CVE-2026-33573?
OpenClaw: Gateway `agent` calls could override the workspace boundary This vulnerability has been assigned a severity rating of HIGH (CVSS score: 8.8/10).
How do I check if my project is affected by CVE-2026-33573?
CVE-2026-33573 affects openclaw. Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2026-33573 and 200,000+ other known vulnerabilities.

Severity & Exploitability

CVSS Score
8.8

High exploitability or significant impact. Prioritize remediation within days.

Also Known As

GHSA-2rqg-gjgv-84jm

Related CVEs

  • CVE-2026-35663
    CRITICAL

    OpenClaw: Gateway Backend Reconnect lets Non-Admin Operator Scopes Self-Claim operator.admin

  • CVE-2026-43569
    HIGH

    OpenClaw: Workspace provider auth choices could auto-enable untrusted provider plugins

  • CVE-2026-41303
    HIGH

    OpenClaw: Discord text `/approve` bypasses `channels.discord.execApprovals.approvers` and allows non-approvers to resolve pending exec approvals

  • CVE-2026-53810
    HIGH

    OpenClaw's marketplace runtime extension metadata could point at unscanned payloads

  • CVE-2026-43584
    HIGH

    OpenClaw: Exec environment denylist missed high-risk interpreter startup variables

  • CVE-2026-53806
    HIGH

    OpenClaw: Combined POSIX shell options could confuse exec revalidation

  • CVE-2026-32023
    MEDIUM

    OpenClaw's dispatch-wrapper depth-cap mismatch can bypass shell-wrapper approval gating in system.run allowlist mode

  • CVE-2026-33576
    MEDIUM

    OpenClaw: Zalo channel downloads media before sender authorization

Check if you're affected

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

Scan Your Dependencies