Bug 2502493 (CVE-2026-64184) - CVE-2026-64184 kernel: mm/damon/sysfs-schemes: call missing mem_cgroup_iter_break()
Summary: CVE-2026-64184 kernel: mm/damon/sysfs-schemes: call missing mem_cgroup_iter_b...
Keywords:
Status: NEW
Alias: CVE-2026-64184
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-07-19 17:02 UTC by OSIDB Bzimport
Modified: 2026-07-21 04:05 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-07-19 17:02:23 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.