CVE-2024-32020

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-32020
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-32020.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-32020
Aliases
Downstream
Related
Published
2024-05-14T18:54:08.184Z
Modified
2025-11-27T19:34:24.017544Z
Severity
  • 3.9 (Low) CVSS_V3 - CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:N/I:L/A:L CVSS Calculator
Summary
Cloning local Git repository by untrusted user allows the untrusted user to modify objects in the cloned repository at will
Details

Git is a revision control system. Prior to versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4, local clones may end up hardlinking files into the target repository's object database when source and target repository reside on the same disk. If the source repository is owned by a different user, then those hardlinked files may be rewritten at any point in time by the untrusted user. Cloning local repositories will cause Git to either copy or hardlink files of the source repository into the target repository. This significantly speeds up such local clones compared to doing a "proper" clone and saves both disk space and compute time. When cloning a repository located on the same disk that is owned by a different user than the current user we also end up creating such hardlinks. These files will continue to be owned and controlled by the potentially-untrusted user and can be rewritten by them at will in the future. The problem has been patched in versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4.

Database specific
{
    "cna_assigner": "GitHub_M",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/blob/ee626f5d79d5817bb21d6f048dc0da4c4e383443/cves/2024/32xxx/CVE-2024-32020.json",
    "cwe_ids": [
        "CWE-281"
    ]
}
References

Affected packages

Git / github.com/git/git

Affected ranges

Type
GIT
Repo
https://github.com/git/git
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Last affected
Database specific
{
    "versions": [
        {
            "introduced": "0"
        },
        {
            "last_affected": "= 2.45.0"
        }
    ]
}
Type
GIT
Repo
https://github.com/git/git
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Last affected
Database specific
{
    "versions": [
        {
            "introduced": "0"
        },
        {
            "last_affected": "= 2.44.0"
        }
    ]
}
Type
GIT
Repo
https://github.com/git/git
Events
Database specific
{
    "versions": [
        {
            "introduced": "2.43.0"
        },
        {
            "fixed": "2.43.4"
        }
    ]
}
Type
GIT
Repo
https://github.com/git/git
Events
Database specific
{
    "versions": [
        {
            "introduced": "2.42.0"
        },
        {
            "fixed": "2.42.2"
        }
    ]
}
Type
GIT
Repo
https://github.com/git/git
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Last affected
Database specific
{
    "versions": [
        {
            "introduced": "0"
        },
        {
            "last_affected": "= 2.41.0"
        }
    ]
}
Type
GIT
Repo
https://github.com/git/git
Events
Database specific
{
    "versions": [
        {
            "introduced": "2.40.0"
        },
        {
            "fixed": "2.40.2"
        }
    ]
}
Type
GIT
Repo
https://github.com/git/git
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
{
    "versions": [
        {
            "introduced": "0"
        },
        {
            "fixed": "2.39.4"
        }
    ]
}