### [CVE-2015-8969](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-8969) ![](https://img.shields.io/static/v1?label=Product&message=git-fastclone%20ruby%20gem%20All%20versions%20before%201.0.5&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Vulnerability&message=Arbitrary%20Command%20Execution&color=brighgreen) ### Description git-fastclone before 1.0.5 passes user modifiable strings directly to a shell command. An attacker can execute malicious commands by modifying the strings that are passed as arguments to "cd " and "git clone " commands in the library. ### POC #### Reference - https://hackerone.com/reports/105190 #### Github - https://github.com/ARPSyndicate/cvemon