CVE-2025-46334

Source
https://nvd.nist.gov/vuln/detail/CVE-2025-46334
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-46334.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2025-46334
Aliases
  • GHSA-7px4-9hg2-fvhx
Downstream
Related
Published
2025-07-10T15:06:12Z
Modified
2025-10-21T02:35:34Z
Severity
  • 8.6 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H CVSS Calculator
Summary
Git GUI malicious command injection on Windows
Details

Git GUI allows you to use the Git source control management tools via a GUI. A malicious repository can ship versions of sh.exe or typical textconv filter programs such as astextplain. Due to the unfortunate design of Tcl on Windows, the search path when looking for an executable always includes the current directory. The mentioned programs are invoked when the user selects Git Bash or Browse Files from the menu. This vulnerability is fixed in 2.43.7, 2.44.4, 2.45.4, 2.46.4, 2.47.3, 2.48.2, 2.49.1, and 2.50.1.

References

Affected packages

Git /

Affected ranges

Database specific

unresolved_versions

[
    {
        "events": [
            {
                "introduced": "0"
            },
            {
                "fixed": "2.43.7"
            }
        ],
        "type": ""
    },
    {
        "events": [
            {
                "introduced": "2.44.0"
            },
            {
                "fixed": "2.44.4"
            }
        ],
        "type": ""
    },
    {
        "events": [
            {
                "introduced": "2.45.0"
            },
            {
                "fixed": "2.45.4"
            }
        ],
        "type": ""
    },
    {
        "events": [
            {
                "introduced": "2.46.0"
            },
            {
                "fixed": "2.46.4"
            }
        ],
        "type": ""
    },
    {
        "events": [
            {
                "introduced": "2.47.0"
            },
            {
                "fixed": "2.47.3"
            }
        ],
        "type": ""
    },
    {
        "events": [
            {
                "introduced": "2.48.0"
            },
            {
                "fixed": "2.48.2"
            }
        ],
        "type": ""
    },
    {
        "events": [
            {
                "introduced": "2.49.0"
            },
            {
                "fixed": "2.49.1"
            }
        ],
        "type": ""
    },
    {
        "events": [
            {
                "introduced": "2.50.0"
            },
            {
                "fixed": "2.50.1"
            }
        ],
        "type": ""
    }
]