Path traversal in OpenClaw - CVE-2026-28453
Published: May 4, 2026
OpenClaw
Detailed vulnerability description
The vulnerability allows a remote attacker to write files outside the intended extraction directory.
The vulnerability exists due to path traversal in extractArchive() in src/infra/archive.ts when extracting TAR archives. A remote attacker can supply a specially crafted archive with traversal or absolute entry paths to write files outside the intended extraction directory.
User interaction is required to install an untrusted .tar or .tgz archive through plugin or hook installation flows.