Skip to main content

Linux Kernel CVE-2026-64184

| EUVDEUVD-2026-45869 MEDIUM
2026-07-19 Linux GHSA-r9g3-vg72-x365
5.5
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
5.5 MEDIUM
AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
vuln.today AI
5.5 MEDIUM

Local sysfs write access requires low privilege; no scope change, confidentiality, or integrity impact; reference exhaustion produces high availability impact.

3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
4.0 AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
SUSE
4.4 MEDIUM
AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H
Red Hat
5.5 LOW
qualitative

Primary rating from NVD.

CVSS VectorNVD

Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Lifecycle Timeline

5
Analysis Generated
Aug 11, 2026 - 23:13 vuln.today
CVSS changed
Aug 11, 2026 - 20:07 NVD
5.5 (MEDIUM)
Patch available
Jul 19, 2026 - 17:03 EUVD
CVE Published
Jul 19, 2026 - 15:41 cve.org
UNKNOWN (no severity yet)
CVE Published
Jul 19, 2026 - 15:41 nvd
MEDIUM 5.5

DescriptionNVD

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.

AnalysisAI

Reference leak in the Linux kernel DAMON sysfs-schemes subsystem allows a local low-privilege attacker to cause a denial of service through accumulated cgroup object reference exhaustion. Affected are kernel builds from Linux 6.3 (commit 29cbb9a13f05b20f0777c60db9603730b487a4e0) through stable branches prior to 6.6.142, 6.12.92, 6.18.34, 7.0.11, and 7.1, on systems where DAMON is active and cgroup-path-based memory schemes are configured via sysfs. No public exploit has been identified and EPSS is 0.16% (5th percentile), consistent with a kernel resource-management flaw requiring specific local conditions.

Technical ContextAI

The affected code lives in mm/damon/sysfs-schemes.c within the Linux kernel's DAMON (Data Access MONitor) subsystem. DAMON enables userspace-visible data access monitoring and exposes its configuration - including cgroup-based memory scheme targeting - through a sysfs interface. The function damon_sysfs_memcg_path_to_id() iterates over all memory cgroups using mem_cgroup_iter() to locate a cgroup by its path. When the target cgroup is found, the function breaks out of the loop early. The kernel's cgroup iterator contract requires mem_cgroup_iter_break() to be called on early exit to release the internal reference held by the iterator; omitting this call leaks that cgroup reference on every early exit. Repeated invocations accumulate leaked references against cgroup objects. No CWE is formally assigned by NVD, but this maps to CWE-772 (Missing Release of Resource after Effective Lifetime). The CPE cpe:2.3:a:linux:linux:* confirms the Linux kernel as the sole affected product; affected versions are bounded by EUVD-2026-45869 and upstream stable git commits.

RemediationAI

Vendor-released patches are available: upgrade to Linux 6.6.142, 6.12.92, 6.18.34, 7.0.11, or 7.1 or later. Upstream stable fix commits are available at https://git.kernel.org/stable/c/302e02f9ba49f81418ec2a749ae6f5cac1d424e9, https://git.kernel.org/stable/c/d4e7b5c4cc353f154d5ab8bb2e1ce7714d77a6e9, https://git.kernel.org/stable/c/082351f9d40007414ad6af062b3a26fa02fd4b5f, https://git.kernel.org/stable/c/30a361be33f3793b9ecbd10ab7be6d0564819b79, and https://git.kernel.org/stable/c/1bd31386ec3b9ccec10c04429948a306ec5897c0. Ubuntu users should apply updates per USN-8593-1. For systems that cannot be patched immediately, disabling DAMON sysfs cgroup-path-based memory scheme targeting eliminates the vulnerable code path; this trade-off removes DAMON's cgroup-aware access monitoring capability but carries no security downside. No network-layer or firewall-based compensating control applies given the strictly local attack surface.

Vendor StatusVendor

SUSE

Severity: Moderate
Product Status
SUSE Linux Enterprise Desktop 15 SP7 Affected
SUSE Linux Enterprise Desktop 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 16.0 Affected

Share

CVE-2026-64184 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy