CVE-2020-7619
Description
get-git-data through 1.3.1 is vulnerable to Command Injection. It is possible to inject arbitrary commands as part of the arguments provided to get-git-data.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Command injection in get-git-data package (<=1.3.1) allows arbitrary command execution via malformed arguments.
The get-git-data npm package, up to version 1.3.1, is vulnerable to command injection due to insufficient sanitization of the limit argument. This argument is passed to shell commands without proper escaping, allowing attackers to inject arbitrary OS commands [1][3].
An attacker can exploit this by providing a crafted string as an argument to functions like log(). For example, "& touch Song" results in execution of the touch command [1]. No authentication is required if the application exposes user-controlled input to these functions.
Successful exploitation allows arbitrary command execution with the privileges of the Node.js process, potentially leading to data exfiltration, system compromise, or lateral movement within the environment [2].
As of the advisory date, no fixed version is available for get-git-data. Users should avoid using the package or ensure user input is never passed to vulnerable functions, as the package appears unmaintained [1].
AI Insight generated on May 21, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
get-git-datanpm | <= 1.3.1 | — |
Affected products
3- get-git-data/get-git-datadescription
- Range: <=1.3.1
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
5- github.com/advisories/GHSA-wj6h-7chw-x4h2ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2020-7619ghsaADVISORY
- github.com/chardos/get-git-data/blob/master/index.jsmitrex_refsource_MISC
- github.com/chardos/get-git-data/blob/master/index.jsghsaWEB
- snyk.io/vuln/SNYK-JS-GETGITDATA-564222ghsax_refsource_MISCWEB
News mentions
0No linked articles in our index yet.