CVE-2020-7634
OS Command Injection in heroku-addonpool
9.8
CRITICAL
CVSS 3.1
EPSS 3.3%
Description
heroku-addonpool through 0.1.15 is vulnerable to Command Injection. The second parameter of the exported function `HerokuAddonPool(id, app, opt)` can be controlled by users without any sanitization. **PoC** ```js var Root = require("heroku-addonpool"); var root = Root("sss", "& touch JHU", {}); root.setup(); ```
How to fix CVE-2020-7634
To remediate CVE-2020-7634, upgrade the affected package to a fixed version below.
- —upgrade to 0.1.16 or later
Is CVE-2020-7634 being exploited?
Low — EPSS is 3.3%, meaning exploitation activity has not been observed at scale.
Affected packages (1)
- from 0, < 0.1.16
CVSS scores
| Source | Version | Severity | Vector |
|---|---|---|---|
| osv | CVSS 3.1 | CRITICAL9.8 | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |