`git-comiters` Command Injection vulnerability
Description
git-commiters is a Node.js function module providing committers stats for their git repository. Prior to version 0.1.2, there is a command injection vulnerability in git-commiters. This vulnerability manifests with the library's primary exported API: gitCommiters(options, callback) which allows specifying options such as cwd for current working directory and revisionRange as a revision pointer, such as HEAD. However, the library does not sanitize for user input or practice secure process execution API to separate commands from their arguments and as such, uncontrolled user input is concatenated into command execution. This issue has been patched in version 0.1.2.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
git-commitersnpm | < 0.1.2 | 0.1.2 |
Affected products
2- snowyu/git-commiters.jsv5Range: < 0.1.2
Patches
Vulnerability mechanics
References
4- github.com/advisories/GHSA-g38c-wxjf-xrh6ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2025-59831ghsaADVISORY
- github.com/snowyu/git-commiters.js/commit/7f0abfedbf506e3a61ac875d91324a8dbe756e84ghsax_refsource_MISCWEB
- github.com/snowyu/git-commiters.js/security/advisories/GHSA-g38c-wxjf-xrh6ghsax_refsource_CONFIRMWEB
News mentions
0No linked articles in our index yet.