NONE · 0

CVE-2025-13437

When zx is invoked with --prefer-local=<path>, the CLI creates a symlink named ./node_modules pointing to <path>/node_modules. Due to a logic error in src/cli.ts (linkNodeModules / cleanup), the funct...

Vulnerability Description

When zx is invoked with --prefer-local=<path>, the CLI creates a symlink named ./node_modules pointing to <path>/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 <path>/node_modules outside the current working directory.

Related Weaknesses (CWE)

References

FAQ

What is CVE-2025-13437?

CVE-2025-13437 is a documented vulnerability. When zx is invoked with --prefer-local=<path>, the CLI creates a symlink named ./node_modules pointing to <path>/node_modules. Due to a logic error in src/cli.ts (linkNodeModules / cleanup), the funct...

How severe is CVE-2025-13437?

CVSS scoring is not yet available for CVE-2025-13437. Check NVD for updates.

Is there a patch for CVE-2025-13437?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.