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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-64458— Linux DAMON 热区评分极端间隔处理漏洞

AI 预测 6.5 利用难度: 较易 EPSS 0.18% · P8

影响版本矩阵 14

厂商产品版本范围状态
LinuxLinux198f0f4c58b9f481e4e51c8c70a6ab9852bbab7f< 58321b4e6e4f0f412069ab27ccdd56292757343aaffected
198f0f4c58b9f481e4e51c8c70a6ab9852bbab7f< 74fef68d521150281e36cdaa20e9e1ee3e3aa146affected
198f0f4c58b9f481e4e51c8c70a6ab9852bbab7f< ef2ae10a4582bc92b7e944181bbd2f87f3d30f3aaffected
198f0f4c58b9f481e4e51c8c70a6ab9852bbab7f< 9c8f31eaae6140ecadec0c07320498a944556de2affected
198f0f4c58b9f481e4e51c8c70a6ab9852bbab7f< 76e415ea88d20f022ed5cfcf78c50e156a267e91affected
198f0f4c58b9f481e4e51c8c70a6ab9852bbab7f< 35d4a3cf70a855b50e53189ac2f8463e20a02046affected
5.16affected
< 5.16unaffected
… +6 条更多
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
mm/damon/ops-common: handle extreme intervals in damon_hot_score()
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: mm/damon/ops-common: handle extreme intervals in damon_hot_score() Fix three issues in damon_hot_score() that comes from wrong handling of extreme (zero or too high) monitoring intervals user setup. When the user sets sampling interval zero, damon_max_nr_accesses(), which is called from damon_hot_score(), causes a divide-by-zero. Needless to say, it is a problem. When the user sets the aggregation interval zero, the function returns zero. It is wrong, since the real maximum nr_acceses in the setup should be one. Worse yet, it can cause another divide-by-zero from its caller, damon_hot_score(), since it uses damon_max_nr_accesses() return value as a denominator. When the user sets the aggregation interval very high, damon_hot_score() could return a value out of [0, DAMOS_MAX_SCORE] range. Since the return value is used as an index to the regions_score_histogram array, which is DAMOS_MAX_SCORE+1 size, it causes out of bounds array access. The issues can be relatively easily reproduced like below. The sysfs write permission is required, though. # ./damo start --damos_action lru_prio --damos_quota_space 100M \ --damos_quota_interval 1s # cd /sys/kernel/mm/damon/admin/kdamonds/0 # echo 0 > contexts/0/monitoring_attrs/intervals/sample_us # echo 0 > contexts/0/monitoring_attrs/intervals/aggr_us # echo commit > state # dmesg [...] [ 131.329762] Oops: divide error: 0000 [#1] SMP NOPTI [...] [ 131.336089] RIP: 0010:damon_hot_score+0x27/0xd0 [...] Fix the divide-by-zero intervals problems by explicitly handling the zero intervals in damon_max_nr_accesses(). Fix the out-of-bound array access by applying [0, DAMOS_MAX_SCORE] bounds before returning from damon_hot_score(). The issue was discovered [1] by Sashiko.
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: CVE Program / CVE List V5
Vulnerability Type
N/A
来源: CVE Program / CVE List V5

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 198f0f4c58b9f481e4e51c8c70a6ab9852bbab7f ~ 58321b4e6e4f0f412069ab27ccdd56292757343a -
LinuxLinux 5.16 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-64458 补丁与修复 (5)

同批安全公告 · Linux · 2026-07-25 · 共 274 条

CVE-2026-64340USB: legousbtower 断开连接竞态条件导致释放后使用漏洞
CVE-2026-64358MTK JPEG 驱动工作队列释放缺陷
CVE-2026-64356XFS xfs_dqinode_metadir_create内存泄漏漏洞
CVE-2026-64354bpf: 修复BTF重复字段计数验证漏洞
CVE-2026-64355BPF devmap 拒绝分帧帧漏洞
CVE-2026-64352bpf: 允许睡眠态BPF程序访问LPM映射漏洞
CVE-2026-64353BPF动态内部数组查找空指针漏洞
CVE-2026-64351USB驱动kalmia RX帧长度边界检查缺失漏洞
CVE-2026-64350USB cdnsp驱动流上下文数组内存泄露漏洞
CVE-2026-64349DWC3 ulpi_setup函数中读写寄存器调用修复
CVE-2026-64348USB ISO调度提交失败时未释放内存漏洞
CVE-2026-64347USB Gadget Composite USB_DT_OTG处理程序空指针检查缺陷
CVE-2026-64346USB Gadget UDC gadget_match_driver Use-After-Free 漏洞
CVE-2026-64345USB打印机 gadget 成功打开时才获取 kref
CVE-2026-64344Linux内核 idmouse 模块断开竞态导致释放后使用漏洞
CVE-2026-64343USB ldusb 断开连接竞态条件使用后释放漏洞
CVE-2026-64341USB iowarrior 断开连接竞态条件导致释放后使用漏洞
CVE-2026-64342USB: iowarrior 断开连接时释放后使用漏洞
CVE-2026-64331usbip vudc: vep_dequeue()空指针解引用漏洞
CVE-2026-64328USB gadget f_fs DMA 资源泄露漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-64458

暂无评论


发表评论