CVE-2026-64184
The CVE-2026-64184 entry concerns the Linux kernel: damon_sysfs_memcg_path_to_id() breaks the mem_cgroup_iter() loop without calling mem_cgroup_iter_break(), leaking a cgroup reference. The fix is to call mem_cgroup_iter_break() before breaking the loop. Affected scope is within mm/damon/sysfs-sc...