Skip to main content

Linux EUVDEUVD-2026-59086

| CVE-2026-68464
2026-08-15 416baaa9-dc9f-4396-8d5f-8c081fb06d67 GHSA-r869-x47v-qcm4

Lifecycle Timeline

2
Patch available
Aug 15, 2026 - 07:20 EUVD
CVE Published
Aug 15, 2026 - 06:19 cve.org
UNKNOWN (no severity yet)

DescriptionCVE.org

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)

  1. WIFI out-of-band wakeup triggers system resume via GPIO interrupt
  2. WIFI sends a Card interrupt before usdhc has fully resumed
  3. usdhc is still in runtime suspend state and cannot handle the

interrupt properly

  1. 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.

Analysis

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)

  1. WIFI out-of-band wakeup triggers system resume via GPIO interrupt
  2. WIFI sends a Card interrupt before usdhc has fully resumed
  3. usdhc is still in runtime suspend state and cannot handle the

interrupt properly

  1. 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.

Share

EUVD-2026-59086 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy