mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-12 09:21:42 +02:00
963 B
963 B
CVE-2022-24437
Description
The package git-pull-or-clone before 2.0.2 are vulnerable to Command Injection due to the use of the --upload-pack feature of git which is also supported for git clone. The source includes the use of the secure child process API spawn(). However, the outpath parameter passed to it may be a command-line argument to the git clone command and result in arbitrary command injection.
POC
Reference
- https://gist.github.com/lirantal/327e9dd32686991b5a1fa6341aac2e7b
- https://snyk.io/vuln/SNYK-JS-GITPULLORCLONE-2434307
Github
No PoCs found on GitHub currently.