CVE-2017-1000220
published 2017-11-17CVE-2017-1000220: soyuka/pidusage <=1.1.4 is vulnerable to command injection in the module resulting in arbitrary command execution
PriorityP262critical9.8CVSS 3.0
AVNACLPRNUINSUCHIHAH
EPSS
5.06%
91.2th percentile
soyuka/pidusage <=1.1.4 is vulnerable to command injection in the module resulting in arbitrary command execution
Affected
2 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| pidusage_project | pidusage | <= 1.1.4 | — |
| pidusage_project | pidusage | >= 0 < 1.1.5 | 1.1.5 |
CVSS provenance
nvdv3.09.8CRITICALCVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
nvdv2.07.5HIGHAV:N/AC:L/Au:N/C:P/I:P/A:P
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
PIDUsage Enables OS Command Injection
ghsa·2022-05-13
CVE-2017-1000220 [CRITICAL] CWE-78 PIDUsage Enables OS Command Injection
PIDUsage Enables OS Command Injection
### Overview
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.
### Proof of Concept
```js
var pid = require('pidusage');
pid.stat('1 && /usr/local/bin/python');
```
### Remediation
Update to version 1.1.5 or later.
OSV
PIDUsage Enables OS Command Injection
osv·2022-05-13
CVE-2017-1000220 [CRITICAL] PIDUsage Enables OS Command Injection
PIDUsage Enables OS Command Injection
### Overview
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.
### Proof of Concept
```js
var pid = require('pidusage');
pid.stat('1 && /usr/local/bin/python');
```
### Remediation
Update to version 1.1.5 or later.
No detection rules found.
No public exploits indexed.
No writeups or analysis indexed.
2017-11-17
Published