CyberRota Analysis
AI-GeneratedA vulnerability in the Linux kernel affects the memory cgroup iteration process, where a missing call to `mem_cgroup_iter_break()` leads to a leak of cgroup references. This could potentially result in memory management issues or resource exhaustion. System administrators and developers working with Linux kernel configurations should prioritize addressing this issue to maintain system stability and security.
Original NVD 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.
Related CVEs
Other vulnerabilities affecting the same vendor(s)