CVE-2015-8968
https://notcve.org/view.php?id=CVE-2015-8968
git-fastclone before 1.0.1 permits arbitrary shell command execution from .gitmodules. If an attacker can instruct a user to run a recursive clone from a repository they control, they can get a client to run an arbitrary shell command. Alternately, if an attacker can MITM an unencrypted git clone, they could exploit this. The ext command will be run if the repository is recursively cloned or if submodules are updated. This attack works when cloning both local and remote repositories. git-fastclone en versiones anteriores a 1.0.1 permite la ejecución de comandos shell arbitrarios desde .gitmodules. • http://www.securityfocus.com/bid/81433 https://github.com/square/git-fastclone/pull/2 https://hackerone.com/reports/104465 • CWE-77: Improper Neutralization of Special Elements used in a Command ('Command Injection') •
CVE-2015-8969
https://notcve.org/view.php?id=CVE-2015-8969
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. git-fastclone en versiones anteriores a 1.0.5 pasa cadenas modificables por el usuario directamente a un comando shell. Un atacante puede ejecutar comandos maliciosos modificando las cadenas que son pasadas como argumentos a comandos "cd " y "git clone " en la librería. • http://www.securityfocus.com/bid/81433 https://github.com/square/git-fastclone/pull/5 https://hackerone.com/reports/105190 • CWE-77: Improper Neutralization of Special Elements used in a Command ('Command Injection') •