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

dpaa2-switch: Fix interrupt storm after receiving bad if_id in IRQ handler

Commit 31a7a0bbeb00 ("dpaa2-switch: add bounds check for if_id in IRQ
handler") introduces a range check for if_id to avoid an out-of-bounds
access. If an out-of-bounds if_id is detected, the interrupt status is
not cleared. This may result in an interrupt storm.

Clear the interrupt status after detecting an out-of-bounds if_id to avoid
the problem.

Found by an experimental AI code review agent at Google.
Published: 2026-04-03
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: Interrupt Storm causing potential DoS
Action: Patch Now
AI Analysis

Impact

The dpaa2-switch driver in the Linux kernel had an out‑of‑bounds check for interface identifiers in its interrupt handler. When a boundary violation was detected, the interrupt status was not cleared, leading to repeated spurious interrupts, known as an interrupt storm. This can exhaust CPU resources, degrade performance, or render the system unresponsive, effectively a denial‑of‑service condition. The underlying weakness is captured by CWE‑392, Unchecked Input Leading to Out‑of‑Bounds Access.

Affected Systems

Linux kernel systems that include the dpaa2‑switch driver are affected. The flaw existed in kernel releases prior to the inclusion of commit 31a7a0bbeb00, which added a bounds check and corrected the interrupt handling. Specific kernel version ranges are not listed, so any kernel build that has not integrated this commit should be considered vulnerable.

Risk and Exploitability

The exploitability is low, as indicated by an EPSS score of less than 1 %, and the vulnerability is not listed in the CISA KEV catalog. Nonetheless, an attacker who can trigger a bad interface identifier—most likely through malformed network traffic to the affected device—could initiate an interrupt storm and cause service disruption. The risk is therefore primarily a local denial‑of‑service, but remote exploitation via network traffic is plausible given the nature of the driver.

Generated by OpenCVE AI on April 7, 2026 at 09:27 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply kernel updates that include commit 31a7a0bbeb00 or later.
  • Rebuild the kernel with the updated dpaa2‑switch module if using a custom kernel.
  • If an upgrade is not immediately possible, disable the dpaa2‑switch driver or uninstall the affected device driver to prevent the interrupt storm.
  • Verify that the interrupt status is cleared for all if_id values by inspecting relevant kernel logs after the update.

Generated by OpenCVE AI on April 7, 2026 at 09:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 07 Apr 2026 08:00:00 +0000

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

Sat, 04 Apr 2026 01:15:00 +0000


Fri, 03 Apr 2026 21:30:00 +0000

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

Fri, 03 Apr 2026 14:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: dpaa2-switch: Fix interrupt storm after receiving bad if_id in IRQ handler Commit 31a7a0bbeb00 ("dpaa2-switch: add bounds check for if_id in IRQ handler") introduces a range check for if_id to avoid an out-of-bounds access. If an out-of-bounds if_id is detected, the interrupt status is not cleared. This may result in an interrupt storm. Clear the interrupt status after detecting an out-of-bounds if_id to avoid the problem. Found by an experimental AI code review agent at Google.
Title dpaa2-switch: Fix interrupt storm after receiving bad if_id in IRQ handler
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-04-03T13:24:31.281Z

Reserved: 2026-01-13T15:37:46.015Z

Link: CVE-2026-23422

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-04-03T14:16:28.320

Modified: 2026-04-03T16:10:23.730

Link: CVE-2026-23422

cve-icon Redhat

Severity :

Publid Date: 2026-04-03T00:00:00Z

Links: CVE-2026-23422 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-04-08T19:54:15Z

Weaknesses