摘要:
kernel security update
安全等级: High
公告ID: KylinSec-SA-2024-1567
发布日期: 2024年2月23日
关联CVE: CVE-2023-46838 CVE-2023-52340 CVE-2024-0639 CVE-2024-0841 CVE-2024-1086 CVE-2024-23849
The Linux Kernel, the operating system core itself.
Security Fix(es):
Transmit requests in Xen's virtual network protocol can consist of
multiple parts. While not really useful, except for the initial part
any of them may be of zero length, i.e. carry no data at all. Besides a
certain initial portion of the to be transferred data, these parts are
directly translated into what Linux calls SKB fragments. Such converted
request parts can, when for a particular SKB they are all of length
zero, lead to a de-reference of NULL in core networking code.
(CVE-2023-46838)
A flaw in the routing table size was found in the ICMPv6 handling of "Packet Too Big". The size of the routing table is regulated by periodic garbage collection. However, with "Packet Too Big Messages" it is possible to exceed the routing table size and garbage collector threshold. A user located in the local network or with a high bandwidth connection can increase the CPU usage of the server that accepts IPV6 connections up to 95%.(CVE-2023-52340)
A denial of service vulnerability due to a deadlock was found in sctp_auto_asconf_init in net/sctp/socket.c in the Linux kernel’s SCTP subsystem. This flaw allows guests with local user privileges to trigger a deadlock and potentially crash the system.(CVE-2024-0639)
A null pointer dereference flaw was found in the hugetlbfs_fill_super function in the Linux kernel hugetlbfs (HugeTLB pages) functionality. This issue may allow a local user to crash the system or potentially escalate their privileges on the system.(CVE-2024-0841)
A use-after-free vulnerability in the Linux kernel's netfilter: nf_tables component can be exploited to achieve local privilege escalation.
The nft_verdict_init() function allows positive values as drop error within the hook verdict, and hence the nf_hook_slow() function can cause a double free vulnerability when NF_DROP is issued with a drop error which resembles NF_ACCEPT.
We recommend upgrading past commit f342de4e2f33e0e39165d8639387aa6c19dff660.
(CVE-2024-1086)
In rds_recv_track_latency in net/rds/af_rds.c in the Linux kernel through 6.7.1, there is an off-by-one error for an RDS_MSG_RX_DGRAM_TRACE_MAX comparison, resulting in out-of-bounds access.(CVE-2024-23849)
cve名称 | 产品 | 组件 | 是否受影响 |
---|---|---|---|
CVE-2023-46838 | KY3.5.2 | kernel | Fixed |
CVE-2023-52340 | KY3.5.2 | kernel | Fixed |
CVE-2024-0639 | KY3.5.2 | kernel | Fixed |
CVE-2024-0841 | KY3.5.2 | kernel | Fixed |
CVE-2024-1086 | KY3.5.2 | kernel | Fixed |
CVE-2024-23849 | KY3.5.2 | kernel | Fixed |
软件名称 | 架构 | 版本号 |
---|---|---|
kernel-tools-devel | x86_64 | 5.10.0-216.0.0.115.kb1.ky3_5 |
kernel-headers | x86_64 | 5.10.0-216.0.0.115.kb1.ky3_5 |
python3-perf | x86_64 | 5.10.0-216.0.0.115.kb1.ky3_5 |
perf | x86_64 | 5.10.0-216.0.0.115.kb1.ky3_5 |
kernel | x86_64 | 5.10.0-216.0.0.115.kb1.ky3_5 |
kernel-source | x86_64 | 5.10.0-216.0.0.115.kb1.ky3_5 |
kernel-tools | x86_64 | 5.10.0-216.0.0.115.kb1.ky3_5 |
kernel-devel | x86_64 | 5.10.0-216.0.0.115.kb1.ky3_5 |
kernel | aarch64 | 5.10.0-216.0.0.115.kb1.ky3_5 |
kernel-devel | aarch64 | 5.10.0-216.0.0.115.kb1.ky3_5 |
kernel-headers | aarch64 | 5.10.0-216.0.0.115.kb1.ky3_5 |
kernel-source | aarch64 | 5.10.0-216.0.0.115.kb1.ky3_5 |
kernel-tools | aarch64 | 5.10.0-216.0.0.115.kb1.ky3_5 |
kernel-tools-devel | aarch64 | 5.10.0-216.0.0.115.kb1.ky3_5 |
python3-perf | aarch64 | 5.10.0-216.0.0.115.kb1.ky3_5 |
perf | aarch64 | 5.10.0-216.0.0.115.kb1.ky3_5 |
方法一:下载安装包进行升级安装
1、通过下载链接下载需要升级的升级包保存,如 xxx.rpm
2、通过rpm命令升级,如 rpm -Uvh xxx.rpm
方法二:通过软件源进行升级安装
1、保持能够连接上互联网
2、通过yum命令升级指定的包,如 yum install 包名
安全公告说明文档: CVE-2024-1086.doc