OSV 1.4.0 · github-reviewed · 修改于 2021-07-29 02:57
发布时间
2021-02-06 04:43
GitHub 审查时间
2021-02-03 15:49
NVD 发布时间
2021-02-02 19:15
源文件
advisories/github-reviewed/2021/02/GHSA-4449-hg37-77v8/GHSA-4449-hg37-77v8.json
There is a command injection vulnerability that affects the package total.js before version 3.4.7. The issue occurs in the image.pipe and image.stream functions. The type parameter is used to build the command that is then executed using child_process.spawn. The issue occurs because child_process.spawn is called with the option shell set to true and because the type parameter is not properly sanitized.