HomeDefectsLIN1025-17214
Acknowledged

LIN1025-17214 : Security Advisory - linux - CVE-2026-64184

Created: Aug 1, 2026    Updated: Aug 11, 2026
Found In Version: 10.25.33.2
Severity: Standard
Applicable for: Wind River Linux LTS 25
Component/s: Kernel

Description

In the Linux kernel, the following vulnerability has been resolved:  mm/damon/sysfs-schemes: call missing mem_cgroup_iter_break()  damon_sysfs_memcg_path_to_id() breaks mem_cgroup_iter() loop without calling mem_cgroup_iter_break().  This leaks the cgroup reference.  Fix the issue by calling mem_cgroup_iter_break() before the break.  The issue was discovered [1] by Sashiko.