csaf2cusa/cvrfs/2023/cvrf-openEuler-SA-2023-1269.xml
Jia Chao 0b84f3c661 增加测试用的配置和目录
Signed-off-by: Jia Chao <jiac13@chinaunicom.cn>
2024-07-02 15:51:55 +08:00

249 lines
24 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<cvrfdoc xmlns="http://www.icasi.org/CVRF/schema/cvrf/1.1" xmlns:cvrf="http://www.icasi.org/CVRF/schema/cvrf/1.1">
<DocumentTitle xml:lang="en">An update for git is now available for openEuler-20.03-LTS-SP1,openEuler-20.03-LTS-SP3,openEuler-22.03-LTS and openEuler-22.03-LTS-SP1</DocumentTitle>
<DocumentType>Security Advisory</DocumentType>
<DocumentPublisher Type="Vendor">
<ContactDetails>openeuler-security@openeuler.org</ContactDetails>
<IssuingAuthority>openEuler security committee</IssuingAuthority>
</DocumentPublisher>
<DocumentTracking>
<Identification>
<ID>openEuler-SA-2023-1269</ID>
</Identification>
<Status>Final</Status>
<Version>1.0</Version>
<RevisionHistory>
<Revision>
<Number>1.0</Number>
<Date>2023-05-06</Date>
<Description>Initial</Description>
</Revision>
</RevisionHistory>
<InitialReleaseDate>2023-05-06</InitialReleaseDate>
<CurrentReleaseDate>2023-05-06</CurrentReleaseDate>
<Generator>
<Engine>openEuler SA Tool V1.0</Engine>
<Date>2023-05-06</Date>
</Generator>
</DocumentTracking>
<DocumentNotes>
<Note Title="Synopsis" Type="General" Ordinal="1" xml:lang="en">git security update</Note>
<Note Title="Summary" Type="General" Ordinal="2" xml:lang="en">An update for git is now available for openEuler-20.03-LTS-SP1,openEuler-20.03-LTS-SP3,openEuler-22.03-LTS and openEuler-22.03-LTS-SP1.</Note>
<Note Title="Description" Type="General" Ordinal="3" xml:lang="en">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.30.9, 2.31.8, 2.32.7, 2.33.8, 2.34.8, 2.35.8, 2.36.6, 2.37.7, 2.38.5, 2.39.3, and 2.40.1, by feeding specially crafted input to `git apply --reject`, a path outside the working tree can be overwritten with partially controlled contents (corresponding to the rejected hunk(s) from the given patch). A fix is available in versions 2.30.9, 2.31.8, 2.32.7, 2.33.8, 2.34.8, 2.35.8, 2.36.6, 2.37.7, 2.38.5, 2.39.3, and 2.40.1. As a workaround, avoid using `git apply` with `--reject` when applying patches from an untrusted source. Use `git apply --stat` to inspect a patch before applying; avoid applying one that create a conflict where a link corresponding to the `*.rej` file exists.(CVE-2023-25652)
In Git for Windows, the Windows port of Git, no localized messages are shipped with the installer. As a consequence, Git is expected not to localize messages at all, and skips the gettext initialization. However, due to a change in MINGW-packages, the `gettext()` function&apos;s implicit initialization no longer uses the runtime prefix but uses the hard-coded path `C:\mingw64\share\locale` to look for localized messages. And since any authenticated user has the permission to create folders in `C:\` (and since `C:\mingw64` does not typically exist), it is possible for low-privilege users to place fake messages in that location where `git.exe` will pick them up in version 2.40.1.
This vulnerability is relatively hard to exploit and requires social engineering. For example, a legitimate message at the end of a clone could be maliciously modified to ask the user to direct their web browser to a malicious website, and the user might think that the message comes from Git and is legitimate. It does require local write access by the attacker, though, which makes this attack vector less likely. Version 2.40.1 contains a patch for this issue. Some workarounds are available. Do not work on a Windows machine with shared accounts, or alternatively create a `C:\mingw64` folder and leave it empty. Users who have administrative rights may remove the permission to create folders in `C:\`.(CVE-2023-25815)
Git is a revision control system. Prior to versions 2.30.9, 2.31.8, 2.32.7, 2.33.8, 2.34.8, 2.35.8, 2.36.6, 2.37.7, 2.38.5, 2.39.3, and 2.40.1, a specially crafted `.gitmodules` file with submodule URLs that are longer than 1024 characters can used to exploit a bug in `config.c::git_config_copy_or_rename_section_in_file()`. This bug can be used to inject arbitrary configuration into a user&apos;s `$GIT_DIR/config` when attempting to remove the configuration section associated with that submodule. When the attacker injects configuration values which specify executables to run (such as `core.pager`, `core.editor`, `core.sshCommand`, etc.) this can lead to a remote code execution. A fix A fix is available in versions 2.30.9, 2.31.8, 2.32.7, 2.33.8, 2.34.8, 2.35.8, 2.36.6, 2.37.7, 2.38.5, 2.39.3, and 2.40.1. As a workaround, avoid running `git submodule deinit` on untrusted repositories or without prior inspection of any submodule sections in `$GIT_DIR/config`.(CVE-2023-29007)</Note>
<Note Title="Topic" Type="General" Ordinal="4" xml:lang="en">An update for git is now available for openEuler-20.03-LTS-SP1,openEuler-20.03-LTS-SP3,openEuler-22.03-LTS and openEuler-22.03-LTS-SP1.
openEuler Security has rated this update as having a security impact of high. 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.</Note>
<Note Title="Severity" Type="General" Ordinal="5" xml:lang="en">High</Note>
<Note Title="Affected Component" Type="General" Ordinal="6" xml:lang="en">git</Note>
</DocumentNotes>
<DocumentReferences>
<Reference Type="Self">
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2023-1269</URL>
</Reference>
<Reference Type="openEuler CVE">
<URL>https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2023-25652</URL>
<URL>https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2023-25815</URL>
<URL>https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2023-29007</URL>
</Reference>
<Reference Type="Other">
<URL>https://nvd.nist.gov/vuln/detail/CVE-2023-25652</URL>
<URL>https://nvd.nist.gov/vuln/detail/CVE-2023-25815</URL>
<URL>https://nvd.nist.gov/vuln/detail/CVE-2023-29007</URL>
</Reference>
</DocumentReferences>
<ProductTree xmlns="http://www.icasi.org/CVRF/schema/prod/1.1">
<Branch Type="Product Name" Name="openEuler">
<FullProductName ProductID="openEuler-20.03-LTS-SP1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">openEuler-20.03-LTS-SP1</FullProductName>
<FullProductName ProductID="openEuler-20.03-LTS-SP3" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP3">openEuler-20.03-LTS-SP3</FullProductName>
<FullProductName ProductID="openEuler-22.03-LTS" CPE="cpe:/a:openEuler:openEuler:22.03-LTS">openEuler-22.03-LTS</FullProductName>
<FullProductName ProductID="openEuler-22.03-LTS-SP1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">openEuler-22.03-LTS-SP1</FullProductName>
</Branch>
<Branch Type="Package Arch" Name="aarch64">
<FullProductName ProductID="git-debugsource-2.27.0-14" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">git-debugsource-2.27.0-14.oe1.aarch64.rpm</FullProductName>
<FullProductName ProductID="git-daemon-2.27.0-14" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">git-daemon-2.27.0-14.oe1.aarch64.rpm</FullProductName>
<FullProductName ProductID="git-debuginfo-2.27.0-14" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">git-debuginfo-2.27.0-14.oe1.aarch64.rpm</FullProductName>
<FullProductName ProductID="git-2.27.0-14" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">git-2.27.0-14.oe1.aarch64.rpm</FullProductName>
<FullProductName ProductID="git-2.27.0-17" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP3">git-2.27.0-17.oe1.aarch64.rpm</FullProductName>
<FullProductName ProductID="git-debuginfo-2.27.0-17" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP3">git-debuginfo-2.27.0-17.oe1.aarch64.rpm</FullProductName>
<FullProductName ProductID="git-debugsource-2.27.0-17" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP3">git-debugsource-2.27.0-17.oe1.aarch64.rpm</FullProductName>
<FullProductName ProductID="git-daemon-2.27.0-17" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP3">git-daemon-2.27.0-17.oe1.aarch64.rpm</FullProductName>
<FullProductName ProductID="git-debugsource-2.33.0-10" CPE="cpe:/a:openEuler:openEuler:22.03-LTS">git-debugsource-2.33.0-10.oe2203.aarch64.rpm</FullProductName>
<FullProductName ProductID="git-debuginfo-2.33.0-10" CPE="cpe:/a:openEuler:openEuler:22.03-LTS">git-debuginfo-2.33.0-10.oe2203.aarch64.rpm</FullProductName>
<FullProductName ProductID="git-2.33.0-10" CPE="cpe:/a:openEuler:openEuler:22.03-LTS">git-2.33.0-10.oe2203.aarch64.rpm</FullProductName>
<FullProductName ProductID="git-daemon-2.33.0-10" CPE="cpe:/a:openEuler:openEuler:22.03-LTS">git-daemon-2.33.0-10.oe2203.aarch64.rpm</FullProductName>
<FullProductName ProductID="git-2.33.0-11" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">git-2.33.0-11.oe2203sp1.aarch64.rpm</FullProductName>
<FullProductName ProductID="git-daemon-2.33.0-11" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">git-daemon-2.33.0-11.oe2203sp1.aarch64.rpm</FullProductName>
<FullProductName ProductID="git-debuginfo-2.33.0-11" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">git-debuginfo-2.33.0-11.oe2203sp1.aarch64.rpm</FullProductName>
<FullProductName ProductID="git-debugsource-2.33.0-11" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">git-debugsource-2.33.0-11.oe2203sp1.aarch64.rpm</FullProductName>
<FullProductName ProductID="git-core-2.33.0-11" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">git-core-2.33.0-11.oe2203sp1.aarch64.rpm</FullProductName>
</Branch>
<Branch Type="Package Arch" Name="noarch">
<FullProductName ProductID="git-gui-2.27.0-14" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">git-gui-2.27.0-14.oe1.noarch.rpm</FullProductName>
<FullProductName ProductID="perl-Git-2.27.0-14" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">perl-Git-2.27.0-14.oe1.noarch.rpm</FullProductName>
<FullProductName ProductID="git-email-2.27.0-14" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">git-email-2.27.0-14.oe1.noarch.rpm</FullProductName>
<FullProductName ProductID="git-web-2.27.0-14" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">git-web-2.27.0-14.oe1.noarch.rpm</FullProductName>
<FullProductName ProductID="gitk-2.27.0-14" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">gitk-2.27.0-14.oe1.noarch.rpm</FullProductName>
<FullProductName ProductID="git-help-2.27.0-14" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">git-help-2.27.0-14.oe1.noarch.rpm</FullProductName>
<FullProductName ProductID="git-svn-2.27.0-14" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">git-svn-2.27.0-14.oe1.noarch.rpm</FullProductName>
<FullProductName ProductID="perl-Git-SVN-2.27.0-14" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">perl-Git-SVN-2.27.0-14.oe1.noarch.rpm</FullProductName>
<FullProductName ProductID="git-gui-2.27.0-17" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP3">git-gui-2.27.0-17.oe1.noarch.rpm</FullProductName>
<FullProductName ProductID="perl-Git-SVN-2.27.0-17" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP3">perl-Git-SVN-2.27.0-17.oe1.noarch.rpm</FullProductName>
<FullProductName ProductID="perl-Git-2.27.0-17" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP3">perl-Git-2.27.0-17.oe1.noarch.rpm</FullProductName>
<FullProductName ProductID="gitk-2.27.0-17" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP3">gitk-2.27.0-17.oe1.noarch.rpm</FullProductName>
<FullProductName ProductID="git-svn-2.27.0-17" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP3">git-svn-2.27.0-17.oe1.noarch.rpm</FullProductName>
<FullProductName ProductID="git-help-2.27.0-17" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP3">git-help-2.27.0-17.oe1.noarch.rpm</FullProductName>
<FullProductName ProductID="git-email-2.27.0-17" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP3">git-email-2.27.0-17.oe1.noarch.rpm</FullProductName>
<FullProductName ProductID="git-web-2.27.0-17" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP3">git-web-2.27.0-17.oe1.noarch.rpm</FullProductName>
<FullProductName ProductID="perl-Git-2.33.0-10" CPE="cpe:/a:openEuler:openEuler:22.03-LTS">perl-Git-2.33.0-10.oe2203.noarch.rpm</FullProductName>
<FullProductName ProductID="git-svn-2.33.0-10" CPE="cpe:/a:openEuler:openEuler:22.03-LTS">git-svn-2.33.0-10.oe2203.noarch.rpm</FullProductName>
<FullProductName ProductID="perl-Git-SVN-2.33.0-10" CPE="cpe:/a:openEuler:openEuler:22.03-LTS">perl-Git-SVN-2.33.0-10.oe2203.noarch.rpm</FullProductName>
<FullProductName ProductID="git-email-2.33.0-10" CPE="cpe:/a:openEuler:openEuler:22.03-LTS">git-email-2.33.0-10.oe2203.noarch.rpm</FullProductName>
<FullProductName ProductID="git-help-2.33.0-10" CPE="cpe:/a:openEuler:openEuler:22.03-LTS">git-help-2.33.0-10.oe2203.noarch.rpm</FullProductName>
<FullProductName ProductID="git-web-2.33.0-10" CPE="cpe:/a:openEuler:openEuler:22.03-LTS">git-web-2.33.0-10.oe2203.noarch.rpm</FullProductName>
<FullProductName ProductID="git-gui-2.33.0-10" CPE="cpe:/a:openEuler:openEuler:22.03-LTS">git-gui-2.33.0-10.oe2203.noarch.rpm</FullProductName>
<FullProductName ProductID="gitk-2.33.0-10" CPE="cpe:/a:openEuler:openEuler:22.03-LTS">gitk-2.33.0-10.oe2203.noarch.rpm</FullProductName>
<FullProductName ProductID="git-svn-2.33.0-11" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">git-svn-2.33.0-11.oe2203sp1.noarch.rpm</FullProductName>
<FullProductName ProductID="perl-Git-2.33.0-11" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">perl-Git-2.33.0-11.oe2203sp1.noarch.rpm</FullProductName>
<FullProductName ProductID="git-web-2.33.0-11" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">git-web-2.33.0-11.oe2203sp1.noarch.rpm</FullProductName>
<FullProductName ProductID="perl-Git-SVN-2.33.0-11" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">perl-Git-SVN-2.33.0-11.oe2203sp1.noarch.rpm</FullProductName>
<FullProductName ProductID="git-email-2.33.0-11" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">git-email-2.33.0-11.oe2203sp1.noarch.rpm</FullProductName>
<FullProductName ProductID="git-help-2.33.0-11" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">git-help-2.33.0-11.oe2203sp1.noarch.rpm</FullProductName>
<FullProductName ProductID="git-gui-2.33.0-11" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">git-gui-2.33.0-11.oe2203sp1.noarch.rpm</FullProductName>
<FullProductName ProductID="gitk-2.33.0-11" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">gitk-2.33.0-11.oe2203sp1.noarch.rpm</FullProductName>
</Branch>
<Branch Type="Package Arch" Name="src">
<FullProductName ProductID="git-2.27.0-14" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">git-2.27.0-14.oe1.src.rpm</FullProductName>
<FullProductName ProductID="git-2.27.0-17" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP3">git-2.27.0-17.oe1.src.rpm</FullProductName>
<FullProductName ProductID="git-2.33.0-10" CPE="cpe:/a:openEuler:openEuler:22.03-LTS">git-2.33.0-10.oe2203.src.rpm</FullProductName>
<FullProductName ProductID="git-2.33.0-11" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">git-2.33.0-11.oe2203sp1.src.rpm</FullProductName>
</Branch>
<Branch Type="Package Arch" Name="x86_64">
<FullProductName ProductID="git-debuginfo-2.27.0-14" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">git-debuginfo-2.27.0-14.oe1.x86_64.rpm</FullProductName>
<FullProductName ProductID="git-debugsource-2.27.0-14" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">git-debugsource-2.27.0-14.oe1.x86_64.rpm</FullProductName>
<FullProductName ProductID="git-2.27.0-14" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">git-2.27.0-14.oe1.x86_64.rpm</FullProductName>
<FullProductName ProductID="git-daemon-2.27.0-14" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">git-daemon-2.27.0-14.oe1.x86_64.rpm</FullProductName>
<FullProductName ProductID="git-debuginfo-2.27.0-17" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP3">git-debuginfo-2.27.0-17.oe1.x86_64.rpm</FullProductName>
<FullProductName ProductID="git-daemon-2.27.0-17" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP3">git-daemon-2.27.0-17.oe1.x86_64.rpm</FullProductName>
<FullProductName ProductID="git-debugsource-2.27.0-17" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP3">git-debugsource-2.27.0-17.oe1.x86_64.rpm</FullProductName>
<FullProductName ProductID="git-2.27.0-17" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP3">git-2.27.0-17.oe1.x86_64.rpm</FullProductName>
<FullProductName ProductID="git-debuginfo-2.33.0-10" CPE="cpe:/a:openEuler:openEuler:22.03-LTS">git-debuginfo-2.33.0-10.oe2203.x86_64.rpm</FullProductName>
<FullProductName ProductID="git-daemon-2.33.0-10" CPE="cpe:/a:openEuler:openEuler:22.03-LTS">git-daemon-2.33.0-10.oe2203.x86_64.rpm</FullProductName>
<FullProductName ProductID="git-debugsource-2.33.0-10" CPE="cpe:/a:openEuler:openEuler:22.03-LTS">git-debugsource-2.33.0-10.oe2203.x86_64.rpm</FullProductName>
<FullProductName ProductID="git-2.33.0-10" CPE="cpe:/a:openEuler:openEuler:22.03-LTS">git-2.33.0-10.oe2203.x86_64.rpm</FullProductName>
<FullProductName ProductID="git-debuginfo-2.33.0-11" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">git-debuginfo-2.33.0-11.oe2203sp1.x86_64.rpm</FullProductName>
<FullProductName ProductID="git-daemon-2.33.0-11" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">git-daemon-2.33.0-11.oe2203sp1.x86_64.rpm</FullProductName>
<FullProductName ProductID="git-core-2.33.0-11" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">git-core-2.33.0-11.oe2203sp1.x86_64.rpm</FullProductName>
<FullProductName ProductID="git-2.33.0-11" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">git-2.33.0-11.oe2203sp1.x86_64.rpm</FullProductName>
<FullProductName ProductID="git-debugsource-2.33.0-11" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">git-debugsource-2.33.0-11.oe2203sp1.x86_64.rpm</FullProductName>
</Branch>
</ProductTree>
<Vulnerability Ordinal="1" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
<Notes>
<Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">Git is a revision control system. Prior to versions 2.30.9, 2.31.8, 2.32.7, 2.33.8, 2.34.8, 2.35.8, 2.36.6, 2.37.7, 2.38.5, 2.39.3, and 2.40.1, by feeding specially crafted input to `git apply --reject`, a path outside the working tree can be overwritten with partially controlled contents (corresponding to the rejected hunk(s) from the given patch). A fix is available in versions 2.30.9, 2.31.8, 2.32.7, 2.33.8, 2.34.8, 2.35.8, 2.36.6, 2.37.7, 2.38.5, 2.39.3, and 2.40.1. As a workaround, avoid using `git apply` with `--reject` when applying patches from an untrusted source. Use `git apply --stat` to inspect a patch before applying; avoid applying one that create a conflict where a link corresponding to the `*.rej` file exists.</Note>
</Notes>
<ReleaseDate>2023-05-06</ReleaseDate>
<CVE>CVE-2023-25652</CVE>
<ProductStatuses>
<Status Type="Fixed">
<ProductID>openEuler-20.03-LTS-SP1</ProductID>
<ProductID>openEuler-20.03-LTS-SP3</ProductID>
<ProductID>openEuler-22.03-LTS</ProductID>
<ProductID>openEuler-22.03-LTS-SP1</ProductID>
</Status>
</ProductStatuses>
<Threats>
<Threat Type="Impact">
<Description>High</Description>
</Threat>
</Threats>
<CVSSScoreSets>
<ScoreSet>
<BaseScore>7.5</BaseScore>
<Vector>AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N</Vector>
</ScoreSet>
</CVSSScoreSets>
<Remediations>
<Remediation Type="Vendor Fix">
<Description>git security update</Description>
<DATE>2023-05-06</DATE>
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2023-1269</URL>
</Remediation>
</Remediations>
</Vulnerability>
<Vulnerability Ordinal="2" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
<Notes>
<Note Title="Vulnerability Description" Type="General" Ordinal="2" xml:lang="en">In Git for Windows, the Windows port of Git, no localized messages are shipped with the installer. As a consequence, Git is expected not to localize messages at all, and skips the gettext initialization. However, due to a change in MINGW-packages, the `gettext()` function s implicit initialization no longer uses the runtime prefix but uses the hard-coded path `C: mingw64 share locale` to look for localized messages. And since any authenticated user has the permission to create folders in `C: ` (and since `C: mingw64` does not typically exist), it is possible for low-privilege users to place fake messages in that location where `git.exe` will pick them up in version 2.40.1.This vulnerability is relatively hard to exploit and requires social engineering. For example, a legitimate message at the end of a clone could be maliciously modified to ask the user to direct their web browser to a malicious website, and the user might think that the message comes from Git and is legitimate. It does require local write access by the attacker, though, which makes this attack vector less likely. Version 2.40.1 contains a patch for this issue. Some workarounds are available. Do not work on a Windows machine with shared accounts, or alternatively create a `C: mingw64` folder and leave it empty. Users who have administrative rights may remove the permission to create folders in `C: `.</Note>
</Notes>
<ReleaseDate>2023-05-06</ReleaseDate>
<CVE>CVE-2023-25815</CVE>
<ProductStatuses>
<Status Type="Fixed">
<ProductID>openEuler-20.03-LTS-SP1</ProductID>
<ProductID>openEuler-20.03-LTS-SP3</ProductID>
<ProductID>openEuler-22.03-LTS</ProductID>
<ProductID>openEuler-22.03-LTS-SP1</ProductID>
</Status>
</ProductStatuses>
<Threats>
<Threat Type="Impact">
<Description>Low</Description>
</Threat>
</Threats>
<CVSSScoreSets>
<ScoreSet>
<BaseScore>3.3</BaseScore>
<Vector>AV:L/AC:H/PR:L/UI:R/S:U/C:N/I:L/A:L</Vector>
</ScoreSet>
</CVSSScoreSets>
<Remediations>
<Remediation Type="Vendor Fix">
<Description>git security update</Description>
<DATE>2023-05-06</DATE>
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2023-1269</URL>
</Remediation>
</Remediations>
</Vulnerability>
<Vulnerability Ordinal="3" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
<Notes>
<Note Title="Vulnerability Description" Type="General" Ordinal="3" xml:lang="en">Git is a revision control system. Prior to versions 2.30.9, 2.31.8, 2.32.7, 2.33.8, 2.34.8, 2.35.8, 2.36.6, 2.37.7, 2.38.5, 2.39.3, and 2.40.1, a specially crafted `.gitmodules` file with submodule URLs that are longer than 1024 characters can used to exploit a bug in `config.c::git_config_copy_or_rename_section_in_file()`. This bug can be used to inject arbitrary configuration into a user s `$GIT_DIR/config` when attempting to remove the configuration section associated with that submodule. When the attacker injects configuration values which specify executables to run (such as `core.pager`, `core.editor`, `core.sshCommand`, etc.) this can lead to a remote code execution. A fix A fix is available in versions 2.30.9, 2.31.8, 2.32.7, 2.33.8, 2.34.8, 2.35.8, 2.36.6, 2.37.7, 2.38.5, 2.39.3, and 2.40.1. As a workaround, avoid running `git submodule deinit` on untrusted repositories or without prior inspection of any submodule sections in `$GIT_DIR/config`.</Note>
</Notes>
<ReleaseDate>2023-05-06</ReleaseDate>
<CVE>CVE-2023-29007</CVE>
<ProductStatuses>
<Status Type="Fixed">
<ProductID>openEuler-20.03-LTS-SP1</ProductID>
<ProductID>openEuler-20.03-LTS-SP3</ProductID>
<ProductID>openEuler-22.03-LTS</ProductID>
<ProductID>openEuler-22.03-LTS-SP1</ProductID>
</Status>
</ProductStatuses>
<Threats>
<Threat Type="Impact">
<Description>High</Description>
</Threat>
</Threats>
<CVSSScoreSets>
<ScoreSet>
<BaseScore>7.0</BaseScore>
<Vector>AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H</Vector>
</ScoreSet>
</CVSSScoreSets>
<Remediations>
<Remediation Type="Vendor Fix">
<Description>git security update</Description>
<DATE>2023-05-06</DATE>
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2023-1269</URL>
</Remediation>
</Remediations>
</Vulnerability>
</cvrfdoc>