Amazon Linux 2:内核 (ALASKERNEL-5.10-2024-067)

high Nessus 插件 ID 205701

简介

远程 Amazon Linux 2 主机缺少安全更新。

描述

远程主机上安装的内核版本低于 5.10.216-204.855。因此,会受到 ALAS2KERNEL-5.10-2024-067 公告中提及的多个漏洞影响。

在 Linux 内核中,以下漏洞已修复:

tls:异步通知和套接字关闭之间的争用问题

异步 crypto 处理程序一旦调用 complete(),调用 recvmsg/sendmsg 的提交线程就可能会退出,导致超过该点的任何代码均存在接触已释放数据的风险。

尝试避免锁定和额外的旗标。让主线程保留额外的引用,这样我们就可以完全依赖原子引用计数器进行同步。

不要滥用完成重新初始化,我们现在会严格控制完成触发。
(CVE-2024-26583)

在 Linux 内核中,以下漏洞已修复:

net:tls:处理 crypto 请求积压

我们在对 crypto API 的请求上设置了 CRYPTO_TFM_REQ_MAY_BACKLOG 旗标,因此 crypto_aead_{encrypt,decrypt} 可以在有效情况下返回 -EBUSY,而非 -EINPROGRESS。例如,当 AESNI 的 cryptd 队列已满(通过人为降低的 cryptd.cryptd_max_cpu_qlen 可以轻易触发)时,请求将进入 backlog,但仍会得到处理。在这种情况下,异步回调也将被调用两次:第一次是 err == -EINPROGRESS(我们似乎可以忽略),第二次是 err == 0。

与 Sabrina 的原始补丁相比,此版本会使用新的 tls_*crypt_async_wait( ) 帮助函数,并将 EBUSY 转换为 EINPROGRESS,以避免必须修改所有错误处理路径。处理方式是相同的。
(CVE-2024-26584)

在 Linux 内核中,以下漏洞已修复:

drm/amdgpu:更清楚地验证 bo 映射操作的参数 (CVE-2024-26922)

在 Linux 内核中,以下漏洞已修复:

af_unix:修复垃圾回收器与 connect() 的争用问题 (CVE-2024-26923)

在 Linux 内核中,以下漏洞已修复:

netfilter: nft_set_pipapo:不释放实时元素 (CVE-2024-26924)

在 Linux 内核中,以下漏洞已修复:

nilfs2:修复了 nilfs_set_de_type 中的 OOB (CVE-2024-26981)

在 Linux 内核中,以下漏洞已修复:

init/main.c修复潜在的 static_command_line 内存溢出 (CVE-2024-26988)

在 Linux 内核中,以下漏洞已修复:

fs: sysfs:修复 sysfs_break_active_protection() 中的引用泄漏问题 (CVE-2024-26993)

在 Linux 内核中,以下漏洞已修复:

serial:mxs-auart:添加围绕更改 cts 状态的旋转锁 (CVE-2024-27000)

在 Linux 内核中,以下漏洞已修复:

clk:在 disable_unused 期间,在遍历树之前获取运行时 PM (CVE-2024-27004)

在 Linux 内核中,以下漏洞已修复:

tun:限制 tun dev 收到非法数据包时的打印速率 (CVE-2024-27013)

在 Linux 内核中,以下漏洞已修复:

netfilter:nf_tables:修复 __nft_expr_type_get() 中潜在的数据争用问题 (CVE-2024-27020)

在 Linux 内核中,以下漏洞已修复:

net:openvswitch:修复 ovs_ct_exit 中的释放后使用 (CVE-2024-27395)

在 Linux 内核中,以下漏洞已修复:

irqchip/gic-v3-its:防止因错误引起的双重释放 CVE-2024-35847

在 Linux 内核中,以下漏洞已修复:

btrfs:修复 btrfs_ioctl_logical_to_ino() 中的信息泄漏 (CVE-2024-35849)

在 Linux 内核中,以下漏洞已修复:

mlxswspectrum_acl_tcam修复取消重新哈希工作时的内存泄漏 (CVE-2024-35852)

在 Linux 内核中,以下漏洞已修复:

mlxswspectrum_acl_tcam修复重新哈希期间的内存泄漏 (CVE-2024-35853)

在 Linux 内核中,以下漏洞已修复:

mlxswspectrum_acl_tcam修复重新哈希期间可能的释放后使用 (CVE-2024-35854)

在 Linux 内核中,以下漏洞已修复:

mlxswspectrum_acl_tcam修复活动更新期间可能的释放后使用 (CVE-2024-35855)

在 Linux 内核中,以下漏洞已修复:

drm/client:使用 dev->mode_config.mutex 全面保护 modes[] (CVE-2024-35950)

在 Linux 内核中,以下漏洞已修复:

kprobes:修复 kprobe 注册中潜在的释放后使用问题 (CVE-2024-35955)

在 Linux 内核中,以下漏洞已修复:

net/mlx5:将新 fs 规则正确链接到树中 (CVE-2024-35960)

在 Linux 内核中,以下漏洞已修复:

netfilter完整用户输入验证 (CVE-2024-35962)

在 Linux 内核中,以下漏洞已修复:

ipv6修复 ipv6_get_ifaddr 和 ipv6_del_addr 之间的争用条件 (CVE-2024-35969)

在 Linux 内核中,以下漏洞已修复:

geneve修复 Geneve[6]_xmit_skb 中的标头验证 (CVE-2024-35973)

在 Linux 内核中,以下漏洞已修复:

xsk验证 XDP_{UMEM|COMPLETION}_FILL_RING 的用户输入 (CVE-2024-35976)

在 Linux 内核中,以下漏洞已修复:

i2csmbus修复空函数指针取消引用 (CVE-2024-35984)

在 Linux 内核中,以下漏洞已修复:

HIDi2c-hid删除 I2C_HID_READ_PENDING 标记以防止锁定 (CVE-2024-35997)

在 Linux 内核中,以下漏洞已修复:

i40e不要将 WQ_MEM_RECLAIM 标记用于工作队列 (CVE-2024-36004)

在 Linux 内核中,以下漏洞已修复:

netfilternf_tables遵从 netdev 发布事件路径中的表休眠标记 (CVE-2024-36005)

在 Linux 内核中,以下漏洞已修复:

mlxswspectrum_acl_tcam修复错误的列表 API 使用情况 (CVE-2024-36006)

在 Linux 内核中,以下漏洞已修复:

mlxswspectrum_acl_tcam修复重新哈希期间的警告 (CVE-2024-36007)

在 Linux 内核中,以下漏洞已修复:

ipv4检查 ip_route_use_hint() 中的空 idev (CVE-2024-36008)

Tenable 已直接从测试产品的安全公告中提取上述描述块。

请注意,Nessus 尚未测试这些问题,而是只依据应用程序自我报告的版本号进行判断。

解决方案

运行“yum update kernel”以更新系统。

另见

https://alas.aws.amazon.com/AL2/ALASKERNEL-5.10-2024-067.html

https://alas.aws.amazon.com/faqs.html

https://alas.aws.amazon.com/cve/html/CVE-2024-26583.html

https://alas.aws.amazon.com/cve/html/CVE-2024-26584.html

https://alas.aws.amazon.com/cve/html/CVE-2024-26922.html

https://alas.aws.amazon.com/cve/html/CVE-2024-26923.html

https://alas.aws.amazon.com/cve/html/CVE-2024-26924.html

https://alas.aws.amazon.com/cve/html/CVE-2024-26981.html

https://alas.aws.amazon.com/cve/html/CVE-2024-26988.html

https://alas.aws.amazon.com/cve/html/CVE-2024-26993.html

https://alas.aws.amazon.com/cve/html/CVE-2024-27000.html

https://alas.aws.amazon.com/cve/html/CVE-2024-27004.html

https://alas.aws.amazon.com/cve/html/CVE-2024-27013.html

https://alas.aws.amazon.com/cve/html/CVE-2024-27020.html

https://alas.aws.amazon.com/cve/html/CVE-2024-27395.html

https://alas.aws.amazon.com/cve/html/CVE-2024-35847.html

https://alas.aws.amazon.com/cve/html/CVE-2024-35849.html

https://alas.aws.amazon.com/cve/html/CVE-2024-35852.html

https://alas.aws.amazon.com/cve/html/CVE-2024-35853.html

https://alas.aws.amazon.com/cve/html/CVE-2024-35854.html

https://alas.aws.amazon.com/cve/html/CVE-2024-35855.html

https://alas.aws.amazon.com/cve/html/CVE-2024-35950.html

https://alas.aws.amazon.com/cve/html/CVE-2024-35955.html

https://alas.aws.amazon.com/cve/html/CVE-2024-35960.html

https://alas.aws.amazon.com/cve/html/CVE-2024-35962.html

https://alas.aws.amazon.com/cve/html/CVE-2024-35969.html

https://alas.aws.amazon.com/cve/html/CVE-2024-35973.html

https://alas.aws.amazon.com/cve/html/CVE-2024-35976.html

https://alas.aws.amazon.com/cve/html/CVE-2024-35984.html

https://alas.aws.amazon.com/cve/html/CVE-2024-35997.html

https://alas.aws.amazon.com/cve/html/CVE-2024-36004.html

https://alas.aws.amazon.com/cve/html/CVE-2024-36005.html

https://alas.aws.amazon.com/cve/html/CVE-2024-36006.html

https://alas.aws.amazon.com/cve/html/CVE-2024-36007.html

https://alas.aws.amazon.com/cve/html/CVE-2024-36008.html

插件详情

严重性: High

ID: 205701

文件名: al2_ALASKERNEL-5_10-2024-067.nasl

版本: 1.5

类型: local

代理: unix

发布时间: 2024/8/17

最近更新时间: 2025/5/22

支持的传感器: Frictionless Assessment AWS, Frictionless Assessment Agent, Nessus Agent, Agentless Assessment, Continuous Assessment, Nessus

风险信息

VPR

风险因素: Medium

分数: 6.7

CVSS v2

风险因素: Medium

基本分数: 6.8

时间分数: 5

矢量: CVSS2#AV:L/AC:L/Au:S/C:C/I:C/A:C

CVSS 分数来源: CVE-2024-35855

CVSS v3

风险因素: High

基本分数: 7.8

时间分数: 6.8

矢量: CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

时间矢量: CVSS:3.0/E:U/RL:O/RC:C

漏洞信息

CPE: p-cpe:/a:amazon:linux:python-perf, cpe:/o:amazon:linux:2, p-cpe:/a:amazon:linux:kernel-headers, p-cpe:/a:amazon:linux:kernel-tools-devel, p-cpe:/a:amazon:linux:perf, p-cpe:/a:amazon:linux:bpftool-debuginfo, p-cpe:/a:amazon:linux:kernel-devel, p-cpe:/a:amazon:linux:kernel-tools-debuginfo, p-cpe:/a:amazon:linux:bpftool, p-cpe:/a:amazon:linux:python-perf-debuginfo, p-cpe:/a:amazon:linux:kernel-debuginfo-common-aarch64, p-cpe:/a:amazon:linux:kernel-debuginfo-common-x86_64, p-cpe:/a:amazon:linux:kernel-tools, p-cpe:/a:amazon:linux:perf-debuginfo, p-cpe:/a:amazon:linux:kernel, p-cpe:/a:amazon:linux:kernel-debuginfo, p-cpe:/a:amazon:linux:kernel-livepatch-5.10.216-204.855

必需的 KB 项: Host/local_checks_enabled, Host/AmazonLinux/release, Host/AmazonLinux/rpm-list

易利用性: No known exploits are available

补丁发布日期: 2024/8/1

漏洞发布日期: 2024/4/27

参考资料信息

CVE: CVE-2024-26583, CVE-2024-26584, CVE-2024-26922, CVE-2024-26923, CVE-2024-26924, CVE-2024-26981, CVE-2024-26988, CVE-2024-26993, CVE-2024-27000, CVE-2024-27004, CVE-2024-27013, CVE-2024-27020, CVE-2024-27395, CVE-2024-35847, CVE-2024-35849, CVE-2024-35852, CVE-2024-35853, CVE-2024-35854, CVE-2024-35855, CVE-2024-35950, CVE-2024-35955, CVE-2024-35960, CVE-2024-35962, CVE-2024-35969, CVE-2024-35973, CVE-2024-35976, CVE-2024-35984, CVE-2024-35997, CVE-2024-36004, CVE-2024-36005, CVE-2024-36006, CVE-2024-36007, CVE-2024-36008