CVE-2020-7633 – apiconnect-cli-plugins
Package
Manager: npm
Name: apiconnect-cli-plugins
Vulnerable Version: >=0 <=6.0.1
Severity
Level: Critical
CVSS v3.1: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
EPSS: 0.01227 pctl0.78372
Details
apiconnect-cli-plugins vulnerable to OS Command Injection apiconnect-cli-plugins through 6.0.1 is vulnerable to Command Injection. It allows execution of arbitrary commands via the `pluginUri` argument. ### PoC ```js var root = require("apiconnect-cli-plugins"); var payload = "& touch Song &"; root.pluginLoader.installPlugin(payload, ""); ``` The injection point is located in line 181 of file `lib/plugin-loader.js`, in the function `installPlugin(pluginUri, registryUri)`.
Metadata
Created: 2021-05-24T22:18:13Z
Modified: 2023-10-19T18:57:46Z
Source: https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/05/GHSA-c9m9-48pw-6mpv/GHSA-c9m9-48pw-6mpv.json
CWE IDs: ["CWE-78"]
Alternative ID: GHSA-c9m9-48pw-6mpv
Finding: F404
Auto approve: 1