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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-80674— NTFS 文件系统属性列表验证与校验器增强

一分钟漏洞结论

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

在 Linux 内核中,已修复以下漏洞: ntfs: 验证常驻属性列表并强化验证器 基础 inode 的 仅在非常驻路径下通过 进行合法性检查;而 使用普通的 将常驻属性列表复制到 ,且完全没有任何验证。随后对 的所有遍历——包括 、 和 ——都假定条目格式良好,并直接读取 的固定头部字段(偏移量 8 处的 、偏移量 16 处的 以及名称),其边界检查都假设验证已经发生。因此,一个经过精心构造的常驻属性列表会以未验证的状态到达这些遍历过程,从而可能引发对属性列表缓冲区的越界读取。 此外, 本身在仅具有 边界限制的情

CVSS 9.8 · Critical EPSS 0.15% · P5

影响版本矩阵 6

厂商产品 版本范围状态
Linux Linux 1e9ea7e04472d4e5e12e58c881eaacfb3e49b669< 55e97648f7753c6097cb682d24d1abcfe878e812 affected
1e9ea7e04472d4e5e12e58c881eaacfb3e49b669< 7d19e1ffee084c4f7d321a360c14ba43404f7cc8 affected
7.1 affected
< 7.1 unaffected
7.1.5≤ 7.1.* unaffected
7.2≤ * unaffected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
ntfs: validate resident attribute lists and harden the validator
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: ntfs: validate resident attribute lists and harden the validator A base inode's $ATTRIBUTE_LIST is sanity-checked by load_attribute_list() only on the non-resident path; ntfs_read_locked_inode() copies a *resident* attribute list into ni->attr_list with a plain memcpy() and no validation at all. Every subsequent walk of ni->attr_list -- ntfs_external_attr_find(), ntfs_inode_attach_all_extents() and ntfs_attrlist_need() -- then trusts the entries are well-formed and reads attr_list_entry fixed-header fields (lowest_vcn at offset 8, mft_reference at offset 16, and the name) with bounds that assume validation already happened. A crafted resident attribute list therefore reaches those walks unvalidated and can drive out-of-bounds reads of the attribute-list buffer. load_attribute_list() itself reads ale->name_offset (offset 7), ale->mft_reference (offset 16) and the name length under only an "al < al_start + size" bound, so its own validation loop can over-read the fixed header of a truncated trailing entry by a few bytes. Factor the per-entry validation into ntfs_attr_list_entry_is_valid(), which requires each entry's fixed header (offsetof(struct attr_list_entry, name)) to be in range before any field is dereferenced, that ale->length is a multiple of 8 covering the fixed header plus the name, and that the entry is in use and carries a live MFT reference. ntfs_attr_list_is_valid() walks the buffer with it and checks the entries tile it exactly. Use the list validator in load_attribute_list() (replacing the open-coded loop, closing its own over-read) and on the resident path in ntfs_read_locked_inode() (which previously skipped validation entirely); patches 2/3 reuse the per-entry helper at the other two attribute-list walks.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
来源: CVE Program / CVE List V5
Vulnerability Type
N/A
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
Linux Linux 1e9ea7e04472d4e5e12e58c881eaacfb3e49b669 ~ 55e97648f7753c6097cb682d24d1abcfe878e812 -
Linux Linux 7.1 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-80674 补丁与修复 (2)

同批安全公告 · Linux · 2026-08-28 · 共 135 条

CVE-2026-80694 9.8 CRITICAL MTK网络驱动 mtk_eth_soc 缺陷
CVE-2026-80668 9.8 CRITICAL Netfilter nf_conntrack 期望回收机制更新
CVE-2026-80634 9.8 CRITICAL Netfilter flowtable 整数下溢漏洞
CVE-2026-80673 9.8 CRITICAL NTFS 属性查找中前瞻条目越界读取漏洞
CVE-2026-80630 9.8 CRITICAL Linux 内核 net/sched 模块内存损坏漏洞
CVE-2026-80617 9.8 CRITICAL Linux 内核 airoha 驱动堆缓冲区溢出漏洞
CVE-2026-80612 9.8 CRITICAL Linux 内核 lwtunnel 封装前丢弃元数据
CVE-2026-80714 9.8 CRITICAL IPVS 同步连接标志处理缺陷
CVE-2026-80609 9.8 CRITICAL qede 驱动 cqe 越界检查修复
CVE-2026-80681 9.8 CRITICAL Linux Kernel 内核 Vxlan 远程代码执行漏洞
CVE-2026-80600 9.8 CRITICAL batman-adv 数据转发 缓冲区溢出漏洞
CVE-2026-80671 9.3 CRITICAL Linux内核 perf sched 缓冲区溢出漏洞
CVE-2026-80684 9.3 CRITICAL KVM s390 PCI AIBV 分配失败空指针解引用
CVE-2026-80693 9.3 CRITICAL iDPF 中断向量寄存器数组填充越界
CVE-2026-80670 9.1 CRITICAL Linux 内核 perf 工具 CPU 拓扑解析修复
CVE-2026-80603 9.1 CRITICAL Linux内核 netfilter IRC模块越界读取漏洞
CVE-2026-80683 8.8 HIGH Linux 蓝牙SCO套接字引用计数缺陷
CVE-2026-80692 8.8 HIGH Linux 蓝牙HCI同步连接回调竞态漏洞
CVE-2026-80633 8.8 HIGH Linux内核 iommufd 竞态条件漏洞
CVE-2026-80672 8.8 HIGH NTFS 重启区长度检查 u16 截断修复

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-80674

暂无评论


发表评论