Linux Distros 未修补的漏洞:CVE-2026-64431

critical Nessus 插件 ID 329973

简介

Linux/Unix 主机上安装的一个或多个程序包存在漏洞,但供应商表示不会修补此漏洞。

描述

Linux/Unix 主机中安装的一个或多个程序包受到一个漏洞影响,而供应商没有提供补丁程序。

- ntfs:避免为无效的 post_write_mst_fixup() 调用 index_block ntfs_icx_ib_sync_write() 在 ntfs_ib_write() 返回错误时调用 post_write_mst_fixup(),并打算在写入失败后还原缓冲区。但是,如果 ntfs_ib_write() 验证失败,pre_write_mst_fixup() 会立即返回错误。调用程序 ntfs_icx_ib_sync_write() 将所有错误解释为需要回滚的写入失败。
它不区分 I/O 错误与验证失败,但还是调用 post_write_mst_fixup()。由于 post_write_mst_fixup() 假设index_block内容正确,因此不会执行边界检查,从而导致越界内存访问。攻击者可通过以下命令构建恶意 NTFS 图像:- 大的 index_block.usa_ofs 偏移,指向ntfs_record外部 - index_block.usa_count = 0,导致整数下溢 - 或 index_block.usa_count 大于ntfs_record中的实际扇区数,从而造成越界访问 描述内存损坏的 KASAN 报告:
==================================================================缺陷:KASAN:在 post_write_mst_fixup+0x19c/0x1d0 中的 slab-out-of-bound 通过任务 p/9428 在地址 ffff8881586c9018 读取了大小为 2 调用跟踪: <TASK> dump_stack_lvl+0x100/0x190 print_report+0x139/0x4ad ? post_write_mst_fixup+0x19c/0x1d0 ?
__virt_addr_valid+0x262/0x500 ?post_write_mst_fixup+0x19c/0x1d0 kasan_report+0xe4/0x1d0 ?post_write_mst_fixup+0x19c/0x1d0 post_write_mst_fixup+0x19c/0x1d0 ntfs_icx_ib_sync_write+0x179/0x220 ntfs_inode_sync_filename+0x83d/0x1080 __ntfs_write_inode+0x1049/0x1480 ntfs_file_fsync+0x131/0x9b0 ================================================================== 缺陷:KASAN:post_write_mst_fixup+0x1aa/0x1d0 中的 slab-out-bound 任务 p/9428 在地址 ffff8881586c91fe 处写入大小为 2 调用跟踪:
<TASK> dump_stack_lvl+0x100/0x190 print_report+0x139/0x4ad ?post_write_mst_fixup+0x1aa/0x1d0 ?
__virt_addr_valid+0x262/0x500 ?post_write_mst_fixup+0x1aa/0x1d0 kasan_report+0xe4/0x1d0 ?post_write_mst_fixup+0x1aa/0x1d0 post_write_mst_fixup+0x1aa/0x1d0 ntfs_icx_ib_sync_write+0x179/0x220 ntfs_inode_sync_filename+0x83d/0x1080 __ntfs_write_inode+0x1049/0x1480 ntfs_file_fsync+0x131/0x9b0 ================================================================== 让我们将 post_write_mst_fixup() 调用移动到 ntfs_ib_write()。ntfs_ib_write() 函数在开头调用 pre_write_mst_fixup()。如果index_block内容无效,则 pre_write_mst_fixup() 失败且 ntfs_ib_write() 提早返回,而不会在错误index_block时调用 post_write_mst_fixup()。(CVE-2026-64431)

请注意,Nessus 依赖供应商报告的程序包是否存在进行判断。

解决方案

目前尚未有任何已知的解决方案。

另见

https://security-tracker.debian.org/tracker/CVE-2026-64431

插件详情

严重性: Critical

ID: 329973

文件名: unpatched_CVE_2026_64431.nasl

版本: 1.1

类型: Local

代理: unix

系列: Misc.

发布时间: 2026/7/25

最近更新时间: 2026/7/25

支持的传感器: Frictionless Assessment Agent, Nessus Agent, Agentless Assessment, Tenable Cloud Security, Tenable Self-Hosted Container Security, Nessus

风险信息

VPR

风险因素: Medium

分数: 4.9

百分位: 58.14

CVSS v2

风险因素: High

基本分数: 7.5

时间分数: 6.4

矢量: CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P

CVSS 分数来源: CVE-2026-64431

CVSS v3

风险因素: Critical

基本分数: 9.8

时间分数: 9

矢量: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

时间矢量: CVSS:3.0/E:U/RL:U/RC:C

漏洞信息

CPE: cpe:/o:debian:debian_linux:14.0, p-cpe:/a:debian:debian_linux:linux

必需的 KB 项: Host/local_checks_enabled, Host/cpu, global_settings/vendor_unpatched, Host/OS/identifier

易利用性: No known exploits are available

漏洞发布日期: 2026/7/25

参考资料信息

CVE: CVE-2026-64431