Description
In the Linux kernel, the following vulnerability has been resolved:

ata: sata_dwc_460ex: enable SATA interrupts only after IRQ handler is registered

sata_dwc_enable_interrupts() is called before platform_get_irq() and
ata_host_activate(), leaving the SATA controller's interrupt mask
enabled without a registered handler. If a later step fails (irq
request, phy init, etc.) or if the controller asserts an interrupt
during probe, the irq line may fire with no handler, causing a
spurious interrupt storm.

Move sata_dwc_enable_interrupts() after ata_host_activate() so that
interrupts are only unmasked once the handler is registered and the
core is fully initialized.
Published: 2026-08-10
Score: 4.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw resides in the Linux kernel’s sata_dwc_460ex driver. During the probe of the SATA controller the driver enables interrupts before the corresponding IRQ handler has been registered. If the controller generates an interrupt at that stage, the kernel receives an interrupt with no handler, producing a spurious interrupt storm that consumes CPU cycles and degrades system responsiveness.

Affected Systems

All Linux kernel releases that include the sata_dwc_460ex driver before the commit that moves sata_dwc_enable_interrupts() after ata_host_activate() are affected. Distributions shipping those kernels are at risk, especially systems that use the dwc SATA controller family.

Risk and Exploitability

The EPSS score is <1%, indicating a very low exploitation probability, and the CVSS score of 4.1 classifies the issue as Low severity. The vulnerability is local to the kernel and would require an adversary to influence the driver load during boot or otherwise trigger the probe sequence. Based on the description, it is inferred that an attacker with local access could attempt to provoke the interrupt storm by manipulating the driver initialization order. The risk is further limited by the lack of a CISA KEV listing.

Generated by OpenCVE AI on August 13, 2026 at 06:31 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the kernel update that moves sata_dwc_enable_interrupts() after ata_host_activate() to ensure proper initialization before handling interrupts, addressing the CWE‑431 flaw of improper initialization.
  • If an updated kernel is unavailable, manually apply the commit that reorders the function calls, rebuild the kernel, and reboot, thereby correcting the order and mitigating the interrupt storm.
  • As an interim measure, disable or blacklist the problematic SATA controller driver module until a fixed kernel or patch is available, preventing the unmasked interrupt scenario and further reducing risk.

Generated by OpenCVE AI on August 13, 2026 at 06:31 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4745-1 linux-6.12 security update
History

Wed, 19 Aug 2026 16:45:00 +0000


Thu, 13 Aug 2026 03:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-400
CWE-665

Wed, 12 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-431
References
Metrics threat_severity

None

cvssV3_1

{'score': 4.1, 'vector': 'CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Mon, 10 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-400
CWE-665

Mon, 10 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: ata: sata_dwc_460ex: enable SATA interrupts only after IRQ handler is registered sata_dwc_enable_interrupts() is called before platform_get_irq() and ata_host_activate(), leaving the SATA controller's interrupt mask enabled without a registered handler. If a later step fails (irq request, phy init, etc.) or if the controller asserts an interrupt during probe, the irq line may fire with no handler, causing a spurious interrupt storm. Move sata_dwc_enable_interrupts() after ata_host_activate() so that interrupts are only unmasked once the handler is registered and the core is fully initialized.
Title ata: sata_dwc_460ex: enable SATA interrupts only after IRQ handler is registered
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-19T16:34:45.284Z

Reserved: 2026-07-30T09:28:09.389Z

Link: CVE-2026-68395

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-10T13:20:32.893

Modified: 2026-08-19T17:20:47.560

Link: CVE-2026-68395

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-10T12:04:14Z

Links: CVE-2026-68395 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T06:45:04Z

Weaknesses