AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2025-13437

UNKNOWN · CVSS N/A EPSS 0.08% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2025-11-20 · Last synced 2026-08-04

CyberRota Analysis

This vulnerability has an unknown severity rating. Public exploit code or proof-of-concept references have been detected in its references.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2025-13437
Severity
UNKNOWN
CVSS
N/A
EPSS
0.08%

Original NVD 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.