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

目标: 1000 元 · 已筹: 1000

100.0%

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

EPSS 0.02% · P7

影响版本矩阵 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
来源: 美国国家漏洞数据库 NVD
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.
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
N/A
来源: 美国国家漏洞数据库 NVD
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 的情报信息

登录查看更多情报信息。

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

CVE-2024-35915Linux kernel 安全漏洞
CVE-2024-35926Linux kernel 安全漏洞
CVE-2024-35912Linux kernel 安全漏洞
CVE-2024-35913Linux kernel 安全漏洞
CVE-2024-35911Linux kernel 安全漏洞
CVE-2024-35907Linux kernel 安全漏洞
CVE-2024-35905Linux kernel 安全漏洞
CVE-2024-35904Linux kernel 安全漏洞
CVE-2024-35903Linux kernel 安全漏洞
CVE-2024-35908Linux kernel 安全漏洞
CVE-2024-35914Linux kernel 安全漏洞
CVE-2024-35916Linux kernel 安全漏洞
CVE-2024-35917Linux kernel 安全漏洞
CVE-2023-52699Linux kernel 安全漏洞
CVE-2024-35919Linux kernel 安全漏洞
CVE-2024-35920Linux kernel 安全漏洞
CVE-2024-35921Linux kernel 安全漏洞
CVE-2024-35922Linux kernel 安全漏洞
CVE-2024-35924Linux kernel 安全漏洞
CVE-2024-35925Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2024-35910

暂无评论


发表评论