apiconnect-cli-plugins vulnerable to OS Command Injection
Critical severity
GitHub Reviewed
Published
May 24, 2021
to the GitHub Advisory Database
•
Updated Oct 19, 2023
Description
Published by the National Vulnerability Database
Apr 6, 2020
Published to the GitHub Advisory Database
May 24, 2021
Reviewed
Oct 19, 2023
Last updated
Oct 19, 2023
apiconnect-cli-plugins through 6.0.1 is vulnerable to Command Injection. It allows execution of arbitrary commands via the
pluginUri
argument.PoC
The injection point is located in line 181 of file
lib/plugin-loader.js
, in the functioninstallPlugin(pluginUri, registryUri)
.References