CVE-2025-27613

Source
https://nvd.nist.gov/vuln/detail/CVE-2025-27613
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-27613.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2025-27613
Aliases
  • GHSA-f3cw-xrj3-wr2v
Downstream
Related
Published
2025-07-10T14:58:16Z
Modified
2025-10-13T04:35:12Z
Severity
  • 3.6 (Low) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:N CVSS Calculator
Summary
Gitk can create and truncate files in the user's home directory
Details

Gitk is a Tcl/Tk based Git history browser. Starting with 1.7.0, when a user clones an untrusted repository and runs gitk without additional command arguments, files for which the user has write permission can be created and truncated. The option Support per-file encoding must have been enabled before in Gitk's Preferences. This option is disabled by default. The same happens when Show origin of this line is used in the main window (regardless of whether Support per-file encoding is enabled or not). 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": "1.7.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": ""
    }
]