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

目标: 1000 元 · 已筹: 1336

100%

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

一分钟漏洞结论

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

Linux kernel是美国Linux基金会开源的一款操作系统内核。 Linux kernel存在安全漏洞,该漏洞源于adm1266_pmbus_block_xfer()函数信任设备提供的长度,但adm1266_nvmem_read_blackbox()违反约定,在dev_mem分配中以64字节步长前进,而helper可写入255字节,导致设备返回超过64字节的尾部记录时,dev_mem发生最多191字节的缓冲区溢出。

AI 预测 7.8 利用难度: 中等 EPSS 0.22% · P12

可能的 ATT&CK 技术 1 AI

T1205.001 · Port Knocking

影响版本矩阵 18

厂商产品 版本范围状态
Linux Linux 407dc802a9c0809ca6a48de4b4c63305eb84ef56< 7896d87cbb05e097efc113243d4e38f9f8cea16c affected
407dc802a9c0809ca6a48de4b4c63305eb84ef56< 9d5309500b4607b7198e19f0a3fa13eb864cd5fb affected
407dc802a9c0809ca6a48de4b4c63305eb84ef56< 6098634cfa711f11a8d65368dc51ec8f7c8241ba affected
407dc802a9c0809ca6a48de4b4c63305eb84ef56< 60c4b9fe1a3dd012014b1f561a6928a0b5db1126 affected
407dc802a9c0809ca6a48de4b4c63305eb84ef56< 83e039f0a43e0708515b0479cb7690fb93faaaa0 affected
407dc802a9c0809ca6a48de4b4c63305eb84ef56< 97a9cf2a8217ca1cdaf48cb9ab26e471632c7e7f affected
407dc802a9c0809ca6a48de4b4c63305eb84ef56< dd47b8c4a0a8ced442da3f008db28fbbd31feaf0 affected
407dc802a9c0809ca6a48de4b4c63305eb84ef56< 43cae21424ff8e33894a0f86c6b80b840c049fd7 affected
… +10 条更多
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
hwmon: (pmbus/adm1266) bounce blackbox records through a protocol-sized buffer
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: hwmon: (pmbus/adm1266) bounce blackbox records through a protocol-sized buffer adm1266_pmbus_block_xfer() copies the device-supplied block payload into the caller-provided buffer using the device-supplied length: memcpy(data_r, &msgs[1].buf[1], msgs[1].buf[0]); The helper does not know how large data_r is and trusts the device to return at most one record's worth of bytes. adm1266_nvmem_read_blackbox() violates that contract: it advances read_buff inside data->dev_mem in ADM1266_BLACKBOX_SIZE (64-byte) strides while the helper is willing to write up to ADM1266_PMBUS_BLOCK_MAX (255) bytes. A device that returns more than 64 bytes on the trailing record (read_buff offset 1984 in the 2048-byte dev_mem allocation) overflows dev_mem by up to 191 bytes before the post-call if (ret != ADM1266_BLACKBOX_SIZE) return -EIO; can reject the response. Contain the fix in the caller without changing the helper signature: read each record into a 255-byte local bounce buffer that matches the helper's maximum output, validate the returned length, and only then copy exactly ADM1266_BLACKBOX_SIZE bytes into the dev_mem slot.
来源: 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 kernel存在安全漏洞,该漏洞源于adm1266_pmbus_block_xfer()函数信任设备提供的长度,但adm1266_nvmem_read_blackbox()违反约定,在dev_mem分配中以64字节步长前进,而helper可写入255字节,导致设备返回超过64字节的尾部记录时,dev_mem发生最多191字节的缓冲区溢出。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
Linux Linux 407dc802a9c0809ca6a48de4b4c63305eb84ef56 ~ 7896d87cbb05e097efc113243d4e38f9f8cea16c -
Linux Linux 5.10 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-64085 补丁与修复 (6)

同批安全公告 · Linux · 2026-07-19 · 共 429 条

CVE-2026-63795 10.0 CRITICAL Linux kernel 安全漏洞
CVE-2026-63887 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-63994 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-64035 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-64142 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-63993 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-53399 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-53398 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-63825 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-64025 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-64033 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-63886 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-64125 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-64091 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-63808 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-63978 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-63979 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-64132 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-64136 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-63800 9.8 CRITICAL Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-64085

暂无评论


发表评论