CVE-2025-59831

Source
https://cve.org/CVERecord?id=CVE-2025-59831
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-59831.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2025-59831
Aliases
Published
2025-09-25T13:34:02.449Z
Modified
2026-04-02T12:56:59.799684Z
Severity
  • 8.7 (High) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N CVSS Calculator
Summary
`git-comiters` Command Injection vulnerability
Details

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.

Database specific
{
    "cwe_ids": [
        "CWE-77",
        "CWE-78"
    ],
    "cna_assigner": "GitHub_M",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/59xxx/CVE-2025-59831.json"
}
References

Affected packages

Git / github.com/snowyu/git-commiters.js

Affected ranges

Type
GIT
Repo
https://github.com/snowyu/git-commiters.js
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-59831.json"
unresolved_ranges
[
    {
        "events": [
            {
                "introduced": "0"
            },
            {
                "fixed": "0.1.2"
            }
        ]
    }
]