CVE-2024-39476

Source
https://cve.org/CVERecord?id=CVE-2024-39476
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-39476.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-39476
Downstream
Related
Published
2024-07-05T06:55:06.559Z
Modified
2026-03-20T12:37:14.487136Z
Summary
md/raid5: fix deadlock that raid5d() wait for itself to clear MD_SB_CHANGE_PENDING
Details

In the Linux kernel, the following vulnerability has been resolved:

md/raid5: fix deadlock that raid5d() wait for itself to clear MDSBCHANGE_PENDING

Xiao reported that lvm2 test lvconvert-raid-takeover.sh can hang with small possibility, the root cause is exactly the same as commit bed9e27baf52 ("Revert "md/raid5: Wait for MDSBCHANGE_PENDING in raid5d"")

However, Dan reported another hang after that, and junxiao investigated the problem and found out that this is caused by plugged bio can't issue from raid5d().

Current implementation in raid5d() has a weird dependence:

1) mdcheckrecovery() from raid5d() must hold 'reconfigmutex' to clear MDSBCHANGEPENDING; 2) raid5d() handles IO in a deadloop, until all IO are issued; 3) IO from raid5d() must wait for MDSBCHANGE_PENDING to be cleared;

This behaviour is introduce before v2.6, and for consequence, if other context hold 'reconfigmutex', and mdcheckrecovery() can't update superblock, then raid5d() will waste one cpu 100% by the deadloop, until 'reconfig_mutex' is released.

Refer to the implementation from raid1 and raid10, fix this problem by skipping issue IO if MDSBCHANGEPENDING is still set after mdcheckrecovery(), daemon thread will be woken up when 'reconfigmutex' is released. Meanwhile, the hang problem will be fixed as well.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2024/39xxx/CVE-2024-39476.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
f3d55bd5b7b928ad82f8075d89c908702f3593ab
Fixed
b32aa95843cac6b12c2c014d40fca18aef24a347
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
1c00bb624cd084e2006520ad0edacaff0fb941c4
Fixed
634ba3c97ec413cb10681c7b196db43ee461ecf4
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
782b3e71c957991ac8ae53318bc369049d49bb53
Fixed
aa64464c8f4d2ab92f6d0b959a1e0767b829d787
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
9e86dffd0b02594d2e7c60c6db9e889c0395414b
Fixed
098d54934814dd876963abfe751c3b1cf7fbe56a
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
5e2cf333b7bd5d3e62595a44d598a254c697cd74
Fixed
3f8d5e802d4cedd445f9a89be8c3fd2d0e99024b
Fixed
cd2538e5af495b3c747e503db346470fc1ffc447
Fixed
e332a12f65d8fed8cf63bedb4e9317bb872b9ac7
Fixed
151f66bb618d1fd0eeb84acb61b4a9fa5d8bb0fa
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Last affected
7d808fe6af8409cf9f46ed2b10840e5788985e9b
Last affected
2cab058f2b147e0b7c01546ba00445e5701861f5
Last affected
91962e40ec3d26e291db230cd45b302da2aff200

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-39476.json"