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

目标: 1000 元 · 已筹: 1336

100%

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

一分钟漏洞结论

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

Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于ext4_setattr函数在截断操作超出内联容量时未将内联数据转换为扩展存储,可能导致文件系统状态不一致和内核BUG_ON。

AI 预测 7.8 利用难度: 中等 EPSS 0.14% · P3

影响版本矩阵 18

厂商产品 版本范围状态
Linux Linux 67cf5b09a46f72e048501b84996f2f77bc42e947< 110d7ef602659ce4d7947c5480f7ca2779696aaf affected
67cf5b09a46f72e048501b84996f2f77bc42e947< f53a5d9f32924bc2a810d2df243b7714da58b636 affected
67cf5b09a46f72e048501b84996f2f77bc42e947< c047332be7195833a5c5126816c2502df8269fe4 affected
67cf5b09a46f72e048501b84996f2f77bc42e947< 699bac4d4c951974d55b045c983d1de777215949 affected
67cf5b09a46f72e048501b84996f2f77bc42e947< 7920dcc571cef3d8aa9ee109c136125d61d41669 affected
67cf5b09a46f72e048501b84996f2f77bc42e947< 93cb2d103e5c707de0f7ad58a39b7f0fddc27aa6 affected
67cf5b09a46f72e048501b84996f2f77bc42e947< 07c1a31af18290054da3d18221b8bf58983c5d3a affected
67cf5b09a46f72e048501b84996f2f77bc42e947< ed9356a30e59c7cc3198e7fc46cfedf3767b9b17 affected
… +10 条更多
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
ext4: convert inline data to extents when truncate exceeds inline size
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: ext4: convert inline data to extents when truncate exceeds inline size Add a check in ext4_setattr() to convert files from inline data storage to extent-based storage when truncate() grows the file size beyond the inline capacity. This prevents the filesystem from entering an inconsistent state where the inline data flag is set but the file size exceeds what can be stored inline. Without this fix, the following sequence causes a kernel BUG_ON(): 1. Mount filesystem with inode that has inline flag set and small size 2. truncate(file, 50MB) - grows size but inline flag remains set 3. sendfile() attempts to write data 4. ext4_write_inline_data() hits BUG_ON(write_size > inline_capacity) The crash occurs because ext4_write_inline_data() expects inline storage to accommodate the write, but the actual inline capacity (~60 bytes for i_block + ~96 bytes for xattrs) is far smaller than the file size and write request. The fix checks if the new size from setattr exceeds the inode's actual inline capacity (EXT4_I(inode)->i_inline_size) and converts the file to extent-based storage before proceeding with the size change. This addresses the root cause by ensuring the inline data flag and file size remain consistent during truncate operations.
来源: 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_setattr函数在截断操作超出内联容量时未将内联数据转换为扩展存储,可能导致文件系统状态不一致和内核BUG_ON。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
Linux Linux 67cf5b09a46f72e048501b84996f2f77bc42e947 ~ 110d7ef602659ce4d7947c5480f7ca2779696aaf -
Linux Linux 3.8 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

同批安全公告 · Linux · 2026-04-22 · 共 100 条

CVE-2026-31478 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-31463 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-31444 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-31436 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-31501 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-31448 9.4 CRITICAL Linux kernel 安全漏洞
CVE-2026-31450 8.8 HIGH Linux kernel 安全漏洞
CVE-2026-31432 8.8 HIGH Linux kernel 安全漏洞
CVE-2026-31433 8.8 HIGH Linux kernel 安全漏洞
CVE-2026-31435 8.8 HIGH Linux kernel 安全漏洞
CVE-2026-31476 8.2 HIGH Linux kernel 安全漏洞
CVE-2026-31464 8.1 HIGH Linux kernel 安全漏洞
CVE-2026-31513 8.1 HIGH Linux kernel 安全漏洞
CVE-2026-31488 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-31494 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-31479 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-31502 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-31453 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-31504 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-31505 7.8 HIGH Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-31452

暂无评论


发表评论