• 公告ID (KylinSec-SA-2025-1628)

摘要:

git security update

安全等级: High

公告ID: KylinSec-SA-2025-1628

发布日期: 2025年3月18日

关联CVE: CVE-2024-52005  

  • 详细介绍

1. 漏洞描述

   

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 source code management tool. When cloning from a server (or fetching, or pushing), informational or error messages are transported from the remote Git process to the client via the so-called "sideband channel". These messages will be prefixed with "remote:" and printed directly to the standard error output. Typically, this standard error output is connected to a terminal that understands ANSI escape sequences, which Git did not protect against. Most modern terminals support control sequences that can be used by a malicious actor to hide and misrepresent information, or to mislead the user into executing untrusted scripts. As requested on the git-security mailing list, the patches are under discussion on the public mailing list. Users are advised to update as soon as possible. Users unable to upgrade should avoid recursive clones unless they are from trusted sources.(CVE-2024-52005)

2. 影响范围

cve名称 产品 组件 是否受影响
CVE-2024-52005 KY3.4-5A git Fixed
CVE-2024-52005 V6 git Fixed

3. 影响组件

    git

4. 修复版本

   

KY3.4-5A

软件名称 架构 版本号
git-email noarch 2.27.0-23.kb1.ky3_4
git-gui noarch 2.27.0-23.kb1.ky3_4
git-help noarch 2.27.0-23.kb1.ky3_4
git-svn noarch 2.27.0-23.kb1.ky3_4
git-web noarch 2.27.0-23.kb1.ky3_4
gitk noarch 2.27.0-23.kb1.ky3_4
perl-Git noarch 2.27.0-23.kb1.ky3_4
perl-Git-SVN noarch 2.27.0-23.kb1.ky3_4
git x86_64 2.27.0-23.kb1.ky3_4
git-daemon x86_64 2.27.0-23.kb1.ky3_4
git aarch64 2.27.0-23.kb1.ky3_4
git-daemon aarch64 2.27.0-23.kb1.ky3_4

V6

软件名称 架构 版本号
git-email noarch 2.43.0-6.ks6
git-gui noarch 2.43.0-6.ks6
git-help noarch 2.43.0-6.ks6
git-svn noarch 2.43.0-6.ks6
git-web noarch 2.43.0-6.ks6
gitk noarch 2.43.0-6.ks6
perl-Git noarch 2.43.0-6.ks6
perl-Git-SVN noarch 2.43.0-6.ks6
git x86_64 2.43.0-6.ks6
git-core x86_64 2.43.0-6.ks6
git-daemon x86_64 2.43.0-6.ks6
git aarch64 2.43.0-6.ks6
git-core aarch64 2.43.0-6.ks6
git-daemon aarch64 2.43.0-6.ks6

5. 修复方法


方法一:下载安装包进行升级安装
1、通过下载链接下载需要升级的升级包保存,如 xxx.rpm
2、通过rpm命令升级,如 rpm -Uvh xxx.rpm

方法二:通过软件源进行升级安装
1、保持能够连接上互联网
2、通过yum命令升级指定的包,如 yum install 包名

6. 下载链接

   

KY3.4-5A:

x86_64:

     git-email   

     git-gui   

     git-help   

     git-svn   

     git-web   

     gitk   

     perl-Git   

     perl-Git-SVN   

     git   

     git-daemon   

aarch64:

     git-email   

     git-gui   

     git-help   

     git-svn   

     git-web   

     gitk   

     perl-Git   

     perl-Git-SVN   

     git   

     git-daemon   

V6:

x86_64:

     git-email   

     git-gui   

     git-help   

     git-svn   

     git-web   

     gitk   

     perl-Git   

     perl-Git-SVN   

     git   

     git-core   

     git-daemon   

aarch64:

     git-email   

     git-gui   

     git-help   

     git-svn   

     git-web   

     gitk   

     perl-Git   

     perl-Git-SVN   

     git   

     git-core   

     git-daemon   

上一篇:KylinSec-SA-2025-1627 下一篇:KylinSec-SA-2025-1629