CVE-2022-24433

Published
View on NVD ↗
CVSS v3
8.1
HIGH
CVSS v2
7.5
HIGH
Affected
1
PROJECT

Description

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 to get arbitrary command execution.

A light weight interface for running git commands in any node.js application.
GitHubGitHub
3.85K