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

目标: 1000 元 · 已筹: 1336

100%

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

一分钟漏洞结论

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

Linux kernel是美国Linux基金会开源的一个操作系统内核。 Linux kernel存在安全漏洞,该漏洞源于nf_ct_frag6_reasm函数在IPv6分片重组后对skb->mac_header进行无条件调整,导致mac_header未设置状态被破坏,可能使skb_mac_header_was_set错误判断并导致内核数据包处理异常。

CVSS 7.8 · High EPSS 0.16% · P6

影响版本矩阵 18

厂商产品 版本范围状态
Linux Linux 9fb9cbb1082d6b31fb45aa1a14432449a0df6cf1< 6e8cd710ca35c576f5f2e5a396047c9ac61f75e5 affected
9fb9cbb1082d6b31fb45aa1a14432449a0df6cf1< 2a95ec21824a8ad81ad660b12231456fc0ac9830 affected
9fb9cbb1082d6b31fb45aa1a14432449a0df6cf1< bbcdef2061b170af45702ce6b359c02c12acfc94 affected
9fb9cbb1082d6b31fb45aa1a14432449a0df6cf1< cd0d7bbc027b4d3329712cdcdeb4e5567ffd0d58 affected
9fb9cbb1082d6b31fb45aa1a14432449a0df6cf1< 53ef70a315420ed31581d38343684b3bf9a3c76d affected
9fb9cbb1082d6b31fb45aa1a14432449a0df6cf1< a58230f3a7c4f6c3261786bc1efb72c42e68cd25 affected
9fb9cbb1082d6b31fb45aa1a14432449a0df6cf1< 00bdce2fda7e430d24cfbc96764a1b96deb31f82 affected
9fb9cbb1082d6b31fb45aa1a14432449a0df6cf1< 3b08fed5b7e0d5e3a25d73ef3ba09cd33ade16c9 affected
… +10 条更多
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
netfilter: nf_conntrack_reasm: guard mac_header adjustment after IPv6 defrag
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_conntrack_reasm: guard mac_header adjustment after IPv6 defrag nf_ct_frag6_reasm() slides the packet head forward to drop the IPv6 fragment header and then unconditionally advances skb->mac_header: skb->mac_header += sizeof(struct frag_hdr); On the NF_INET_LOCAL_OUT defrag path the skb has no link-layer header yet, so skb->mac_header is still the "not set" sentinel (u16)~0U. Adding sizeof(struct frag_hdr) wraps it to a small value (0xffff + 8 == 7), after which skb_mac_header_was_set() wrongly reports a MAC header is present and skb_mac_header() points into the headroom. The reassembler has done this unconditional add since it was introduced; it was harmless while mac_header was a bare pointer, but wrong once mac_header became a u16 offset whose unset state is the ~0U sentinel tested by skb_mac_header_was_set(). The sibling net/ipv6/reassembly.c does the same relocation and does guard the adjustment; mirror the guard here.
来源: 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存在安全漏洞,该漏洞源于nf_ct_frag6_reasm函数在IPv6分片重组后对skb->mac_header进行无条件调整,导致mac_header未设置状态被破坏,可能使skb_mac_header_was_set错误判断并导致内核数据包处理异常。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
Linux Linux 9fb9cbb1082d6b31fb45aa1a14432449a0df6cf1 ~ 6e8cd710ca35c576f5f2e5a396047c9ac61f75e5 -
Linux Linux 2.6.15 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

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

CVE-2026-72407 10.0 CRITICAL Linux kernel 安全漏洞
CVE-2026-72408 10.0 CRITICAL Linux kernel 安全漏洞
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-72421 10.0 CRITICAL Linux kernel 安全漏洞
CVE-2026-74309 10.0 CRITICAL Linux kernel 安全漏洞
CVE-2026-72493 9.9 CRITICAL Linux kernel 安全漏洞
CVE-2026-74376 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-74433 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-74434 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72191 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72299 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72398 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-74384 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72442 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-74436 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-74545 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72046 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72473 9.8 CRITICAL Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-72250

暂无评论


发表评论