mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-14 23:28:04 +02:00
18 lines
778 B
Markdown
18 lines
778 B
Markdown
### [CVE-2015-8969](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-8969)
|
|

|
|

|
|

|
|
|
|
### 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
|
|
|