CVE-2025-59831

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.
Configurations

Configuration 1 (hide)

cpe:2.3:a:riceball:git-commiters:*:*:*:*:*:node.js:*:*

History

16 Oct 2025, 15:45

Type Values Removed Values Added
References () https://github.com/snowyu/git-commiters.js/commit/7f0abfedbf506e3a61ac875d91324a8dbe756e84 - () https://github.com/snowyu/git-commiters.js/commit/7f0abfedbf506e3a61ac875d91324a8dbe756e84 - Patch
References () https://github.com/snowyu/git-commiters.js/security/advisories/GHSA-g38c-wxjf-xrh6 - () https://github.com/snowyu/git-commiters.js/security/advisories/GHSA-g38c-wxjf-xrh6 - Exploit, Vendor Advisory
First Time Riceball git-commiters
Riceball
CPE cpe:2.3:a:riceball:git-commiters:*:*:*:*:*:node.js:*:*
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 8.8

25 Sep 2025, 15:16

Type Values Removed Values Added
References () https://github.com/snowyu/git-commiters.js/security/advisories/GHSA-g38c-wxjf-xrh6 - () https://github.com/snowyu/git-commiters.js/security/advisories/GHSA-g38c-wxjf-xrh6 -

25 Sep 2025, 14:15

Type Values Removed Values Added
New CVE

Information

Published : 2025-09-25 14:15

Updated : 2025-10-16 15:45


NVD link : CVE-2025-59831

Mitre link : CVE-2025-59831

CVE.ORG link : CVE-2025-59831


JSON object : View

Products Affected

riceball

  • git-commiters
CWE
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')