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

目标: 1000 元 · 已筹: 1336

100%

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

CVSS 7.8 · High EPSS 0.14% · P4

影响版本矩阵 14

厂商产品版本范围状态
LinuxLinux67a900cc0436d74e7ff89042371760def087680d< 0fe6455b8e1a22414f39c07bc90a1df12b52ec74affected
67a900cc0436d74e7ff89042371760def087680d< 9a65860959db594dfc1820c7fdc09285fb7556bfaffected
67a900cc0436d74e7ff89042371760def087680d< 594c90b197141944f25991b8314de5c26ee27a7eaffected
67a900cc0436d74e7ff89042371760def087680d< c6d3bcb0f934d4297ac5fa1c8656ae40694fb601affected
67a900cc0436d74e7ff89042371760def087680d< 825de39f0c35a112148799b3cbe45af3766c018aaffected
67a900cc0436d74e7ff89042371760def087680d< bf6e8af2c8be77489bedeae9f8a9654cb710e500affected
4.2affected
< 4.2unaffected
… +6 条更多
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
flow_dissector: check device type before reading ETH_ADDRS
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: flow_dissector: check device type before reading ETH_ADDRS __skb_flow_dissect() unconditionally reads 12 bytes from eth_hdr(skb) when FLOW_DISSECTOR_KEY_ETH_ADDRS is requested. This assumes the skb has a valid Ethernet header at mac_header, which is not always the case. The problem can be triggered by: 1. Creating a TUN device in L3 mode (IFF_TUN, hard_header_len=0) 2. Attaching a multiq qdisc with a flower filter matching on eth_src 3. Sending a packet through AF_PACKET Since TUN in L3 mode has no link-layer header, mac_header points to the L3 data area. The flow dissector reads 12 bytes of uninitialized skb memory, which then propagates through fl_set_masked_key() and is used as a rhashtable lookup key in __fl_lookup(), as reported by KMSAN. Rejecting the filter in the control path (at tc filter add time) is not feasible because TC filter blocks can be shared between arbitrary devices -- a filter installed on an Ethernet device may later classify packets on a headerless device through a shared block. The device association is not fixed at filter creation time. Fix this by gating the memcpy on dev->type == ARPHRD_ETHER, which ensures only true Ethernet-framed packets have their addresses read. This is more precise than the previous hard_header_len >= 12 check, which would incorrectly pass for non-Ethernet link types like IPoIB (ARPHRD_INFINIBAND, hard_header_len=24) and FDDI (hard_header_len=21) whose L2 headers are not in Ethernet format. Additionally check skb_mac_header_was_set() to guard against the pathological case where mac_header is the unset sentinel (~0U), which would cause eth_hdr() to return a wild pointer. For the act_mirred redirect case (Ethernet packet redirected to a non-Ethernet device sharing a TC block), zeroing the key is the correct behavior: the packet is now being classified on the target device, where Ethernet address matching is not semantically meaningful. Note: on non-Ethernet devices, the zeroed key will match a filter configured with all-zero MAC addresses. This is an improvement over the previous behavior where uninitialized memory could randomly match any filter.
来源: 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 4.2版本存在安全漏洞,该漏洞源于net/core/flow_dissector.c中的__skb_flow_dissect函数在请求FLOW_DISSECTOR_KEY_ETH_ADDRS时未检查设备类型和mac_header有效性,无条件读取eth_hdr(skb)的12字节数据,导致在TUN设备L3模式下读取未初始化内存,可能造成信息泄露或过滤器匹配异常。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 67a900cc0436d74e7ff89042371760def087680d ~ 0fe6455b8e1a22414f39c07bc90a1df12b52ec74 -
LinuxLinux 4.2 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-72444 补丁与修复 (6)

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

CVE-2026-7428010.0 CRITICALLinux kernel 安全漏洞
CVE-2026-7427910.0 CRITICALLinux kernel 安全漏洞
CVE-2026-7242110.0 CRITICALLinux kernel 安全漏洞
CVE-2026-7447510.0 CRITICALLinux kernel 安全漏洞
CVE-2026-7240810.0 CRITICALLinux kernel 安全漏洞
CVE-2026-7240710.0 CRITICALLinux kernel 安全漏洞
CVE-2026-7430910.0 CRITICALLinux kernel 安全漏洞
CVE-2026-724939.9 CRITICALLinux kernel 安全漏洞
CVE-2026-722109.8 CRITICALLinux kernel 安全漏洞
CVE-2026-744739.8 CRITICALLinux kernel 安全漏洞
CVE-2026-722119.8 CRITICALLinux kernel 安全漏洞
CVE-2026-722099.8 CRITICALLinux kernel 安全漏洞
CVE-2026-724779.8 CRITICALLinux kernel 安全漏洞
CVE-2026-722999.8 CRITICALLinux kernel 安全漏洞
CVE-2026-744349.8 CRITICALLinux kernel 安全漏洞
CVE-2026-744339.8 CRITICALLinux kernel 安全漏洞
CVE-2026-724739.8 CRITICALLinux kernel 安全漏洞
CVE-2026-724729.8 CRITICALLinux kernel 安全漏洞
CVE-2026-745459.8 CRITICALLinux kernel 安全漏洞
CVE-2026-722079.8 CRITICALLinux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-72444

暂无评论


发表评论