Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-w87r-vg9q-crqm

Опубликовано: 20 нояб. 2025
Источник: github
Github: Прошло ревью
CVSS4: 5.6

Описание

zx Uses Incorrectly-Resolved Name or Reference

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.

Пакеты

Наименование

zx

npm
Затронутые версииВерсия исправления

< 8.8.5

8.8.5

EPSS

Процентиль: 1%
0.00008
Низкий

5.6 Medium

CVSS4

Дефекты

CWE-706

Связанные уязвимости

nvd
3 месяца назад

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.

EPSS

Процентиль: 1%
0.00008
Низкий

5.6 Medium

CVSS4

Дефекты

CWE-706