目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2024-35910— Linux kernel 安全漏洞

CVSS 7.8 · High EPSS 0.24% · P15

影响版本矩阵 18

厂商产品版本范围状态
LinuxLinux26abe14379f8e2fa3fd1bcf97c9a7ad9364886fe< 93f0133b9d589cc6e865f254ad9be3e9d8133f50affected
26abe14379f8e2fa3fd1bcf97c9a7ad9364886fe< 44e62f5d35678686734afd47c6a421ad30772e7faffected
26abe14379f8e2fa3fd1bcf97c9a7ad9364886fe< e3e27d2b446deb1f643758a0c4731f5c22492810affected
26abe14379f8e2fa3fd1bcf97c9a7ad9364886fe< 2e43d8eba6edd1cf05a3a20fdd77688fa7ec16a4affected
26abe14379f8e2fa3fd1bcf97c9a7ad9364886fe< 91b243de910a9ac8476d40238ab3dbfeedd5b7deaffected
26abe14379f8e2fa3fd1bcf97c9a7ad9364886fe< c1ae4d1e76eacddaacb958b67cd942082f800c87affected
26abe14379f8e2fa3fd1bcf97c9a7ad9364886fe< 899265c1389fe022802aae73dbf13ee08837a35aaffected
26abe14379f8e2fa3fd1bcf97c9a7ad9364886fe< 151c9c724d05d5b0dd8acd3e11cb69ef1f2dbadaaffected
… +10 条更多
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2024-35910 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
tcp: properly terminate timers for kernel sockets
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: tcp: properly terminate timers for kernel sockets We had various syzbot reports about tcp timers firing after the corresponding netns has been dismantled. Fortunately Josef Bacik could trigger the issue more often, and could test a patch I wrote two years ago. When TCP sockets are closed, we call inet_csk_clear_xmit_timers() to 'stop' the timers. inet_csk_clear_xmit_timers() can be called from any context, including when socket lock is held. This is the reason it uses sk_stop_timer(), aka del_timer(). This means that ongoing timers might finish much later. For user sockets, this is fine because each running timer holds a reference on the socket, and the user socket holds a reference on the netns. For kernel sockets, we risk that the netns is freed before timer can complete, because kernel sockets do not hold reference on the netns. This patch adds inet_csk_clear_xmit_timers_sync() function that using sk_stop_timer_sync() to make sure all timers are terminated before the kernel socket is released. Modules using kernel sockets close them in their netns exit() handler. Also add sock_not_owned_by_me() helper to get LOCKDEP support : inet_csk_clear_xmit_timers_sync() must not be called while socket lock is held. It is very possible we can revert in the future commit 3a58f13a881e ("net: rds: acquire refcount on TCP sockets") which attempted to solve the issue in rds only. (net/smc/af_smc.c and net/mptcp/subflow.c have similar code) We probably can remove the check_net() tests from tcp_out_of_resources() and __tcp_close() in the future.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
来源: CVE Program / CVE List V5
Vulnerability Type
N/A
来源: CVE Program / CVE List V5
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于未正确终止内核套接字的计时器。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 26abe14379f8e2fa3fd1bcf97c9a7ad9364886fe ~ 93f0133b9d589cc6e865f254ad9be3e9d8133f50 -
LinuxLinux 4.2 -

二、漏洞 CVE-2024-35910 的公开POC

#POC 描述源链接神龙链接
AI 生成 POC高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2024-35910 的情报信息

登录查看更多情报信息。

CVE-2024-35910 邮件列表归档 (2)

CVE-2024-35910 其他参考 (7)

同批安全公告 · Linux · 2024-05-19 · 共 82 条

CVE-2024-358849.8 CRITICALLinux kernel 安全漏洞
CVE-2024-358649.8 CRITICALLinux kernel 安全漏洞
CVE-2024-358629.8 CRITICALLinux kernel 安全漏洞
CVE-2024-358639.8 CRITICALLinux kernel 安全漏洞
CVE-2024-358659.8 CRITICALLinux kernel 安全漏洞
CVE-2024-358699.8 CRITICALLinux kernel 安全漏洞
CVE-2024-358709.8 CRITICALLinux kernel 安全漏洞
CVE-2024-358619.8 CRITICALLinux kernel 安全漏洞
CVE-2024-359399.3 CRITICALLinux kernel 安全漏洞
CVE-2024-359158.8 HIGHLinux kernel 安全漏洞
CVE-2024-358878.8 HIGHLinux kernel 安全漏洞
CVE-2024-358898.6 HIGHLinux kernel 安全漏洞
CVE-2024-358758.4 HIGHLinux kernel 安全漏洞
CVE-2024-359378.1 HIGHLinux kernel 安全漏洞
CVE-2024-358977.8 HIGHLinux kernel 安全漏洞
CVE-2024-359207.8 HIGHLinux kernel 安全漏洞
CVE-2024-358907.8 HIGHLinux kernel 安全漏洞
CVE-2024-359057.8 HIGHLinux kernel 安全漏洞
CVE-2024-359197.8 HIGHLinux kernel 安全漏洞
CVE-2024-359217.8 HIGHLinux kernel 安全漏洞

显示前 20 条,共 82 条。 查看全部 &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2024-35910

暂无评论


发表评论