摘要:
edk2 security update
安全等级: Medium
公告ID: KylinSec-SA-2023-2428
发布日期: 2025年2月17日
关联CVE: CVE-2022-4304
EDK II is a modern, feature-rich, cross-platform firmware development environment for the UEFI and PI specifications.
Security Fix(es):
A timing based side channel exists in the OpenSSL RSA Decryption implementation which could be sufficient to recover a plaintext across a network in a Bleichenbacher style attack. To achieve a successful decryption an attacker would have to be able to send a very large number of trial messages for decryption. The vulnerability affects all RSA padding modes: PKCS#1 v1.5, RSA-OEAP and RSASVE. For example, in a TLS connection, RSA is commonly used by a client to send an encrypted pre-master secret to the server. An attacker that had observed a genuine connection between a client and a server could use this flaw to send trial messages to the server and record the time taken to process them. After a sufficiently large number of messages the attacker could recover the pre-master secret used for the original connection and thus be able to decrypt the application data sent over that connection.(CVE-2022-4304)
cve名称 | 产品 | 组件 | 是否受影响 |
---|---|---|---|
CVE-2022-4304 | KY3.5.2 | openssl | Fixed |
软件名称 | 架构 | 版本号 |
---|---|---|
edk2-help | noarch | 202011-13.ky3_5.kb1 |
python3-edk2-devel | noarch | 202011-13.ky3_5.kb1 |
edk2-aarch64 | noarch | 202011-13.ky3_5.kb1 |
edk2-ovmf | noarch | 202011-13.ky3_5.kb1 |
edk2-devel | x86_64 | 202011-13.ky3_5.kb1 |
edk2-devel | aarch64 | 202011-13.ky3_5.kb1 |
方法一:下载安装包进行升级安装
1、通过下载链接下载需要升级的升级包保存,如 xxx.rpm
2、通过rpm命令升级,如 rpm -Uvh xxx.rpm
方法二:通过软件源进行升级安装
1、保持能够连接上互联网
2、通过yum命令升级指定的包,如 yum install 包名