OS Command Injection in npm-programmatic - #VU28107
Published: May 20, 2020 / Updated: May 20, 2020
npm-programmatic
Manak
Description
The vulnerability allows a remote attacker to execute arbitrary shell commands on the target system.
The vulnerability exists due to application does not properly sanitize input rules and passes it directly to an exec call on the install, uninstall and list functions. A remote attacker can supply a package with specially crafted package name to the application and execute arbitrary code in the system.
Successful exploitation of this vulnerability may result in complete compromise of vulnerable system.