PatchSiren cyber security CVE debrief
CVE-2026-72080 Linux CVE debrief
A use-after-free vulnerability exists in the Linux kernel's fs/resctrl during unmount or failure teardown. The RDT_DELETED flag is not set for the default resource group, allowing a concurrent reader to access already-freed monitoring event file private data. This can occur when a user opens a file for reading and a concurrent operation frees the file private data and destroys the kernfs node without waiting for the reader. The scenario involves a race condition between CPU0 and CPU1, where CPU0 accesses the monitoring data and CPU1 frees the data and destroys the kernfs node. To address this, set RDT_DELETED for the default group unconditionally and prevent a new resctrl mount if there are any waiters on the default group of the previous mount.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- Unknown
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-15
- Original CVE updated
- 2026-08-15
- Advisory published
- 2026-08-15
- Advisory updated
- 2026-08-15
Who should care
Linux kernel developers and administrators responsible for maintaining and securing Linux-based systems should be aware of this vulnerability and take necessary actions to mitigate it. They should review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance. Additionally, they should plan vendor-supported updates or mitigations through normal change control where exposure is confirmed and review compensating controls for exposed systems while remediation is scheduled and verified. Affected product deployments in managed environments should be identified and assigned an owner for follow-up. Relevant monitoring, detection, and logs for exposed assets should be checked for extra review. Exceptions should be tracked, and remediated assets should be retested and closed only after evidence is documented. Asset inventory and security teams should also be informed to ensure proper vulnerability management and incident response planning are in place to address potential impacts on the organization. This includes confirming whether affected product deployments exist in managed environments and assigning an owner for follow-up. The vulnerability management process should be updated to include checks for this specific CVE and ensure that security teams are aware of the potential risks and mitigation strategies. Compensating controls should be reviewed and implemented where necessary to minimize the impact of the vulnerability until a patch or mitigation is applied. Monitoring and detection capabilities should be enhanced to identify potential exploitation attempts or anomalous behavior related to the vulnerability. By taking these steps, Linux kernel developers and administrators can effectively manage the risks associated with this vulnerability and protect their systems from potential attacks. Furthermore, they should consider implementing additional security measures such as tracking exceptions, retesting remediated assets, and closing the item only after evidence is documented to ensure that the vulnerability is properly addressed and that the risk is mitigated. This proactive approach will help prevent potential security
Technical summary
The Linux kernel's fs/resctrl is vulnerable to a use-after-free attack during unmount or failure teardown. The default resource group's monitoring data is accessible via a kernfs file, and a concurrent reader may access already-freed monitoring event file private data. The vulnerability arises from the failure to set the RDT_DELETED flag for the default resource group. A concurrent reader may, after dropping kernfs active protection, block on rdtgroup_mutex while unmount proceeds to free the file private data and destroy the kernfs node without waiting for the reader. When the mutex is released, the reader wakes up, observes that RDT_DELETED is not set for the default group, and dereferences the already-freed file private data.
Defensive priority
High
Recommended defensive actions
- Apply the kernel patch to set RDT_DELETED for the default group unconditionally.
- Do not allow a new resctrl mount if there are any waiters on the default group of the previous mount.
- Monitor for concurrent readers of event files associated with the default resource group.
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance.
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed.
- Review compensating controls for exposed systems while remediation is scheduled and verified.
Evidence notes
The vulnerability is caused by the failure to set the RDT_DELETED flag for the default resource group. A concurrent reader may access already-freed monitoring event file private data, leading to a use-after-free vulnerability.
Official resources
-
CVE-2026-72080 CVE record
CVE.org
-
CVE-2026-72080 NVD detail
NVD
-
Source item URL
nvd_modified
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-08-15T06:21:18.027Z and has not been modified since then.