Katalog CVE

CVE-2026-68464

Niskie ryzyko· EPSS 6%
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.17%

Percentyl 6 - wyżej niż 6% wszystkich znanych CVE

Streszczenie

W jądrze Linux w sterowniku sdhci-esdhc-imx występuje problem z nieobsłużonym przerwaniem podczas zawieszenia systemu: przerwanie usdhc nie jest wyłączane podczas zawieszenia, gdy device_may_wakeup() zwraca false, co prowadzi do ostrzeżenia "nobody cared". Poprawka wyłącza przerwanie usdhc bezwarunkowo podczas zawieszenia i włącza je podczas wznowienia.

Ocena ryzyka

Nieobsłużone przerwania mogą prowadzić do niestabilności systemu, awarii lub problemów z wybudzeniem, szczególnie w systemach z funkcją wakeup Wi-Fi.

Rekomendacja

Zastosuj aktualizację jądra Linux zawierającą poprawkę dla CVE-2026-68464. Upewnij się, że systemy z kontrolerem eSDHC i.MX mają zaktualizowane jądro.

Inne podatności w Linux kernel

Zobacz wszystkie
Oryginalny opis (angielski, źródło NVD)

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.

Dane podatności pochodzą z NVD (NIST) · CISA KEV · EPSS