CVE-2024-43820
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
17/08/2024
Last modified:
29/09/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
dm-raid: Fix WARN_ON_ONCE check for sync_thread in raid_resume<br />
<br />
rm-raid devices will occasionally trigger the following warning when<br />
being resumed after a table load because DM_RECOVERY_RUNNING is set:<br />
<br />
WARNING: CPU: 7 PID: 5660 at drivers/md/dm-raid.c:4105 raid_resume+0xee/0x100 [dm_raid]<br />
<br />
The failing check is:<br />
WARN_ON_ONCE(test_bit(MD_RECOVERY_RUNNING, &mddev->recovery));<br />
<br />
This check is designed to make sure that the sync thread isn&#39;t<br />
registered, but md_check_recovery can set MD_RECOVERY_RUNNING without<br />
the sync_thread ever getting registered. Instead of checking if<br />
MD_RECOVERY_RUNNING is set, check if sync_thread is non-NULL.
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.12 (including) | 6.8 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.8.3 (including) | 6.10.3 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



