An update for git is now available for openEuler-20.03-LTS-SP1,openEuler-20.03-LTS-SP4,openEuler-22.03-LTS,openEuler-22.03-LTS-SP1,openEuler-22.03-LTS-SP2 and openEuler-22.03-LTS-SP3
Security Advisory
openeuler-security@openeuler.org
openEuler security committee
openEuler-SA-2024-1662
Final
1.0
1.0
2024-05-24
Initial
2024-05-24
2024-05-24
openEuler SA Tool V1.0
2024-05-24
git security update
An update for git is now available for openEuler-20.03-LTS-SP1,openEuler-20.03-LTS-SP4,openEuler-22.03-LTS,openEuler-22.03-LTS-SP1,openEuler-22.03-LTS-SP2 and openEuler-22.03-LTS-SP3.
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Git is easy to learn and has a tiny footprint with lightning fast performance. It outclasses SCM tools like Subversion, CVS, Perforce, and ClearCase with features like cheap local branching, convenient staging areas, and multiple workflows.
Security Fix(es):
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, repositories with submodules can be crafted in a way that exploits a bug in Git whereby it can be fooled into writing files not into the submodule's worktree but into a `.git/` directory. This allows writing a hook that will be executed while the clone operation is still running, giving the user no opportunity to inspect the code that is being executed. 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. If symbolic link support is disabled in Git (e.g. via `git config --global core.symlinks false`), the described attack won't work. As always, it is best to avoid cloning repositories from untrusted sources.(CVE-2024-32002)
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, an attacker can prepare a local repository in such a way that, when cloned, will execute arbitrary code during the operation. 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 cloning repositories from untrusted sources.(CVE-2024-32004)
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.(CVE-2024-32020)
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)
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.(CVE-2024-32465)
An update for git is now available for openEuler-20.03-LTS-SP1,openEuler-20.03-LTS-SP4,openEuler-22.03-LTS,openEuler-22.03-LTS-SP1,openEuler-22.03-LTS-SP2 and openEuler-22.03-LTS-SP3.
openEuler Security has rated this update as having a security impact of critical. A Common Vunlnerability Scoring System(CVSS)base score,which gives a detailed severity rating, is available for each vulnerability from the CVElink(s) in the References section.
Critical
git
https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2024-1662
https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2024-32002
https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2024-32004
https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2024-32020
https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2024-32021
https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2024-32465
https://nvd.nist.gov/vuln/detail/CVE-2024-32002
https://nvd.nist.gov/vuln/detail/CVE-2024-32004
https://nvd.nist.gov/vuln/detail/CVE-2024-32020
https://nvd.nist.gov/vuln/detail/CVE-2024-32021
https://nvd.nist.gov/vuln/detail/CVE-2024-32465
openEuler-20.03-LTS-SP1
openEuler-20.03-LTS-SP4
openEuler-22.03-LTS
openEuler-22.03-LTS-SP1
openEuler-22.03-LTS-SP2
openEuler-22.03-LTS-SP3
git-debugsource-2.27.0-17.oe1.aarch64.rpm
git-daemon-2.27.0-17.oe1.aarch64.rpm
git-2.27.0-17.oe1.aarch64.rpm
git-debuginfo-2.27.0-17.oe1.aarch64.rpm
git-2.27.0-20.oe2003sp4.aarch64.rpm
git-daemon-2.27.0-20.oe2003sp4.aarch64.rpm
git-debuginfo-2.27.0-20.oe2003sp4.aarch64.rpm
git-debugsource-2.27.0-20.oe2003sp4.aarch64.rpm
git-2.33.0-13.oe2203.aarch64.rpm
git-debugsource-2.33.0-13.oe2203.aarch64.rpm
git-daemon-2.33.0-13.oe2203.aarch64.rpm
git-debuginfo-2.33.0-13.oe2203.aarch64.rpm
git-daemon-2.33.0-15.oe2203sp1.aarch64.rpm
git-2.33.0-15.oe2203sp1.aarch64.rpm
git-core-2.33.0-15.oe2203sp1.aarch64.rpm
git-debuginfo-2.33.0-15.oe2203sp1.aarch64.rpm
git-debugsource-2.33.0-15.oe2203sp1.aarch64.rpm
git-core-2.33.0-15.oe2203sp2.aarch64.rpm
git-debugsource-2.33.0-15.oe2203sp2.aarch64.rpm
git-daemon-2.33.0-15.oe2203sp2.aarch64.rpm
git-2.33.0-15.oe2203sp2.aarch64.rpm
git-debuginfo-2.33.0-15.oe2203sp2.aarch64.rpm
git-core-2.33.0-15.oe2203sp3.aarch64.rpm
git-debugsource-2.33.0-15.oe2203sp3.aarch64.rpm
git-daemon-2.33.0-15.oe2203sp3.aarch64.rpm
git-debuginfo-2.33.0-15.oe2203sp3.aarch64.rpm
git-2.33.0-15.oe2203sp3.aarch64.rpm
git-svn-2.27.0-17.oe1.noarch.rpm
git-help-2.27.0-17.oe1.noarch.rpm
perl-Git-SVN-2.27.0-17.oe1.noarch.rpm
git-web-2.27.0-17.oe1.noarch.rpm
perl-Git-2.27.0-17.oe1.noarch.rpm
gitk-2.27.0-17.oe1.noarch.rpm
git-gui-2.27.0-17.oe1.noarch.rpm
git-email-2.27.0-17.oe1.noarch.rpm
git-help-2.27.0-20.oe2003sp4.noarch.rpm
git-web-2.27.0-20.oe2003sp4.noarch.rpm
gitk-2.27.0-20.oe2003sp4.noarch.rpm
git-gui-2.27.0-20.oe2003sp4.noarch.rpm
git-svn-2.27.0-20.oe2003sp4.noarch.rpm
git-email-2.27.0-20.oe2003sp4.noarch.rpm
perl-Git-2.27.0-20.oe2003sp4.noarch.rpm
perl-Git-SVN-2.27.0-20.oe2003sp4.noarch.rpm
perl-Git-SVN-2.33.0-13.oe2203.noarch.rpm
git-svn-2.33.0-13.oe2203.noarch.rpm
perl-Git-2.33.0-13.oe2203.noarch.rpm
git-email-2.33.0-13.oe2203.noarch.rpm
git-gui-2.33.0-13.oe2203.noarch.rpm
git-help-2.33.0-13.oe2203.noarch.rpm
git-web-2.33.0-13.oe2203.noarch.rpm
gitk-2.33.0-13.oe2203.noarch.rpm
git-web-2.33.0-15.oe2203sp1.noarch.rpm
git-gui-2.33.0-15.oe2203sp1.noarch.rpm
git-svn-2.33.0-15.oe2203sp1.noarch.rpm
perl-Git-SVN-2.33.0-15.oe2203sp1.noarch.rpm
perl-Git-2.33.0-15.oe2203sp1.noarch.rpm
gitk-2.33.0-15.oe2203sp1.noarch.rpm
git-email-2.33.0-15.oe2203sp1.noarch.rpm
git-help-2.33.0-15.oe2203sp1.noarch.rpm
git-gui-2.33.0-15.oe2203sp2.noarch.rpm
git-email-2.33.0-15.oe2203sp2.noarch.rpm
git-web-2.33.0-15.oe2203sp2.noarch.rpm
perl-Git-SVN-2.33.0-15.oe2203sp2.noarch.rpm
git-svn-2.33.0-15.oe2203sp2.noarch.rpm
git-help-2.33.0-15.oe2203sp2.noarch.rpm
gitk-2.33.0-15.oe2203sp2.noarch.rpm
perl-Git-2.33.0-15.oe2203sp2.noarch.rpm
perl-Git-SVN-2.33.0-15.oe2203sp3.noarch.rpm
git-help-2.33.0-15.oe2203sp3.noarch.rpm
git-email-2.33.0-15.oe2203sp3.noarch.rpm
git-web-2.33.0-15.oe2203sp3.noarch.rpm
git-gui-2.33.0-15.oe2203sp3.noarch.rpm
perl-Git-2.33.0-15.oe2203sp3.noarch.rpm
gitk-2.33.0-15.oe2203sp3.noarch.rpm
git-svn-2.33.0-15.oe2203sp3.noarch.rpm
git-2.27.0-17.oe1.src.rpm
git-2.27.0-20.oe2003sp4.src.rpm
git-2.33.0-13.oe2203.src.rpm
git-2.33.0-15.oe2203sp1.src.rpm
git-2.33.0-15.oe2203sp2.src.rpm
git-2.33.0-15.oe2203sp3.src.rpm
git-debuginfo-2.27.0-17.oe1.x86_64.rpm
git-debugsource-2.27.0-17.oe1.x86_64.rpm
git-2.27.0-17.oe1.x86_64.rpm
git-daemon-2.27.0-17.oe1.x86_64.rpm
git-2.27.0-20.oe2003sp4.x86_64.rpm
git-daemon-2.27.0-20.oe2003sp4.x86_64.rpm
git-debugsource-2.27.0-20.oe2003sp4.x86_64.rpm
git-debuginfo-2.27.0-20.oe2003sp4.x86_64.rpm
git-debuginfo-2.33.0-13.oe2203.x86_64.rpm
git-daemon-2.33.0-13.oe2203.x86_64.rpm
git-debugsource-2.33.0-13.oe2203.x86_64.rpm
git-2.33.0-13.oe2203.x86_64.rpm
git-daemon-2.33.0-15.oe2203sp1.x86_64.rpm
git-2.33.0-15.oe2203sp1.x86_64.rpm
git-debuginfo-2.33.0-15.oe2203sp1.x86_64.rpm
git-core-2.33.0-15.oe2203sp1.x86_64.rpm
git-debugsource-2.33.0-15.oe2203sp1.x86_64.rpm
git-2.33.0-15.oe2203sp2.x86_64.rpm
git-debuginfo-2.33.0-15.oe2203sp2.x86_64.rpm
git-core-2.33.0-15.oe2203sp2.x86_64.rpm
git-daemon-2.33.0-15.oe2203sp2.x86_64.rpm
git-debugsource-2.33.0-15.oe2203sp2.x86_64.rpm
git-core-2.33.0-15.oe2203sp3.x86_64.rpm
git-2.33.0-15.oe2203sp3.x86_64.rpm
git-debugsource-2.33.0-15.oe2203sp3.x86_64.rpm
git-debuginfo-2.33.0-15.oe2203sp3.x86_64.rpm
git-daemon-2.33.0-15.oe2203sp3.x86_64.rpm
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, repositories with submodules can be crafted in a way that exploits a bug in Git whereby it can be fooled into writing files not into the submodule's worktree but into a `.git/` directory. This allows writing a hook that will be executed while the clone operation is still running, giving the user no opportunity to inspect the code that is being executed. 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. If symbolic link support is disabled in Git (e.g. via `git config --global core.symlinks false`), the described attack won't work. As always, it is best to avoid cloning repositories from untrusted sources.
2024-05-24
CVE-2024-32002
openEuler-20.03-LTS-SP1
openEuler-20.03-LTS-SP4
openEuler-22.03-LTS
openEuler-22.03-LTS-SP1
openEuler-22.03-LTS-SP2
openEuler-22.03-LTS-SP3
Critical
9.0
AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H
git security update
2024-05-24
https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2024-1662
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, an attacker can prepare a local repository in such a way that, when cloned, will execute arbitrary code during the operation. 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 cloning repositories from untrusted sources.
2024-05-24
CVE-2024-32004
openEuler-20.03-LTS-SP1
openEuler-20.03-LTS-SP4
openEuler-22.03-LTS
openEuler-22.03-LTS-SP1
openEuler-22.03-LTS-SP2
openEuler-22.03-LTS-SP3
High
8.1
AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H
git security update
2024-05-24
https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2024-1662
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.
2024-05-24
CVE-2024-32020
openEuler-20.03-LTS-SP1
openEuler-20.03-LTS-SP4
openEuler-22.03-LTS
openEuler-22.03-LTS-SP1
openEuler-22.03-LTS-SP2
openEuler-22.03-LTS-SP3
Low
3.9
AV:L/AC:H/PR:L/UI:R/S:C/C:N/I:L/A:L
git security update
2024-05-24
https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2024-1662
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 cloningwill 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.
2024-05-24
CVE-2024-32021
openEuler-20.03-LTS-SP1
openEuler-20.03-LTS-SP4
openEuler-22.03-LTS
openEuler-22.03-LTS-SP1
openEuler-22.03-LTS-SP2
openEuler-22.03-LTS-SP3
Low
3.9
AV:L/AC:H/PR:L/UI:R/S:C/C:N/I:L/A:L
git security update
2024-05-24
https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2024-1662
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.
2024-05-24
CVE-2024-32465
openEuler-20.03-LTS-SP1
openEuler-20.03-LTS-SP4
openEuler-22.03-LTS
openEuler-22.03-LTS-SP1
openEuler-22.03-LTS-SP2
openEuler-22.03-LTS-SP3
High
7.3
AV:P/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
git security update
2024-05-24
https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2024-1662