GHSA-r9g3-vg72-x365MediumCVSS 5.5

In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs-schemes: call...

Published
July 19, 2026
Last Modified
August 11, 2026

🔗 CVE IDs covered (1)

📋 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.

🔗 References (7)