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

目标: 1000 元 · 已筹: 1336

100%

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

一分钟漏洞结论

影响对象
Linux Linux
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于设备递归上存在镜像死锁。

AI 预测 5.9 利用难度: 中等 EPSS 0.18% · P7

可能的 ATT&CK 技术 1 AI

T1499 · Endpoint Denial of Service

影响版本矩阵 8

厂商产品 版本范围状态
Linux Linux e578d9c02587d57bfa7b560767c698a668a468c6< 524323f52cbfbac4fe3f8a33a8cc405fafba0d33 affected
e578d9c02587d57bfa7b560767c698a668a468c6< e6b90468da4dae2281a6e381107f411efb48b0ef affected
e578d9c02587d57bfa7b560767c698a668a468c6< 0f022d32c3eca477fbf79a205243a6123ed0fe11 affected
4.2 affected
< 4.2 unaffected
6.6.156≤ 6.6.* unaffected
6.8.8≤ 6.8.* unaffected
6.9≤ * unaffected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
net/sched: Fix mirred deadlock on device recursion
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: net/sched: Fix mirred deadlock on device recursion When the mirred action is used on a classful egress qdisc and a packet is mirrored or redirected to self we hit a qdisc lock deadlock. See trace below. [..... other info removed for brevity....] [ 82.890906] [ 82.890906] ============================================ [ 82.890906] WARNING: possible recursive locking detected [ 82.890906] 6.8.0-05205-g77fadd89fe2d-dirty #213 Tainted: G W [ 82.890906] -------------------------------------------- [ 82.890906] ping/418 is trying to acquire lock: [ 82.890906] ffff888006994110 (&sch->q.lock){+.-.}-{3:3}, at: __dev_queue_xmit+0x1778/0x3550 [ 82.890906] [ 82.890906] but task is already holding lock: [ 82.890906] ffff888006994110 (&sch->q.lock){+.-.}-{3:3}, at: __dev_queue_xmit+0x1778/0x3550 [ 82.890906] [ 82.890906] other info that might help us debug this: [ 82.890906] Possible unsafe locking scenario: [ 82.890906] [ 82.890906] CPU0 [ 82.890906] ---- [ 82.890906] lock(&sch->q.lock); [ 82.890906] lock(&sch->q.lock); [ 82.890906] [ 82.890906] *** DEADLOCK *** [ 82.890906] [..... other info removed for brevity....] Example setup (eth0->eth0) to recreate tc qdisc add dev eth0 root handle 1: htb default 30 tc filter add dev eth0 handle 1: protocol ip prio 2 matchall \ action mirred egress redirect dev eth0 Another example(eth0->eth1->eth0) to recreate tc qdisc add dev eth0 root handle 1: htb default 30 tc filter add dev eth0 handle 1: protocol ip prio 2 matchall \ action mirred egress redirect dev eth1 tc qdisc add dev eth1 root handle 1: htb default 30 tc filter add dev eth1 handle 1: protocol ip prio 2 matchall \ action mirred egress redirect dev eth0 We fix this by adding an owner field (CPU id) to struct Qdisc set after root qdisc is entered. When the softirq enters it a second time, if the qdisc owner is the same CPU, the packet is dropped to break the loop.
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: 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 订阅
Linux Linux e578d9c02587d57bfa7b560767c698a668a468c6 ~ 524323f52cbfbac4fe3f8a33a8cc405fafba0d33 -
Linux Linux 4.2 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2024-27010 邮件列表归档 (3)

CVE-2024-27010 其他参考 (1)

CVE-2024-27010 其他参考 (2)

同批安全公告 · Linux · 2024-05-01 · 共 159 条

CVE-2024-27388 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2024-26953 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2024-26931 8.8 HIGH Linux kernel 安全漏洞
CVE-2024-27053 8.8 HIGH Linux kernel 安全漏洞
CVE-2024-26990 8.8 HIGH Linux kernel 安全漏洞
CVE-2024-26952 8.3 HIGH Linux kernel 安全漏洞
CVE-2024-27018 8.2 HIGH Linux kernel 安全漏洞
CVE-2024-26936 8.2 HIGH Linux kernel 安全漏洞
CVE-2024-26980 8.2 HIGH Linux kernel 安全漏洞
CVE-2024-26954 8.1 HIGH Linux kernel 安全漏洞
CVE-2024-26994 7.8 HIGH Linux kernel 安全漏洞
CVE-2024-26966 7.8 HIGH Linux kernel 安全漏洞
CVE-2024-26974 7.8 HIGH Linux kernel 安全漏洞
CVE-2024-26976 7.8 HIGH Linux kernel 安全漏洞
CVE-2024-27062 7.8 HIGH Linux kernel 安全漏洞
CVE-2024-27061 7.8 HIGH Linux kernel 安全漏洞
CVE-2024-26983 7.8 HIGH Linux kernel 安全漏洞
CVE-2024-27058 7.8 HIGH Linux kernel 安全漏洞
CVE-2024-27056 7.8 HIGH Linux kernel 安全漏洞
CVE-2024-27017 7.8 HIGH Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2024-27010

暂无评论


发表评论