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

目标: 1000 元 · 已筹: 1336

100%

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

一分钟漏洞结论

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

Linux kernel是美国Linux基金会开源的操作系统Linux所使用的内核。 Linux kernel 6.18版本存在安全漏洞,该漏洞源于arm64早期内核映射中,[data, end)段的最后部分可能溢出到init_pg_end的下一个页面,导致需要额外保留一页映射。

AI 预测 5.5 利用难度: 极易 EPSS 0.16% · P6

影响版本矩阵 13

厂商产品 版本范围状态
Linux Linux fdd380a5950503a07aaaf74536a0c2f223475eb0< a4ff33053da0a34b14abb5c96dc5a48379e26fce affected
5973a62efa34c80c9a4e5eac1fca6f6209b902af< dcb89deed40ba55ff7020061712fdabf098cc2cc affected
5973a62efa34c80c9a4e5eac1fca6f6209b902af< 9fe9e3acaa14921b0cf0d6cc2de5b562499bf721 affected
5973a62efa34c80c9a4e5eac1fca6f6209b902af< 4d8e74ad4585672489da6145b3328d415f50db82 affected
88025faf2aa08c7468d68d8cb31a53b55aae6ee0 affected
6.12.54< 6.12.91 affected
6.17.4< 6.18 affected
6.18 affected
… +5 条更多
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
arm64: Reserve an extra page for early kernel mapping
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: arm64: Reserve an extra page for early kernel mapping The final part of [data, end) segment may overflow into the next page of init_pg_end[1] which is the gap page before early_init_stack[2]: [1] crash_arm64_v9.0.1> vtop ffffffed00601000 VIRTUAL PHYSICAL ffffffed00601000 83401000 PAGE DIRECTORY: ffffffecffd62000 PGD: ffffffecffd62da0 => 10000000833fb003 PMD: ffffff80033fb018 => 10000000833fe003 PTE: ffffff80033fe008 => 68000083401f03 PAGE: 83401000 PTE PHYSICAL FLAGS 68000083401f03 83401000 (VALID|SHARED|AF|NG|PXN|UXN) PAGE PHYSICAL MAPPING INDEX CNT FLAGS fffffffec00d0040 83401000 0 0 1 4000 reserved [2] ffffffed002c8000 (r) __pi__data ffffffed0054e000 (d) __pi___bss_start ffffffed005f5000 (b) __pi_init_pg_dir ffffffed005fe000 (b) __pi_init_pg_end ffffffed005ff000 (B) early_init_stack ffffffed00608000 (b) __pi__end For 4K pages, the early kernel mapping may use 2MB block entries but the kernel segments are only 64KB aligned. Segment boundaries that fall within a 2MB block therefore require a PTE table so that different attributes can be applied on either side of the boundary. KERNEL_SEGMENT_COUNT still correctly counts the five permanent kernel VMAs registered by declare_kernel_vmas(). However, since commit 5973a62efa34 ("arm64: map [_text, _stext) virtual address range non-executable+read-only"), the early mapper also maps [_text, _stext) separately from [_stext, _etext). This adds one more early-only split and can require one more page-table page than the existing EARLY_SEGMENT_EXTRA_PAGES allowance reserves. Increase the 4K-page early mapping allowance by one page to cover that additional split. [catalin.marinas@arm.com: rewrote part of the commit log] [catalin.marinas@arm.com: expanded the code comment]
来源: 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 6.18版本存在安全漏洞,该漏洞源于arm64早期内核映射中,[data, end)段的最后部分可能溢出到init_pg_end的下一个页面,导致需要额外保留一页映射。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
Linux Linux fdd380a5950503a07aaaf74536a0c2f223475eb0 ~ a4ff33053da0a34b14abb5c96dc5a48379e26fce -
Linux Linux 6.18 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-53288 补丁与修复 (4)

同批安全公告 · Linux · 2026-06-26 · 共 47 条

CVE-2026-53309 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-53281 8.8 HIGH Linux kernel 安全漏洞
CVE-2026-53322 8.8 HIGH Linux kernel 安全漏洞
CVE-2026-53300 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-53290 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-53284 7.5 HIGH Linux kernel 安全漏洞
CVE-2026-53324 Linux kernel 安全漏洞
CVE-2026-53316 Linux kernel 安全漏洞
CVE-2026-53319 Linux kernel 安全漏洞
CVE-2026-53321 Linux kernel 安全漏洞
CVE-2026-53320 Linux kernel 安全漏洞
CVE-2026-53323 Linux kernel 安全漏洞
CVE-2026-53313 Linux kernel 安全漏洞
CVE-2026-53312 Linux kernel 安全漏洞
CVE-2026-53311 Linux kernel 安全漏洞
CVE-2026-53310 Linux kernel 安全漏洞
CVE-2026-53308 Linux kernel 安全漏洞
CVE-2026-53307 Linux kernel 安全漏洞
CVE-2026-53305 Linux kernel 安全漏洞
CVE-2026-53306 Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-53288

暂无评论


发表评论