CVE-2026-53123
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
24/06/2026
Last modified:
23/07/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
md: wake raid456 reshape waiters before suspend<br />
<br />
During raid456 reshape, direct IO across the reshape position can sleep<br />
in raid5_make_request() waiting for reshape progress while still<br />
holding an active_io reference. If userspace then freezes reshape and<br />
writes md/suspend_lo or md/suspend_hi, mddev_suspend() kills active_io<br />
and waits for all in-flight IO to drain.<br />
<br />
This can deadlock: the IO needs reshape progress to continue, but the<br />
reshape thread is already frozen, so the active_io reference is never<br />
dropped and suspend never completes.<br />
<br />
raid5_prepare_suspend() already wakes wait_for_reshape for dm-raid. Do<br />
the same for normal md suspend when reshape is already interrupted, so<br />
waiting raid456 IO can abort, drop its reference, and let suspend<br />
finish.<br />
<br />
The mdadm test tests/25raid456-reshape-deadlock reproduces the hang.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (including) | 6.12.91 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (including) | 6.18.33 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (including) | 7.0.10 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



