摘要:
openssh security update
安全等级: Critical
公告ID: KylinSec-SA-2023-1965
发布日期: 2023年12月29日
关联CVE: CVE-2023-51385
OpenSSH is the premier connectivity tool for remote login with the SSH protocol. \ It encrypts all traffic to eliminate eavesdropping, connection hijacking, and \ other attacks. In addition, OpenSSH provides a large suite of secure tunneling \ capabilities, several authentication methods, and sophisticated configuration options.
Security Fix(es):
In ssh in OpenSSH before 9.6, OS command injection might occur if a user name or host name has shell metacharacters, and this name is referenced by an expansion token in certain situations. For example, an untrusted Git repository can have a submodule with shell metacharacters in a user name or host name.(CVE-2023-51385)
cve名称 | 产品 | 组件 | 是否受影响 |
---|---|---|---|
CVE-2023-51385 | KY3.4-5A | openssh | Fixed |
软件名称 | 架构 | 版本号 |
---|---|---|
openssh-help | noarch | 8.2p1-29.kb2.ky3_4 |
openssh | x86_64 | 8.2p1-29.kb2.ky3_4 |
openssh-ldap | x86_64 | 8.2p1-29.kb2.ky3_4 |
openssh-askpass | x86_64 | 8.2p1-29.kb2.ky3_4 |
openssh-cavs | x86_64 | 8.2p1-29.kb2.ky3_4 |
openssh-clients | x86_64 | 8.2p1-29.kb2.ky3_4 |
openssh-server | x86_64 | 8.2p1-29.kb2.ky3_4 |
openssh-keycat | x86_64 | 8.2p1-29.kb2.ky3_4 |
pam_ssh_agent_auth | x86_64 | 0.10.3-9.29.kb1.ky3_4 |
pam_ssh_agent_auth | aarch64 | 0.10.3-9.29.kb1.ky3_4 |
openssh-keycat | aarch64 | 8.2p1-29.kb2.ky3_4 |
openssh-askpass | aarch64 | 8.2p1-29.kb2.ky3_4 |
openssh-ldap | aarch64 | 8.2p1-29.kb2.ky3_4 |
openssh-clients | aarch64 | 8.2p1-29.kb2.ky3_4 |
openssh | aarch64 | 8.2p1-29.kb2.ky3_4 |
openssh-server | aarch64 | 8.2p1-29.kb2.ky3_4 |
openssh-cavs | aarch64 | 8.2p1-29.kb2.ky3_4 |
方法一:下载安装包进行升级安装
1、通过下载链接下载需要升级的升级包保存,如 xxx.rpm
2、通过rpm命令升级,如 rpm -Uvh xxx.rpm
方法二:通过软件源进行升级安装
1、保持能够连接上互联网
2、通过yum命令升级指定的包,如 yum install 包名