In the Linux kernel, the following vulnerability has been resolved:
dm: fix unlocked test for dmsuspendedmd
The function dmblkreportzones tests if the device is suspended with the "dmsuspended_md" call. However, this function is called without holding any locks, so the device may be suspended just after it.
Move the call to dmsuspendedmd after dmgetlive_table, so that the device can't be suspended after the suspended state was tested.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/46xxx/CVE-2026-46327.json",
"cna_assigner": "Linux"
}