Git is a revision control system. The Git project recommends to avoid working in untrusted repositories, and instead to clone it first with `git clone --no-local` to obtain a clean copy. Git has specific protections to make that a safe operation even with an untrusted source repository, but vulnerabilities allow those protections to be bypassed. In the context of cloning local repositories owned by other users, this vulnerability has been covered in CVE-2024-32004. But there are circumstances where the fixes for CVE-2024-32004 are not enough: For example, when obtaining a `.zip` file containing a full copy of a Git repository, it should not be trusted by default to be safe, as e.g. hooks could be configured to run within the context of that repository. 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. As a workaround, avoid using Git in repositories that have been obtained via archives from untrusted sources.
Conclusion & alert: CVE-2024-32465 is rated Moderate Risk (41.8/100): CVSS High severity, with low exploitation likelihood (EPSS 0.15%). Mandatory action: Review affected assets and schedule remediation.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-06-02 | 0.13% | 0.15% | +0.03% |
| 2 | 2026-05-13 | 0.17% | 0.13% | -0.04% |
| 3 | 2026-01-06 | — | 0.17% | — |
Full EPSS history (10 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 7.3 | 3.1 | HIGH |
|
0.7 | 6.0 | [email protected] |
| 7.8 | 3.1 | HIGH |
|
1.8 | 5.9 | [email protected] |
| vendor | priority | summary | link |
|---|---|---|---|
alpine
|
— | CVE-2024-32465: 1 source package rows (git); 75 state rows across 7 repos (3.17-main, 3.18-main, 3.19-main, 3.20-main, 3.21-main, 3.22-main, edge-main); fixed 7, open 68. | https://security.alpinelinux.org/vuln/CVE-2024-32465 |
debian
|
not yet assigned | CVE-2024-32465 not yet assigned priority: Debian including 1 source packages (git), 5 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): resolved 5. | https://security-tracker.debian.org/tracker/CVE-2024-32465 |
redhat
|
medium | — | https://access.redhat.com/security/cve/CVE-2024-32465 |
suse
|
high | CVE-2024-32465 severity important: SUSE including 150 source package names (0.0.17-1.1:git-core-2.43.0-150600.3.3.1, 0.1.6-1.2:git-2.43.0-150600.3.3.1, …), 418 product×package rows across 63 product lines (Container bci/gcc, Container bci/golang, … (63 product lines)): Fixed 344, Known Not Affected 74. | https://www.suse.com/security/cve/CVE-2024-32465/ |
ubuntu
|
medium | CVE-2024-32465 medium priority: Ubuntu including 1 source packages (git), 7 status rows across 7 suites (bionic, focal, jammy, mantic, noble, upstream, xenial): released 6, not-affected 1. | https://ubuntu.com/security/CVE-2024-32465 |
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| git-scm | git | < 2.39.4 | cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:* |
| git-scm | git | >= 2.40.0, < 2.40.2 | cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:* |
| git-scm | git | >= 2.42.0, < 2.42.2 | cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:* |
| git-scm | git | >= 2.43.0, < 2.43.4 | cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:* |
| git-scm | git | 2.41.0 | cpe:2.3:a:git-scm:git:2.41.0:*:*:*:*:*:*:* |
| git-scm | git | 2.44.0 | cpe:2.3:a:git-scm:git:2.44.0:*:*:*:*:*:*:* |
| git-scm | git | 2.45.0 | cpe:2.3:a:git-scm:git:2.45.0:*:*:*:*:*:*:* |
| fedoraproject | fedora | 40 | cpe:2.3:o:fedoraproject:fedora:40:*:*:*:*:*:*:* |
| debian | debian_linux | 10.0 | cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:* |
| debian | debian_linux | 11.0 | cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:* |
| URL | Tags |
|---|---|
| http://www.openwall.com/lists/oss-security/2024/05/14/2 | Mailing List Third Party Advisory |
| https://git-scm.com/docs/git#_security | Technical Description |
| https://git-scm.com/docs/git-clone | Technical Description |
| https://github.com/git/git/commit/7b70e9efb18c2cc3f219af399bd384c5801ba1d7 | Patch |
| https://github.com/git/git/security/advisories/GHSA-vm9j-46j9-qvq4 | Vendor Advisory |
| https://lists.debian.org/debian-lts-announce/2024/06/msg00018.html | Mailing List Third Party Advisory |
| https://lists.fedoraproject.org/archives/list/[email protected]/message/S4CK4IYTXEOBZTEM5K3T6LWOIZ3S44AR/ | Mailing List Third Party Advisory |
| https://lists.debian.org/debian-lts-announce/2024/09/msg00009.html | Mailing List Third Party Advisory |