PT-2026-40691 · Linux · Linux

Published

2026-05-13

·

Updated

2026-05-13

·

CVE-2026-43484

None

No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
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.

Related Identifiers

CVE-2026-43484

Affected Products

Linux