In the Linux kernel, the following vulnerability has been resolved:
cxl/region: Block region delete during region creation
Expand the range lock, rename it "regionslock", to disable region deletion in the critical period between constructregion() and attachtarget(), as well as the period between deviceadd() and registering the remove actions.
Otherwise, userspace can confuse the kernel. It can violate the assumption the region stays registered through the completion of cxladdtoregion(). It can violate the assumption that devmaddactionorreset() is working with a live 'struct cxlregion'.
It is ok for the region to disappear outside of those windows as that mirrors device hotplug flows where the proper locks are held.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74273.json"
}