CVE-2026-43484
ANALYSIS PENDINGmmc: core: Avoid bitfield RMW for claim/retune flags
Title source: cnaDescription
In the Linux kernel, the following vulnerability has been resolved: mmc: core: Avoid bitfield RMW for claim/retune flags Move claimed and retune control flags out of the bitfield word to avoid unrelated RMW side effects in asynchronous contexts. The host->claimed bit shared a word with retune flags. Writes to claimed in __mmc_claim_host() or retune_now in mmc_mq_queue_rq() can overwrite other bits when concurrent updates happen in other contexts, triggering spurious WARN_ON(!host->claimed). Convert claimed, can_retune, retune_now and retune_paused to bool to remove shared-word coupling.
References (7)
Core 7
Core References
Scores
EPSS
0.0003
EPSS Percentile
9.6%
Details
Status
published
Products (16)
Linux/Linux
< 4.15
Linux/Linux
4.15
Linux/Linux
5.15.203 - 5.15.*
Linux/Linux
6.1.167 - 6.1.*
Linux/Linux
6.12.78 - 6.12.*
Linux/Linux
6.18.19 - 6.18.*
Linux/Linux
6.19.9 - 6.19.*
Linux/Linux
6.6.130 - 6.6.*
Linux/Linux
6c0cedd1ef9527ef13e66875746570e76a3188a7 - 0e06cc511c61cff1591e5435a207759adcc76b6d
Linux/Linux
6c0cedd1ef9527ef13e66875746570e76a3188a7 - 270277c2ab631044867adb1bd2f2433d3892de6e
... and 6 more
Published
May 13, 2026
Tracked Since
May 13, 2026