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

目标: 1000 元 · 已筹: 1336

100%

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

一分钟漏洞结论

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

Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于ibmasm中ibmasm_send_i2o_message函数存在堆越界读取,可能导致读取相邻内核堆数据。

AI 预测 5.5 利用难度: 困难 EPSS 0.14% · P4

影响版本矩阵 18

厂商产品 版本范围状态
Linux Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< ca1c857e2bb74a9fc0606128334f85316d57067b affected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< b870f652877bfbe321bd0f4096fc37a93296f7b6 affected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< ce57fa439bd1b5d664f334a0c3e3f0e42abb0153 affected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< fd19eb1c75047a4ed4e855f56cafd704dc3914e0 affected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< fe31722b0194ff76bf8b461e8bf97a2081147787 affected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< c1c2417c60dbdca5ebb00462f21ee71c2d7f7083 affected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< 9e8f6c9d4ecddda2f28baa1678340286cff3969c affected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< 9aad71144fa3682cca3837a06c8623016790e7ec affected
… +10 条更多
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
ibmasm: fix heap over-read in ibmasm_send_i2o_message()
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: ibmasm: fix heap over-read in ibmasm_send_i2o_message() The ibmasm_send_i2o_message() function uses get_dot_command_size() to compute the byte count for memcpy_toio(), but this value is derived from user-controlled fields in the dot_command_header (command_size: u8, data_size: u16) and is never validated against the actual allocation size. A root user can write a small buffer with inflated header fields, causing memcpy_toio() to read up to ~65 KB past the end of the allocation into adjacent kernel heap, which is then forwarded to the service processor over MMIO. Silently clamping the copy size is not sufficient: if the header fields claim a larger size than the buffer, the SP receives a dot command whose own header is inconsistent with the I2O message length, which can cause the SP to desynchronize. Reject such commands outright by returning failure. Validate command_size before calling get_mfa_inbound() to avoid leaking an I2O message frame: reading INBOUND_QUEUE_PORT dequeues a hardware frame from the controller's free pool, and returning without a corresponding set_mfa_inbound() call would permanently exhaust it. Additionally, clamp command_size to I2O_COMMAND_SIZE before the memcpy_toio() so the MMIO write stays within the I2O message frame, consistent with the clamping already performed by outgoing_message_size() for the header field.
来源: 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存在安全漏洞,该漏洞源于ibmasm中ibmasm_send_i2o_message函数存在堆越界读取,可能导致读取相邻内核堆数据。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
Linux Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 ~ ca1c857e2bb74a9fc0606128334f85316d57067b -
Linux Linux 2.6.12 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-46064 补丁与修复 (7)

CVE-2026-46064 其他参考 (1)

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

CVE-2026-45898 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-46039 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-45988 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-45972 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-2026-45843 8.2 HIGH Linux kernel 安全漏洞
CVE-2025-71311 8.2 HIGH Linux kernel 安全漏洞
CVE-2026-46037 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-45935 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-46058 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-46065 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-45909 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-45959 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-45931 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-46015 7.8 HIGH Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-46064

暂无评论


发表评论