CVE-2026-23422
Received
Received - Intake
Interrupt Storm Vulnerability in Linux dpaa2-switch IRQ Handler
Publication date: 2026-04-03
Last updated on: 2026-04-24
Assigner: kernel.org
Description
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.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 7.0 |
| linux | linux_kernel | 7.0 |
| linux | linux_kernel | 7.0 |
| linux | linux_kernel | 7.0 |
| linux | linux_kernel | 7.0 |
| linux | linux_kernel | 7.0 |
| linux | linux_kernel | 7.0 |
| linux | linux_kernel | From 6.19.1 (inc) to 6.19.7 (exc) |
| linux | linux_kernel | 6.19 |
| linux | linux_kernel | From 5.15.200 (inc) to 5.15.203 (exc) |
| linux | linux_kernel | From 6.1.163 (inc) to 6.1.167 (exc) |
| linux | linux_kernel | From 6.12.70 (inc) to 6.12.77 (exc) |
| linux | linux_kernel | From 6.18.10 (inc) to 6.18.17 (exc) |
| linux | linux_kernel | From 6.6.124 (inc) to 6.6.130 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-787 | The product writes data past the end, or before the beginning, of the intended buffer. |