CVE Catalog

CVE-2026-45224

HighCVSS 7.1
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.14%

4th percentile - higher than 4% of all known CVEs

Summary

Crabbox before version 0.9.0 contains a path traversal vulnerability in the Islo provider's workspace path resolution. Attackers can supply absolute or relative paths that resolve outside the intended /workspace directory.

Risk Assessment

The risk involves arbitrary file deletion and overwrite when sync.delete is enabled. Attackers can craft a malicious .crabbox.yaml or crabbox.yaml file with traversal sequences, causing rm -rf and mkdir -p operations on an improperly validated path.

Recommendation

Upgrade Crabbox to version 0.9.0 or later immediately. Before upgrading, disable sync.delete and manually inspect configuration files for suspicious paths.

Other vulnerabilities in Crabbox

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS