VYPR
Critical severityNVD Advisory· Published Apr 2, 2020· Updated Aug 4, 2024

CVE-2020-7619

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.

PackageAffected versionsPatched versions
get-git-datanpm
<= 1.3.1

Affected products

3

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

5

News mentions

0

No linked articles in our index yet.