CVE Catalog

CVE-2026-68464

Low risk· EPSS 6%
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.17%

6th percentile - higher than 6% of all known CVEs

Summary

In the Linux kernel's sdhci-esdhc-imx driver, there is an issue with unhandled interrupt during system suspend: the usdhc interrupt is not disabled during suspend when device_may_wakeup() returns false, leading to a "nobody cared" warning. The fix unconditionally disables the usdhc interrupt during suspend and re-enables it during resume.

Risk Assessment

Unhandled interrupts may lead to system instability, crashes, or wake-up issues, especially in systems with Wi-Fi wakeup functionality.

Recommendation

Apply the Linux kernel update containing the fix for CVE-2026-68464. Ensure systems with i.MX eSDHC controller have the updated kernel.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: mmc: sdhci-esdhc-imx: disable irq during suspend to fix unhandled interrupt When using WIFI out-of-band wakeup, an "irq xxx: nobody cared" warning occurs. This happens because the usdhc interrupt is not disabled during system suspend when device_may_wakeup() returns false. The sequence of events leading to this issue: 1. System enters suspend without disabling usdhc interrupt (because device_may_wakeup() returns false for usdhc device) 2. WIFI out-of-band wakeup triggers system resume via GPIO interrupt 3. WIFI sends a Card interrupt before usdhc has fully resumed 4. usdhc is still in runtime suspend state and cannot handle the interrupt properly 5. The unhandled interrupt triggers "nobody cared" warning Fix this by unconditionally disabling the usdhc interrupt during suspend and re-enabling it during resume, regardless of the wakeup capability. This ensures no interrupts are processed during the suspend/resume transition.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS