摘要:
openssl security update
安全等级: Medium
公告ID: KylinSec-SA-2023-2000
发布日期: 2023年11月17日
关联CVE: CVE-2023-5678
OpenSSL is a robust, commercial-grade, and full-featured toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols.
Security Fix(es):
Issue summary: Generating excessively long X9.42 DH keys or checking
excessively long X9.42 DH keys or parameters may be very slow.
Impact summary: Applications that use the functions DH_generate_key() to
generate an X9.42 DH key may experience long delays. Likewise, applications
that use DH_check_pub_key(), DH_check_pub_key_ex() or EVP_PKEY_public_check()
to check an X9.42 DH key or X9.42 DH parameters may experience long delays.
Where the key or parameters that are being checked have been obtained from
an untrusted source this may lead to a Denial of Service.
While DH_check() performs all the necessary checks (as of CVE-2023-3817),
DH_check_pub_key() doesn't make any of these checks, and is therefore
vulnerable for excessively large P and Q parameters.
Likewise, while DH_generate_key() performs a check for an excessively large
P, it doesn't check for an excessively large Q.
An application that calls DH_generate_key() or DH_check_pub_key() and
supplies a key or parameters obtained from an untrusted source could be
vulnerable to a Denial of Service attack.
DH_generate_key() and DH_check_pub_key() are also called by a number of
other OpenSSL functions. An application calling any of those other
functions may similarly be affected. The other functions affected by this
are DH_check_pub_key_ex(), EVP_PKEY_public_check(), and EVP_PKEY_generate().
Also vulnerable are the OpenSSL pkey command line application when using the
"-pubcheck" option, as well as the OpenSSL genpkey command line application.
The OpenSSL SSL/TLS implementation is not affected by this issue.
The OpenSSL 3.0 and 3.1 FIPS providers are not affected by this issue.
(CVE-2023-5678)
cve名称 | 产品 | 组件 | 是否受影响 |
---|---|---|---|
CVE-2023-5678 | KY3.4-4A | openssl | Fixed |
CVE-2023-5678 | KY3.4-5A | openssl | Fixed |
CVE-2023-5678 | KY3.5.1 | openssl | Fixed |
CVE-2023-5678 | KY3.5.2 | openssl | Fixed |
软件名称 | 架构 | 版本号 |
---|---|---|
openssl-help | noarch | 1.1.1m-24.kb1.ky3_5 |
openssl-devel | x86_64 | 1.1.1m-24.kb1.ky3_5 |
openssl | x86_64 | 1.1.1m-24.kb1.ky3_5 |
openssl-libs | x86_64 | 1.1.1m-24.kb1.ky3_5 |
openssl-perl | x86_64 | 1.1.1m-24.kb1.ky3_5 |
openssl-libs | aarch64 | 1.1.1m-24.kb1.ky3_5 |
openssl-perl | aarch64 | 1.1.1m-24.kb1.ky3_5 |
openssl-devel | aarch64 | 1.1.1m-24.kb1.ky3_5 |
openssl | aarch64 | 1.1.1m-24.kb1.ky3_5 |
软件名称 | 架构 | 版本号 |
---|---|---|
openssl-help | noarch | 1.1.1f-29.kb2.ky3_4 |
openssl-libs | x86_64 | 1.1.1f-29.kb2.ky3_4 |
openssl-devel | x86_64 | 1.1.1f-29.kb2.ky3_4 |
openssl | x86_64 | 1.1.1f-29.kb2.ky3_4 |
openssl-devel | aarch64 | 1.1.1f-29.kb2.ky3_4 |
openssl-libs | aarch64 | 1.1.1f-29.kb2.ky3_4 |
openssl | aarch64 | 1.1.1f-29.kb2.ky3_4 |
软件名称 | 架构 | 版本号 |
---|---|---|
openssl-help | noarch | 1.1.1f-29.kb2.ky3_4 |
openssl | x86_64 | 1.1.1f-29.kb2.ky3_4 |
openssl-devel | x86_64 | 1.1.1f-29.kb2.ky3_4 |
openssl-libs | x86_64 | 1.1.1f-29.kb2.ky3_4 |
openssl-devel | aarch64 | 1.1.1f-29.kb2.ky3_4 |
openssl-libs | aarch64 | 1.1.1f-29.kb2.ky3_4 |
openssl | aarch64 | 1.1.1f-29.kb2.ky3_4 |
软件名称 | 架构 | 版本号 |
---|---|---|
openssl-help | noarch | 1.1.1m-29.ky3_5.kb1 |
openssl-devel | x86_64 | 1.1.1m-29.ky3_5.kb1 |
openssl | x86_64 | 1.1.1m-29.ky3_5.kb1 |
openssl-libs | x86_64 | 1.1.1m-29.ky3_5.kb1 |
openssl-perl | x86_64 | 1.1.1m-29.ky3_5.kb1 |
openssl | aarch64 | 1.1.1m-29.ky3_5.kb1 |
openssl-perl | aarch64 | 1.1.1m-29.ky3_5.kb1 |
openssl-libs | aarch64 | 1.1.1m-29.ky3_5.kb1 |
openssl-devel | aarch64 | 1.1.1m-29.ky3_5.kb1 |
方法一:下载安装包进行升级安装
1、通过下载链接下载需要升级的升级包保存,如 xxx.rpm
2、通过rpm命令升级,如 rpm -Uvh xxx.rpm
方法二:通过软件源进行升级安装
1、保持能够连接上互联网
2、通过yum命令升级指定的包,如 yum install 包名