---
id: CVE-2026-72015
title: |-
  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
summary: |-
  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() uncondition…
severity: none
published: '2026-08-15'
updated: '2026-08-23'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-72015'
references:
  - url: 'https://git.kernel.org/stable/c/52007bfdce5310e8c8a29849bfbfb188a1e50ca0'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/52b769165f20b38092f28ce064b4b143471540a7'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/9168176894332312c12ef052e784735dbf4ffe3f'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/ad12e70d7dc3c94a05efc61d1e4861078e0e162b'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/b2fe9e140aa94b2816aab7ebc692b543e418f5e3'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/b9f089723aee892efc77c349ae47a6b452b293c4'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/bab7dbba38ed3011972c3d9be2dcdca7575cbe32'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/f7628eea9212e185a09df3aea603ca8580b8678d'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
tags:
  - nvd
epss: 0.00211
epssPercentile: 0.11603
ingestedAt: '2026-08-23T13:48:07.353Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
