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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-72036— Linux kernel 安全漏洞

一分钟漏洞结论

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

Linux kernel是美国Linux基金会开源的一个操作系统内核。 Linux kernel 2.6.29版本存在安全漏洞,该漏洞源于net/sched的sch_multiq多队列调度器直接调用dequeue函数,而非使用qdisc_dequeue_peeked,导致非工作守恒子队列的skb被孤立,qlen/backlog不同步,进而解引用空指针,可能导致内核崩溃。

CVSS 7.8 · High EPSS 0.16% · P6

可能的 ATT&CK 技术 1 AI

T1496 · Resource Hijacking

影响版本矩阵 18

厂商产品 版本范围状态
Linux Linux 77be155cba4e163e8bba9fd27222a8b6189ec4f7< 3e5fd9d14f2d228e7260251f2e4a1d41ba8f705a affected
77be155cba4e163e8bba9fd27222a8b6189ec4f7< eb1a9637f0bd84b5db8803af65dfb1f44785406f affected
77be155cba4e163e8bba9fd27222a8b6189ec4f7< 7a5a1582710981ef6637de9f074a60a5b1d63222 affected
77be155cba4e163e8bba9fd27222a8b6189ec4f7< 86a61e46a1919e8abf4d227c204773dabb24068a affected
77be155cba4e163e8bba9fd27222a8b6189ec4f7< 1b9cc255e8089606b92b2adf504e334573682821 affected
77be155cba4e163e8bba9fd27222a8b6189ec4f7< 5889064919a1e5c0a9469c54895000414fc46944 affected
77be155cba4e163e8bba9fd27222a8b6189ec4f7< fffeb2ab5eeb823d4c2330571a098f63237c9049 affected
77be155cba4e163e8bba9fd27222a8b6189ec4f7< 54f6b0c843e228d499eb4b6bbb89df68cad9ad5d affected
… +10 条更多
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2026-72036 基础信息

漏洞信息

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

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

Vulnerability Title
net/sched: sch_multiq: Replace direct dequeue call with peek and qdisc_dequeue_peeked
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: net/sched: sch_multiq: Replace direct dequeue call with peek and qdisc_dequeue_peeked multiq_dequeue() takes a packet from a band's child with a direct ->dequeue() call after multiq_peek() peeked it. When the child is non-work-conserving the peek stashes the skb in the child's gso_skb, so the direct dequeue returns a different skb and orphans the stash, desyncing the child's qlen/backlog. With a qfq child reached through a peeking parent (e.g. tbf) this re-enters the child on an emptied list and dereferences NULL, panicking the kernel from softirq on ordinary egress. Take the packet through qdisc_dequeue_peeked(), as sch_prio already does and as sch_red and sch_sfb were just fixed to do. The helper is a no-op when the child has no stash, so a work-conserving child is unaffected.
来源: 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 kernel 2.6.29版本存在安全漏洞,该漏洞源于net/sched的sch_multiq多队列调度器直接调用dequeue函数,而非使用qdisc_dequeue_peeked,导致非工作守恒子队列的skb被孤立,qlen/backlog不同步,进而解引用空指针,可能导致内核崩溃。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
Linux Linux 77be155cba4e163e8bba9fd27222a8b6189ec4f7 ~ 3e5fd9d14f2d228e7260251f2e4a1d41ba8f705a -
Linux Linux 2.6.29 -

二、漏洞 CVE-2026-72036 的公开POC

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

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-72036 的情报信息

登录查看更多情报信息。

CVE-2026-72036 补丁与修复 (8)

同批安全公告 · Linux · 2026-08-15 · 共 845 条

CVE-2026-74475 10.0 CRITICAL Linux kernel 安全漏洞
CVE-2026-74279 10.0 CRITICAL Linux kernel 安全漏洞
CVE-2026-74280 10.0 CRITICAL Linux kernel 安全漏洞
CVE-2026-74309 10.0 CRITICAL Linux kernel 安全漏洞
CVE-2026-72407 10.0 CRITICAL Linux kernel 安全漏洞
CVE-2026-72408 10.0 CRITICAL Linux kernel 安全漏洞
CVE-2026-72421 10.0 CRITICAL Linux kernel 安全漏洞
CVE-2026-72493 9.9 CRITICAL Linux kernel 安全漏洞
CVE-2026-72451 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72323 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72322 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72436 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72129 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72130 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72206 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-74384 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72319 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72317 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72137 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-74433 9.8 CRITICAL Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-72036

暂无评论


发表评论