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.
Published: 2026-07-19
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The kernel function responsible for iterating over memory cgroups mistakenly exits the loop without invoking the required cleanup call, causing the cgroup reference to remain unreleased. The vulnerability description states the leak but does not describe any further observable consequences; it simply notes that the reference remains unreleased.

Affected Systems

Linux kernel builds that do not yet include the commit that restores the missing mem_cgroup_iter_break() call are impacted. Any distribution or custom kernel that contains the unpatched iteration logic is vulnerable.

Risk and Exploitability

The CVSS score of 5.5 indicates moderate severity, and the EPSS score is below 1 %. The vulnerability is not listed in the CISA KEV catalog. Exploitation would require code execution in the kernel or the ability to trigger the faulty iteration path, which typically necessitates elevated privileges; therefore the attack vector is likely local. No remote attack path is identified in the provided data.

Generated by OpenCVE AI on July 30, 2026 at 20:00 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the kernel to a version that includes the fetch‑and‑break fix for mem_cgroup_iter().
  • If an upstream patch is unavailable, apply the vendor‑backported patch that reinstates the missing cleanup call and reboot into the updated kernel.
  • After updating, monitor system logs for any remaining cgroup reference leaks to confirm the fix has taken effect.

Generated by OpenCVE AI on July 30, 2026 at 20:00 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8593-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8603-1 Linux kernel (Azure) vulnerabilities
Ubuntu USN Ubuntu USN USN-8618-1 Linux kernel vulnerabilities
History

Tue, 21 Jul 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-772
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Low


Sun, 19 Jul 2026 16:15:00 +0000

Type Values Removed Values Added
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.
Title mm/damon/sysfs-schemes: call missing mem_cgroup_iter_break()
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-07-19T15:41:06.615Z

Reserved: 2026-07-19T07:54:57.039Z

Link: CVE-2026-64184

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

Severity : Low

Publid Date: 2026-07-19T00:00:00Z

Links: CVE-2026-64184 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-30T20:15:05Z

Weaknesses
  • CWE-772

    Missing Release of Resource after Effective Lifetime