Home

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.

PUBLISHED Reserved 2025-09-22 | Published 2025-09-25 | Updated 2025-09-25 | Assigner GitHub_M




HIGH: 8.7CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Problem types

CWE-77: Improper Neutralization of Special Elements used in a Command ('Command Injection')

CWE-78: Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')

Product status

< 0.1.2
affected

References

github.com/...ers.js/security/advisories/GHSA-g38c-wxjf-xrh6

github.com/...ommit/7f0abfedbf506e3a61ac875d91324a8dbe756e84

cve.org (CVE-2025-59831)

nvd.nist.gov (CVE-2025-59831)

Download JSON