CVE-2026-43484
MEDIUMmmc: 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
CVSS v3
5.5
EPSS
0.0011
EPSS Percentile
1.8%
Attack Vector
LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Details
Status
published
Products (24)
linux/Kernel
4.15.0 - 5.15.203linux
linux/Kernel
5.16.0 - 6.1.167linux
linux/Kernel
6.13.0 - 6.18.19linux
linux/Kernel
6.19.0 - 6.19.9linux
linux/Kernel
6.2.0 - 6.6.130linux
linux/Kernel
6.7.0 - 6.12.78linux
Linux/Linux
< 4.15
Linux/Linux
4.15
Linux/Linux
5.15.203 - 5.15.*
Linux/Linux
6.1.167 - 6.1.*
... and 14 more
Published
May 13, 2026
Tracked Since
May 13, 2026