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, which leaves an incremented reference to the cgroup unreleased. The description indicates a memory reference leak but does not enumerate further observable consequences beyond the retention of the reference. This defect could theoretically increase memory usage over time if the leak persists in a long‑running kernel.

Affected Systems

Linux kernel builds that have not incorporated the commit adding the missing mem_cgroup_iter_break() call are impacted. Any distribution or custom kernel that contains the unpatched iteration logic in the damon_sysfs_memcg_path_to_id() path is vulnerable.

Risk and Exploitability

The CVSS score of 5.5 reflects moderate severity, and the EPSS score is less than 1 %, indicating a low probability of current exploitation. The vulnerability is not listed in the CISA KEV catalog. Exploitation would likely require code execution in the kernel or the ability to trigger the faulty iteration path, which typically demands elevated privileges; thus the attack vector is presumed local and not remotely exploitable based on the supplied data.

Generated by OpenCVE AI on August 13, 2026 at 12:33 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the kernel to a version that includes the commit restoring the missing mem_cgroup_iter_break() call.
  • If an upstream patch is unavailable, apply the vendor‑backported patch that reinstates the cleanup call and reboot into the updated kernel.
  • After updating, monitor system logs or performance counters for any evidence of lingering cgroup reference leaks to confirm the fix has taken effect.

Generated by OpenCVE AI on August 13, 2026 at 12:33 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
Ubuntu USN Ubuntu USN USN-8663-1 Linux kernel (NVIDIA) vulnerabilities
Ubuntu USN Ubuntu USN USN-8664-1 Linux kernel (NVIDIA BaseOS) vulnerabilities
History

Tue, 11 Aug 2026 20:15:00 +0000

Type Values Removed Values Added
Weaknesses NVD-CWE-noinfo
CPEs cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc3:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc4:*:*:*:*:*:*

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

Status : Analyzed

Published: 2026-07-19T16:18:00.817

Modified: 2026-08-11T20:05:15.660

Link: CVE-2026-64184

cve-icon Redhat

Severity : Low

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

Links: CVE-2026-64184 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T12:45:03Z

Weaknesses