{"id":"CVE-2017-16034","aliases":[],"url":"https://o3.security/vulnerability/CVE-2017-16034","summary":"Command Injection in pidusage","details":"Affected versions of `pidusage` pass unsanitized input to `child_process.exec()`, resulting in arbitrary code execution in the `ps` method.\n \nThis package is vulnerable to this PoC on Darwin, SunOS, FreeBSD, and AIX.\n\nWindows and Linux are not vulnerable. \n\n## Proof of Concept\n```\nvar pid = require('pidusage');\npid.stat('1 && /usr/local/bin/python');\n```\n\n\n## Recommendation\n\nUpdate to version 1.1.5 or later.","published":"2020-09-01T16:49:19Z","modified":"2023-11-08T03:59:00.742866Z","cvss":null,"epss":null,"cisaKev":null,"exploitsKnown":null,"affectedPackages":[{"ecosystem":"npm","name":"pidusage","fixedVersion":"1.1.5"}],"fix":null,"references":[{"type":"ADVISORY","url":"https://nvd.nist.gov/vuln/detail/CVE-2017-16034"},{"type":"WEB","url":"https://www.npmjs.com/advisories/356"}],"provenance":{"sources":["OSV.dev","FIRST.org (EPSS)"],"lastVerified":"2023-11-08T03:59:00.742866Z"}}