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, when cloning a local source repository that contains symlinks via the filesystem, Git may create hardlinks to arbitrary user-readable files on the same filesystem as the target repository in the `objects/` directory. Cloning a local repository over the filesystem may creating hardlinks to arbitrary user-owned files on the same filesystem in the target Git repository's `objects/` directory. When cloning a repository over the filesystem (without explicitly specifying the `file://` protocol or `--no-local`), the optimizations for local cloning will be used, which include attempting to hard link the object files instead of copying them. While the code includes checks against symbolic links in the source repository, which were added during the fix for CVE-2022-39253, these checks can still be raced because the hard link operation ultimately follows symlinks. If the object on the filesystem appears as a file during the check, and then a symlink during the operation, this will allow the adversary to bypass the check and create hardlinks in the destination objects directory to arbitrary, user-readable files. 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.
総合評価: CVE-2024-32021 は公開エクスプロイトあり(51.4/100)。CVSS 深刻度は低。悪用される可能性が高い(EPSS 0.96%、57 パーセンタイル) 根拠: 公開エクスプロイトが 1 件参照されています(Exploit-DB)。 推奨対応: 公開エクスプロイトが確認されています。影響範囲の確認、緩和策の適用、パッチ適用を優先してください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
| EDB-ID | ソース | 種別 | 公開 | リンク |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.01% | 0.96% | +0.94% |
| 2 | 2025-11-21 | 0.10% | 0.01% | -0.09% |
| 3 | 2025-11-18 | — | 0.10% | — |
EPSS の全履歴 (全 6 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 3.9 | 3.1 | LOW |
|
0.8 | 2.7 | [email protected] |
| 7.1 | 3.1 | HIGH |
|
1.8 | 5.2 | [email protected] |
| vendor | priority | summary | link |
|---|---|---|---|
alpine
|
— | CVE-2024-32021: 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-32021 |
debian
|
not yet assigned | CVE-2024-32021 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-32021 |
redhat
|
low | — | https://access.redhat.com/security/cve/CVE-2024-32021 |
suse
|
medium | CVE-2024-32021 severity moderate: 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-32021/ |
ubuntu
|
medium | CVE-2024-32021 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-32021 |
| ベンダー | 製品 | バージョン | 生の 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 | タグ |
|---|---|
| http://www.openwall.com/lists/oss-security/2024/05/14/2 | Mailing List Third Party Advisory |
| https://github.com/git/git/security/advisories/GHSA-mvxm-9j2h-qjx7 | Exploit 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 |