VDB
KO
HIGH 8.1

GHSA-28xr-mwxg-3qc8

Command injection in simple-git

Details

`simple-git` (maintained as [git-js](https://github.com/steveukx/git-js) named repository on GitHub) is a light weight interface for running git commands in any node.js application.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 is also supported for git clone, which the prior fix didn't cover. A fix was released in simple-git@3.5.0.

Are you affected?

Enter the version of the package you're using.

Affected packages

npm / simple-git
Introduced in: 0 Fixed in: 3.5.0
Fix npm install simple-git@3.5.0

References