HOMEVULNERABILITIESCVE-2026-43484
NONE

CVE-2026-43484

Published: May 13, 2026· Updated: May 13, 2026

EPSS:0.02%probability of exploitation in 30 daysPercentile:7.1th

Official Description

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.

NVD Source

Technical Analysis

CVE-2026-43484 requires local access, meaning attackers must already have a foothold on the target system.

Exploitation requires some privileges, which limits the exposure to scenarios where an attacker has already gained initial access.

Affected Vendors & Products

Mentioned vendors (from description):
Linux
CPE data not yet available in NVD for this CVE.

Exploit & PoC Resources

NO KNOWN EXPLOITNo public exploit confirmed at this time
External links open in a new tab. Always verify in a controlled environment before use.

All References (7)

Quick Facts

CVE IDCVE-2026-43484
SeverityNONE
CISA KEVNo
EPSS (30d)0.02%
PublishedMay 13, 2026

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-43484 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWATCH.COM. CVE data is provided under the NVD usage policy.