CVE-2026-45224 PUBLISHED

Crabbox < 0.9.0 Path Traversal via Islo Provider Workspace Resolution

Assigner: VulnCheck
Reserved: 11.05.2026 Published: 11.05.2026 Updated: 11.05.2026

Crabbox before 0.9.0 contains a path traversal vulnerability in the Islo provider's workspace path resolution that allows attackers to supply absolute or relative paths that resolve outside the intended /workspace directory. Attackers can craft a malicious .crabbox.yaml or crabbox.yaml file with traversal sequences to cause arbitrary file deletion and overwrite when sync.delete is enabled, as the workspace preparation logic executes rm -rf and mkdir -p operations on the resolved path without proper validation.

Metrics

CVSS Vector: CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N
CVSS Score: 6.8

Product Status

Vendor openclaw
Product crabbox
Versions Default: affected
  • affected from 0 to 0.9.0 (excl.)
  • Version 6b07193fb5670aac315ea47215651c67b8127868 is unaffected

Credits

  • Chia Min Jun Lennon finder

References

Problem Types

  • Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') CWE