摘要:
edk2 security update
安全等级: Medium
公告ID: KylinSec-SA-2024-2357
发布日期: 2024年4月26日
关联CVE: CVE-2024-2511
EDK II is a modern, feature-rich, cross-platform firmware development environment for the UEFI and PI specifications.
Security Fix(es):
Issue summary: Some non-default TLS server configurations can cause unbounded
memory growth when processing TLSv1.3 sessions
Impact summary: An attacker may exploit certain server configurations to trigger
unbounded memory growth that would lead to a Denial of Service
This problem can occur in TLSv1.3 if the non-default SSL_OP_NO_TICKET option is
being used (but not if early_data support is also configured and the default
anti-replay protection is in use). In this case, under certain conditions, the
session cache can get into an incorrect state and it will fail to flush properly
as it fills. The session cache will continue to grow in an unbounded manner. A
malicious client could deliberately create the scenario for this failure to
force a Denial of Service. It may also happen by accident in normal operation.
This issue only affects TLS servers supporting TLSv1.3. It does not affect TLS
clients.
The FIPS modules in 3.2, 3.1 and 3.0 are not affected by this issue. OpenSSL
1.0.2 is also not affected by this issue.(CVE-2024-2511)
cve名称 | 产品 | 组件 | 是否受影响 |
---|---|---|---|
CVE-2024-2511 | KY3.4-5A | edk2 | Fixed |
CVE-2024-2511 | KY3.5.2 | edk2 | Fixed |
软件名称 | 架构 | 版本号 |
---|---|---|
edk2-ovmf | noarch | 202002-23.kb1.ky3_4 |
edk2-aarch64 | noarch | 202002-23.kb1.ky3_4 |
python3-edk2-devel | noarch | 202002-23.kb1.ky3_4 |
edk2-help | noarch | 202002-23.kb1.ky3_4 |
edk2-devel | x86_64 | 202002-23.kb1.ky3_4 |
edk2-devel | aarch64 | 202002-23.kb1.ky3_4 |
软件名称 | 架构 | 版本号 |
---|---|---|
edk2-help | noarch | 202011-17.ky3_5.kb1 |
python3-edk2-devel | noarch | 202011-17.ky3_5.kb1 |
edk2-aarch64 | noarch | 202011-17.ky3_5.kb1 |
edk2-ovmf | noarch | 202011-17.ky3_5.kb1 |
edk2-devel | x86_64 | 202011-17.ky3_5.kb1 |
edk2-devel | aarch64 | 202011-17.ky3_5.kb1 |
方法一:下载安装包进行升级安装
1、通过下载链接下载需要升级的升级包保存,如 xxx.rpm
2、通过rpm命令升级,如 rpm -Uvh xxx.rpm
方法二:通过软件源进行升级安装
1、保持能够连接上互联网
2、通过yum命令升级指定的包,如 yum install 包名