OSV 1.4.0 · github-reviewed · 修改于 2021-09-24 05:42
发布时间
2020-09-02 00:49
GitHub 审查时间
2020-09-01 02:20
NVD 发布时间
—
源文件
advisories/github-reviewed/2020/09/GHSA-hfq9-rfpv-j8r8/GHSA-hfq9-rfpv-j8r8.json
Affected versions of pidusage pass unsanitized input to child_process.exec(), resulting in arbitrary code execution in the ps method.
This package is vulnerable to this PoC on Darwin, SunOS, FreeBSD, and AIX.
Windows and Linux are not vulnerable.
var pid = require('pidusage');
pid.stat('1 && /usr/local/bin/python');
Update to version 1.1.5 or later.