VYPR

npm package

simple-git

pkg:npm/simple-git

Vulnerabilities (7)

  • CVE-2026-6951CriApr 25, 2026
    affected < 3.36.0fixed 3.36.0

    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 --config form. If untrusted input

  • CVE-2026-28291HigApr 13, 2026
    affected < 3.32.0fixed 3.32.0

    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-pack. The flaw stems from an in

  • CVE-2026-28292CriMar 10, 2026
    affected >= 3.15.0, < 3.32.3fixed 3.32.3

    `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 execution on the host machine. Ver

  • CVE-2022-25860Jan 24, 2023
    affected < 3.16.0fixed 3.16.0

    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-2022-25912](https://security.sny

  • CVE-2022-25912Dec 12, 2022
    affected < 3.15.0fixed 3.15.0

    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://security.snyk.io/vuln/SNYK-JS

  • CVE-2022-24066Apr 1, 2022
    affected < 3.5.0fixed 3.5.0

    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 --upload-pack feature of git

  • CVE-2022-24433Mar 11, 2022
    affected < 3.3.0fixed 3.3.0

    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 some git options it was possible