4 matches found
SUSE CVE-2026-46327
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 "dmsuspendedmd" call. However, this function is called without holding any locks, so the device may be suspended just...
CVE-2026-46327 dm: fix unlocked test for dm_suspended_md
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 "dmsuspendedmd" call. However, this function is called without holding any locks, so the device may be suspended just...
CVE-2026-46327
The CVE-2026-46327 entry concerns the Linux kernel. The vulnerable behavior involved dm_blk_report_zones calling dm_suspended_md without holding locks, allowing a race where the device could be suspended immediately after the suspended state test. The fix relocates the dm_suspended_md call to aft...
PT-2026-47785
In the Linux kernel, the following vulnerability has been resolved: dm: fix unlocked test for dm suspended md The function dm blk report zones tests if the device is suspended with the "dm suspended md" call. However, this function is called without holding any locks, so the device may be suspend...