CVE-2026-68464: mmc: sdhci-esdhc-imx: disable irq during suspend to fix unhandled interrupt

Published Aug 15, 2026
·
Updated

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 devicemaywakeup() returns false.

The sequence of events leading to this issue: 1. System enters suspend without disabling usdhc interrupt (because devicemaywakeup() 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.

Affected Software

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Modify the driver to disable the usdhc interrupt during suspend unconditionally, rather than only when device_may_wakeup() indicates the device may wake. This prevents the unhandled "irq xxx: nobody cared" warning during WIFI out-of-band wakeup and ensures no interrupts are processed during suspend/resume.

    Linux kernel (mmc: sdhci-esdhc-imx) usdhc interrupt during suspend = unconditionally disable during suspend (do not depend on device_may_wakeup())

Event History

Aug 15, 2026
CVE Published
via MITRE·05:51 AM
Data Sourced
via MITRE·05:51 AM
Description
Data Sourced
via NVD·06:19 AM
Description
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-68464?

CVE-2026-68464 has a risk rating of 17.

2

What does CVE-2026-68464 exploit?

CVE-2026-68464 exploits the failure to disable the usdhc interrupt during system suspend.

3

How do I fix CVE-2026-68464?

To fix CVE-2026-68464, ensure that IRQ is disabled during system suspend in the affected Linux kernel component.

4

Which component is affected by CVE-2026-68464?

CVE-2026-68464 affects the mmc: sdhci-esdhc-imx component of the Linux kernel.

5

When was CVE-2026-68464 published?

CVE-2026-68464 was published on August 15, 2026.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203