CVE-2026-72015

UnknownEPSS 0.20%

Last modified

CVE-2026-72015 is a vulnerability of currently unknown severity. 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. EPSS estimates a 0.20% chance of exploitation in the next 30 days.

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.

Metrics

EPSS Probability
0.20%

10.2th percentile

Probability of exploitation in the next 30 days. Learn more

Affected Software

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
LinuxLinux>= e0bdfe8e36f3fbbdc91e70bf927f743ca23917b0, < bab7dbba38ed3011972c3d9be2dcdca7575cbe32; >= e0bdfe8e36f3fbbdc91e70bf927f743ca23917b0, < ad12e70d7dc3c94a05efc61d1e4861078e0e162b; >= e0bdfe8e36f3fbbdc91e70bf927f743ca23917b0, < 52b769165f20b38092f28ce064b4b143471540a7; >= e0bdfe8e36f3fbbdc91e70bf927f743ca23917b0, < 9168176894332312c12ef052e784735dbf4ffe3f; >= e0bdfe8e36f3fbbdc91e70bf927f743ca23917b0, < b2fe9e140aa94b2816aab7ebc692b543e418f5e3; >= e0bdfe8e36f3fbbdc91e70bf927f743ca23917b0, < 52007bfdce5310e8c8a29849bfbfb188a1e50ca0; >= e0bdfe8e36f3fbbdc91e70bf927f743ca23917b0, < f7628eea9212e185a09df3aea603ca8580b8678d; >= e0bdfe8e36f3fbbdc91e70bf927f743ca23917b0, < b9f089723aee892efc77c349ae47a6b452b293c4
LinuxLinux4.19

References

Timeline

Published
Last Modified
Status
Received

Frequently Asked Questions

What is CVE-2026-72015?
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.
How severe is CVE-2026-72015?
Severity scoring for CVE-2026-72015 is pending analysis. The EPSS model estimates a 0.20% probability of exploitation in the next 30 days.
How do I fix CVE-2026-72015?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2026

Are you affected by CVE-2026-72015?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST