Vulnerabilities (CVE)

Filtered by vendor Squareup Subscribe
Filtered by product Git-fastclone
Total 2 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2015-8968 1 Squareup 1 Git-fastclone 2023-12-10 9.3 HIGH 8.8 HIGH
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.
CVE-2015-8969 1 Squareup 1 Git-fastclone 2023-12-10 10.0 HIGH 9.8 CRITICAL
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.