摘要:
gnutls security update
安全等级: Medium
公告ID: KylinSec-SA-2024-1514
发布日期: 2024年4月19日
关联CVE: CVE-2024-28835
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 has been discovered in GnuTLS where an application crash can be induced when attempting to verify a specially crafted .pem bundle using the "certtool --verify-chain" command.(CVE-2024-28835)
cve名称 | 产品 | 组件 | 是否受影响 |
---|---|---|---|
CVE-2024-28835 | 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 | x86_64 | 3.7.2-14.ky3_5 |
gnutls-devel | 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 包名