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

目标: 1000 元 · 已筹: 1336

100%

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

一分钟漏洞结论

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

Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于ext4模块在分割未写入范围时可能导致陈旧数据问题。

AI 预测 7.8 利用难度: 困难 EPSS 0.16% · P5

影响版本矩阵 18

厂商产品 版本范围状态
Linux Linux dee1f973ca341c266229faa5a1a5bb268bed3531< 58ddae5d77b1db3a27b891c75a8fa120239ac092 affected
dee1f973ca341c266229faa5a1a5bb268bed3531< d17857b4fb9ba5745b59be0ef38fd532991fccbf affected
dee1f973ca341c266229faa5a1a5bb268bed3531< d67c8ecf3d8fda9b8ef80e6f665d84b6d6ac9d88 affected
dee1f973ca341c266229faa5a1a5bb268bed3531< 7015fcf473796e1d2d876f241bd9e0c36f3d4eef affected
dee1f973ca341c266229faa5a1a5bb268bed3531< 1bf6974822d1dba86cf11b5f05498581cf3488a2 affected
814a7833df19e1de7447f870ae890adb12561627 affected
4319fd00002630a761fa5559a086f11ed7623006 affected
e28b27be06c5e6a5236c0c0b370ca0768ab086bb affected
… +10 条更多
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
ext4: don't zero the entire extent if EXT4_EXT_DATA_PARTIAL_VALID1
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: ext4: don't zero the entire extent if EXT4_EXT_DATA_PARTIAL_VALID1 When allocating initialized blocks from a large unwritten extent, or when splitting an unwritten extent during end I/O and converting it to initialized, there is currently a potential issue of stale data if the extent needs to be split in the middle. 0 A B N [UUUUUUUUUUUU] U: unwritten extent [--DDDDDDDD--] D: valid data |<- ->| ----> this range needs to be initialized ext4_split_extent() first try to split this extent at B with EXT4_EXT_DATA_ENTIRE_VALID1 and EXT4_EXT_MAY_ZEROOUT flag set, but ext4_split_extent_at() failed to split this extent due to temporary lack of space. It zeroout B to N and mark the entire extent from 0 to N as written. 0 A B N [WWWWWWWWWWWW] W: written extent [SSDDDDDDDDZZ] Z: zeroed, S: stale data ext4_split_extent() then try to split this extent at A with EXT4_EXT_DATA_VALID2 flag set. This time, it split successfully and left a stale written extent from 0 to A. 0 A B N [WW|WWWWWWWWWW] [SS|DDDDDDDDZZ] Fix this by pass EXT4_EXT_DATA_PARTIAL_VALID1 to ext4_split_extent_at() when splitting at B, don't convert the entire extent to written and left it as unwritten after zeroing out B to N. The remaining work is just like the standard two-part split. ext4_split_extent() will pass the EXT4_EXT_DATA_VALID2 flag when it calls ext4_split_extent_at() for the second time, allowing it to properly handle the split. If the split is successful, it will keep extent from 0 to A as unwritten.
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: 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所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于ext4模块在分割未写入范围时可能导致陈旧数据问题。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
Linux Linux dee1f973ca341c266229faa5a1a5bb268bed3531 ~ 58ddae5d77b1db3a27b891c75a8fa120239ac092 -
Linux Linux 3.7 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-45858 补丁与修复 (3)

同批安全公告 · Linux · 2026-05-27 · 共 275 条

CVE-2026-46039 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-45898 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-45972 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-45988 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-46043 9.1 CRITICAL Linux kernel 安全漏洞
CVE-2026-45945 8.8 HIGH Linux kernel 安全漏洞
CVE-2026-46056 8.8 HIGH Linux kernel 安全漏洞
CVE-2025-71311 8.2 HIGH Linux kernel 安全漏洞
CVE-2026-46037 8.2 HIGH Linux kernel 安全漏洞
CVE-2026-45843 8.2 HIGH Linux kernel 安全漏洞
CVE-2026-46010 8.1 HIGH Linux kernel 安全漏洞
CVE-2026-46099 8.1 HIGH Linux kernel 安全漏洞
CVE-2026-46076 7.9 HIGH Linux kernel 安全漏洞
CVE-2026-45910 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-45931 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-45956 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-46036 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-46100 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-45894 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-45933 7.8 HIGH Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-45858

暂无评论


发表评论