CVE-2026-6951
- EPSS 1.1%
- Veröffentlicht 25.04.2026 05:00:05
- Zuletzt bearbeitet 18.05.2026 18:20:15
Versions of the package simple-git before 3.36.0 are vulnerable to Remote Code Execution (RCE) due to an incomplete fix for [CVE-2022-25912](https://security.snyk.io/vuln/SNYK-JS-SIMPLEGIT-3112221) that blocks the -c option but not the equivalent --c...
CVE-2026-28291
- EPSS 0.64%
- Veröffentlicht 13.04.2026 17:15:14
- Zuletzt bearbeitet 13.05.2026 20:52:38
simple-git enables running native Git commands from JavaScript. Versions up to and including 3.31.1 allow execution of arbitrary commands through Git option manipulation, bypassing safety checks meant to block dangerous options like -u and --upload-p...
CVE-2026-28292
- EPSS 1.27%
- Veröffentlicht 10.03.2026 18:34:21
- Zuletzt bearbeitet 14.04.2026 16:16:38
`simple-git`, an interface for running git commands in any node.js application, has an issue in versions 3.15.0 through 3.32.2 that allows an attacker to bypass two prior CVE fixes (CVE-2022-25860 and CVE-2022-25912) and achieve full remote code exec...
CVE-2022-25860
- EPSS 2.71%
- Veröffentlicht 26.01.2023 21:15:31
- Zuletzt bearbeitet 01.04.2025 16:15:15
Versions of the package simple-git before 3.16.0 are vulnerable to Remote Code Execution (RCE) via the clone(), pull(), push() and listRemote() methods, due to improper input sanitization. This vulnerability exists due to an incomplete fix of [CVE-20...
CVE-2022-25912
- EPSS 2.78%
- Veröffentlicht 06.12.2022 05:15:11
- Zuletzt bearbeitet 22.04.2025 21:15:42
The package simple-git before 3.15.0 are vulnerable to Remote Code Execution (RCE) when enabling the ext transport protocol, which makes it exploitable via clone() method. This vulnerability exists due to an incomplete fix of [CVE-2022-24066](https:/...
CVE-2022-24066
- EPSS 4.07%
- Veröffentlicht 01.04.2022 20:15:08
- Zuletzt bearbeitet 21.11.2024 06:49:45
The package simple-git before 3.5.0 are vulnerable to Command Injection due to an incomplete fix of [CVE-2022-24433](https://security.snyk.io/vuln/SNYK-JS-SIMPLEGIT-2421199) which only patches against the git fetch attack vector. A similar use of the...
CVE-2022-24433
- EPSS 3.5%
- Veröffentlicht 11.03.2022 17:16:06
- Zuletzt bearbeitet 21.11.2024 06:50:24
The package simple-git before 3.3.0 are vulnerable to Command Injection via argument injection. When calling the .fetch(remote, branch, handlerFn) function, both the remote and branch parameters are passed to the git fetch subcommand. By injecting so...