Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-68464

Published Aug 15, 2026 EPSS 0.17% (6th pctl)

Overview

CVE-2026-68464 is a known-severity vulnerability. It was published on August 15, 2026.

Technical 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

tra

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2026-68464?

CVE-2026-68464 is a known-severity vulnerability. It was published on August 15, 2026.

How severe is CVE-2026-68464?

CVSS score information is not yet available for this vulnerability. Check back as the CVE record is updated by NVD analysts.

How do I fix or remediate CVE-2026-68464?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-68464?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-68464 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.