OS Command Injection in Simple Git - CVE-2022-24433
Published: March 15, 2022
Simple Git
Steve King
Description
The vulnerability allows a remote attacker to execute arbitrary shell commands on the target system.
The vulnerability exists due to an argument injection in the .fetch(remote, branch, handlerFn) function. A remote unauthenticated attacker can pass specially crafted data to the application and execute arbitrary OS commands on the target system.
Successful exploitation of this vulnerability may result in complete compromise of vulnerable system.