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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-89682— Linux Kernel nfsd fcache_disposal 释放后使用漏洞

一分钟漏洞结论

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

在 Linux 内核中,以下漏洞已得到修复: nfsd:通过将 dispose 状态内联到 中修复 的释放后使用(Use-After-Free, UAF)问题 将 操作延迟到 nfsd 服务线程中执行,通过每个网络命名空间(per-net)的 队列来实现,从而避免缩小器(shrinker)和垃圾回收(GC)工作线程承担关闭文件的开销(参见 commit ffb402596147)。然而,该队列位于一个单独分配的 结构体中,该结构体会在网络命名空间拆除(teardown)期间由 释放。此时,全局 shrinker、l

AI 预测 5.7 利用难度: 困难

可能的 ATT&CK 技术 1 AI

T1562

影响版本矩阵 12

厂商产品 版本范围状态
Linux Linux 1463b38e7cf34d4cc60f41daff459ad807b2e408< ba0ee9e04b7a0356c28d5a2fe445db675d24e572 affected
1463b38e7cf34d4cc60f41daff459ad807b2e408< cadc9036d5a8209f89e7026ddba7cfb1c716b03c affected
1463b38e7cf34d4cc60f41daff459ad807b2e408< bbf13732f74351d21c5e0e8dd9bd8e1c48dc35d4 affected
e8f923e1e9fcc0832a12c8a2461792e5a9544c03 affected
3bc94fb44f10ef852723e1aeaac6794c5ab16aec affected
5.10.220< 5.11 affected
5.15.154< 5.16 affected
5.17 affected
… +4 条更多
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
nfsd: fix fcache_disposal UAF by inlining dispose state into nfsd_net
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: nfsd: fix fcache_disposal UAF by inlining dispose state into nfsd_net nfsd_file_dispose_list_delayed() defers fput() to nfsd service threads via a per-net freeme queue, preventing the shrinker and GC worker from bearing the cost of closing files (see ffb402596147). However, the queue lives in a separately-allocated struct nfsd_fcache_disposal that is freed by nfsd_free_fcache_disposal_net() during per-net teardown. The global shrinker, laundrette, and fsnotify callbacks can still be inside nfsd_file_dispose_list_delayed() dereferencing that pointer, causing a use-after-free. Inline the spinlock and freeme list directly into struct nfsd_net (as fcache_dispose_lock and fcache_dispose_list), eliminating the separately allocated struct nfsd_fcache_disposal entirely. These fields now have the same lifetime as the net namespace itself, so there is no dangling pointer to chase. nfsd_file_cache_start_net() now just initializes the inline fields and cannot fail due to allocation. nfsd_file_cache_shutdown_net() drains the inline list directly instead of freeing a separate struct. The alloc/free helpers are removed.
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: CVE Program / CVE List V5
Vulnerability Type
N/A
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
Linux Linux 1463b38e7cf34d4cc60f41daff459ad807b2e408 ~ ba0ee9e04b7a0356c28d5a2fe445db675d24e572 -
Linux Linux 5.17 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-89682 其他参考 (3)

同批安全公告 · Linux · 2026-09-11 · 共 431 条

CVE-2026-89491 OCFS2集群心跳锁持有期间睡眠漏洞
CVE-2026-89477 Linux内核 SCTP 重配置空指针引用漏洞
CVE-2026-89478 sctp:移除的传输中丢弃数据块
CVE-2026-89479 内核SCTP模块关联删除后仍处理报文
CVE-2026-89480 NVMe-TCP 读取字节数异常拒绝漏洞
CVE-2026-89482 NVMe-TCP 数据长度误判漏洞
CVE-2026-89481 NVMe/TCP 主机内存泄露漏洞
CVE-2026-89483 Linux内核 NVMe驱动 逻辑错误
CVE-2026-89484 Linux内核lockd 空指针解引用漏洞
CVE-2026-89485 Linux lockd 锁释放时文件指针固定漏洞
CVE-2026-89486 IPMI 驱动 _ipmi_destroy_user 释放后使用漏洞
CVE-2026-89487 Open vSwitch 数据包丢弃逻辑缺陷
CVE-2026-89488 Open vSwitch CT limit 释放后使用漏洞
CVE-2026-89489 OpenRISC 内核 or1k_atomic 任意内存访问漏洞
CVE-2026-89500 ring-buffer 缓冲区读取页修复
CVE-2026-89497 Orangefs 调试掩码解析空格处理缺陷
CVE-2026-89498 Orangefs 双重释放漏洞
CVE-2026-89499 ring-buffer 页面交换失败时停止远程读取
CVE-2026-89496 ocfs2文件系统COW完成处理缺陷
CVE-2026-89501 ring-buffer 子缓冲区调整时未持锁漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-89682

暂无评论


发表评论