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

目标: 1000 元 · 已筹: 1336

100%

CVE-2025-40105— Linux kernel 安全漏洞

AI 预测 5.5 利用难度: 中等 EPSS 0.19% · P9

影响版本矩阵 18

厂商产品版本范围状态
LinuxLinuxf1ee616214cb22410e939d963bbb2349c2570f02< b5abafd0aa8d7bcb935c8f91e4cfc2f2820759e4affected
f1ee616214cb22410e939d963bbb2349c2570f02< 20863bb7fbb016379f8227122edfabc5c799bc79affected
f1ee616214cb22410e939d963bbb2349c2570f02< 8004d4b8cbf1bd68a23c160d57287e177c82cc69affected
f1ee616214cb22410e939d963bbb2349c2570f02< 7e0c8aaf4e28918abded547a5147c7d52c4af7d2affected
f1ee616214cb22410e939d963bbb2349c2570f02< cebfbf40056a4d858b2a3ca59a69936d599bd209affected
f1ee616214cb22410e939d963bbb2349c2570f02< 620f3b0ede9c5cb4976cd0457d0b04ad551e5d6baffected
f1ee616214cb22410e939d963bbb2349c2570f02< eadc49999fa994d6fbd70c332bd5d5051cc42261affected
f1ee616214cb22410e939d963bbb2349c2570f02< 56094ad3eaa21e6621396cc33811d8f72847a834affected
… +10 条更多
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2025-40105 基础信息

漏洞信息

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

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

Vulnerability Title
vfs: Don't leak disconnected dentries on umount
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: vfs: Don't leak disconnected dentries on umount When user calls open_by_handle_at() on some inode that is not cached, we will create disconnected dentry for it. If such dentry is a directory, exportfs_decode_fh_raw() will then try to connect this dentry to the dentry tree through reconnect_path(). It may happen for various reasons (such as corrupted fs or race with rename) that the call to lookup_one_unlocked() in reconnect_one() will fail to find the dentry we are trying to reconnect and instead create a new dentry under the parent. Now this dentry will not be marked as disconnected although the parent still may well be disconnected (at least in case this inconsistency happened because the fs is corrupted and .. doesn't point to the real parent directory). This creates inconsistency in disconnected flags but AFAICS it was mostly harmless. At least until commit f1ee616214cb ("VFS: don't keep disconnected dentries on d_anon") which removed adding of most disconnected dentries to sb->s_anon list. Thus after this commit cleanup of disconnected dentries implicitely relies on the fact that dput() will immediately reclaim such dentries. However when some leaf dentry isn't marked as disconnected, as in the scenario described above, the reclaim doesn't happen and the dentries are "leaked". Memory reclaim can eventually reclaim them but otherwise they stay in memory and if umount comes first, we hit infamous "Busy inodes after unmount" bug. Make sure all dentries created under a disconnected parent are marked as disconnected as well.
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于未正确处理断开连接的dentry,可能导致内存泄漏。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux f1ee616214cb22410e939d963bbb2349c2570f02 ~ b5abafd0aa8d7bcb935c8f91e4cfc2f2820759e4 -
LinuxLinux 4.16 -

二、漏洞 CVE-2025-40105 的公开POC

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

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2025-40105 的情报信息

登录查看更多情报信息。

同批安全公告 · Linux · 2025-10-30 · 共 20 条

CVE-2025-40095Linux kernel 安全漏洞
CVE-2025-40104Linux kernel 安全漏洞
CVE-2025-40103Linux kernel 安全漏洞
CVE-2025-40102Linux kernel 安全漏洞
CVE-2025-40100Linux kernel 安全漏洞
CVE-2025-40101Linux kernel 安全漏洞
CVE-2025-40099Linux kernel 安全漏洞
CVE-2025-40098Linux kernel 安全漏洞
CVE-2025-40097Linux kernel 安全漏洞
CVE-2025-40096Linux kernel 安全漏洞
CVE-2025-40086Linux kernel 安全漏洞
CVE-2025-40094Linux kernel 安全漏洞
CVE-2025-40093Linux kernel 安全漏洞
CVE-2025-40092Linux kernel 安全漏洞
CVE-2025-40090Linux kernel 安全漏洞
CVE-2025-40091Linux kernel 安全漏洞
CVE-2025-40089Linux kernel 安全漏洞
CVE-2025-40088Linux kernel 安全漏洞
CVE-2025-40087Linux kernel 安全漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2025-40105

暂无评论


发表评论