Description
In the Linux kernel, the following vulnerability has been resolved:

fs/resctrl: Fix double-add of pseudo-locked region's RMID to free list

A pseudo-locked group's RMID is freed when it is created. On unmount
rmdir_all_sub() unconditionally frees all RMID of all groups, resulting
in a double-free of the pseudo-locked group's RMID. The consequence of this
is that the original free results in the pseudo-locked group's RMID being
added to the rmid_free_lru linked list and the second free then attempts
to add the same RMID entry to the rmid_free_lru again.

Do not double-free a pseudo-locked group's RMID.
Published: 2026-08-15
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel suffered a double‑free of a pseudo‑locked group’s RMID. The free list for RMIDs was incorrectly updated twice, corrupting the rmid_free_lru linked list. This kind of kernel memory corruption can allow an attacker to crash the system or, if exploited further, execute code in kernel mode.

Affected Systems

All Linux distributions that include the resctrl subsystem of the Linux kernel are affected. No specific kernel version range is listed, so any release that has not yet applied the described patch is potentially vulnerable.

Risk and Exploitability

The CVSS score of 5.5 combined with an EPSS score of less than 1 % indicates moderate severity and low likelihood of exploitation. Based on the nature of a double‑free in kernel space, the risk is high because it can lead to memory corruption; however, the exploit requires privileged interaction with the resctrl filesystem, so an attack is likely to be local or require initial escalation. The vulnerability is not listed in CISA’s KEV catalog, suggesting no known widespread exploitation at this time.

Generated by OpenCVE AI on August 18, 2026 at 01:41 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the kernel to a version that contains the fix shown in the referenced commits
  • If an immediate kernel upgrade is not possible, disable or do not mount the resctrl filesystem to prevent the double‑free from occurring
  • After applying the patch, monitor system stability and review kernel logs for signs of memory corruption to confirm the issue is resolved

Generated by OpenCVE AI on August 18, 2026 at 01:41 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4745-1 linux-6.12 security update
History

Sun, 23 Aug 2026 13:15:00 +0000


Tue, 18 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-1341
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

Moderate


Sat, 15 Aug 2026 08:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: fs/resctrl: Fix double-add of pseudo-locked region's RMID to free list A pseudo-locked group's RMID is freed when it is created. On unmount rmdir_all_sub() unconditionally frees all RMID of all groups, resulting in a double-free of the pseudo-locked group's RMID. The consequence of this is that the original free results in the pseudo-locked group's RMID being added to the rmid_free_lru linked list and the second free then attempts to add the same RMID entry to the rmid_free_lru again. Do not double-free a pseudo-locked group's RMID.
Title fs/resctrl: Fix double-add of pseudo-locked region's RMID to free list
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-08-23T12:46:25.496Z

Reserved: 2026-08-09T03:40:39.900Z

Link: CVE-2026-72015

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:21:00.307

Modified: 2026-08-23T13:16:37.230

Link: CVE-2026-72015

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-72015 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T01:45:05Z

Weaknesses
  • CWE-1341

    Multiple Releases of Same Resource or Handle

  • CWE-416

    Use After Free