Junglewise Threat Intelligence

CVE-2026-32033: OpenClaw path traversal in workspace boundary validation

CVE-2026-32033 · Severity: low · CVSS 3.1 · Published 2026-03-03

Technologies: Openclaw. Vendors: Openclaw.

Executive brief

OpenClaw is an AI automation runtime that executes tasks on user systems. A flaw in its file-system sandbox allowed attackers to bypass workspace boundary restrictions by using @-prefixed absolute paths (e.g., @/etc/passwd), potentially reading sensitive files outside the intended workspace. The vulnerability only affects users who explicitly enable the workspace-only sandbox mode, reducing real-world exposure.

Technical details

The vulnerability is a path traversal flaw (CWE-22) combined with validation-before-canonicalization (CWE-180). The root cause is that the sandbox guard checks @-prefixed absolute paths during validation before canonicalizing the path prefix, but the runtime normalizes the prefix differently during actual path resolution, allowing the path to resolve outside the workspace boundary. The attack vector requires enabling the non-default tools.fs.workspaceOnly=true configuration and crafting @-prefixed paths like @/etc/passwd. No authentication is required if the configuration is enabled. The flaw permits unauthorized file reads when the affected code paths are triggered. The fix normalizes @-prefixed paths before workspace-boundary checks (commit 9ef0fc2). A patch was released in version 2026.2.24.

Affected products

  • OpenClaw openclaw <= 2026.2.23

Timeline

  • 2026-02-25: disclosed
  • 2026-02-25: patched: Version 2026.2.24 released on npm
  • 2026-03-03: advisory

References

Related threats