CVE-2026-46327
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
09/06/2026
Last modified:
23/07/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
dm: fix unlocked test for dm_suspended_md<br />
<br />
The function dm_blk_report_zones tests if the device is suspended with<br />
the "dm_suspended_md" call. However, this function is called without<br />
holding any locks, so the device may be suspended just after it.<br />
<br />
Move the call to dm_suspended_md after dm_get_live_table, so that the<br />
device can&#39;t be suspended after the suspended state was tested.
Impact
Base Score 3.x
7.80
Severity 3.x
HIGH
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.12.34 (including) | 6.12.75 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.15.3 (including) | 6.18.14 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (including) | 6.19.4 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



