摘要:
gnutls security update
安全等级: Medium
公告ID: KylinSec-SA-2024-2362
发布日期: 2024年4月12日
关联CVE: CVE-2024-28834
GnuTLS is a secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them. It provides a simple C language application programming interface (API) to access the secure communications protocols as well as APIs to parse and write X.509, PKCS #12, and other required structures. The project strives to provide a secure communications back-end, simple to use and integrated with the rest of the base Linux libraries. A back-end designed to work and be secure out of the box, keeping the complexity of TLS and PKI out of application code.
Security Fix(es):
A flaw was found in GnuTLS. The Minerva attack is a cryptographic vulnerability that exploits deterministic behavior in systems like GnuTLS, leading to side-channel leaks. In specific scenarios, such as when using the GNUTLS_PRIVKEY_FLAG_REPRODUCIBLE flag, it can result in a noticeable step in nonce size from 513 to 512 bits, exposing a potential timing side-channel.(CVE-2024-28834)
cve名称 | 产品 | 组件 | 是否受影响 |
---|---|---|---|
CVE-2024-28834 | KY3.5.2 | gnutls | Fixed |
软件名称 | 架构 | 版本号 |
---|---|---|
gnutls-help | noarch | 3.7.2-14.ky3_5 |
gnutls-utils | x86_64 | 3.7.2-14.ky3_5 |
gnutls-devel | x86_64 | 3.7.2-14.ky3_5 |
gnutls | x86_64 | 3.7.2-14.ky3_5 |
gnutls-devel | aarch64 | 3.7.2-14.ky3_5 |
gnutls | aarch64 | 3.7.2-14.ky3_5 |
gnutls-utils | aarch64 | 3.7.2-14.ky3_5 |
方法一:下载安装包进行升级安装
1、通过下载链接下载需要升级的升级包保存,如 xxx.rpm
2、通过rpm命令升级,如 rpm -Uvh xxx.rpm
方法二:通过软件源进行升级安装
1、保持能够连接上互联网
2、通过yum命令升级指定的包,如 yum install 包名