CVE-2025-13437

Source
https://cve.org/CVERecord?id=CVE-2025-13437
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-13437.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2025-13437
Aliases
Published
2025-11-20T16:25:16.866Z
Modified
2026-07-15T01:48:51.334685334Z
Severity
  • 5.6 (Medium) CVSS_V4 - CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:N/VI:H/VA:H/SC:N/SI:H/SA:H/E:U CVSS Calculator
Summary
Arbitrary node_modules Directory Deletion in Google zx
Details

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

Database specific
{
    "cwe_ids": [
        "CWE-706"
    ],
    "cna_assigner": "Google",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/13xxx/CVE-2025-13437.json"
}
References

Affected packages

Git / github.com/google/zx

Affected ranges

Type
GIT
Repo
https://github.com/google/zx
Events
Database specific
{
    "source": "AFFECTED_FIELD",
    "extracted_events": [
        {
            "introduced": "8.8.4"
        },
        {
            "last_affected": "8.8.4"
        }
    ]
}

Affected versions

8.*
8.8.4

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-13437.json"