CVE-2026-68464
Last modified
CVE-2026-68464 is a vulnerability of currently unknown severity. 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. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
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.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 676a83855614635af3bf31ad3f8fec4031f81354, < 4f96903e2fd228aa96013372402d650f6dbe5cb3; >= 676a83855614635af3bf31ad3f8fec4031f81354, < 9bf4ee05a1109d889de9151ee78bd80293923f70; >= 676a83855614635af3bf31ad3f8fec4031f81354, < 9d87eaf985cef9581b6ed99b461b38e8cd666480 |
| Linux | Linux | 6.16 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-68464?
How severe is CVE-2026-68464?
How do I fix CVE-2026-68464?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-68459In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6846A flaw was found in binutils. A heap-buffer-overflow vulnera…7.8
- CVE-2026-68460In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68461In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-68462In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-68463In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68465In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68466In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-68467In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-68468In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68469In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6847Remote Code Execution vulnerability exists in ThemisNETPanel…9.3
Are you affected by CVE-2026-68464?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
