CVE-2025-13437
Severity CVSS v4.0:
MEDIUM
Type:
Unavailable / Other
Publication date:
20/11/2025
Last modified:
20/11/2025
Description
When zx is invoked with --prefer-local=, the CLI creates a symlink named ./node_modules pointing to /node_modules. Due to a logic error in src/cli.ts (linkNodeModules / cleanup), the function returns the target path instead of the alias (symlink path). The later cleanup routine removes what it received, which deletes the target directory itself. Result: zx can delete an external /node_modules outside the current working directory.
Impact
Base Score 4.0
5.60
Severity 4.0
MEDIUM



