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

dpaa2-switch: fix handling of NAPI on the remove path

All the NAPI instances for a DPSW device are attached to the first
switch port's net_device but shared by all ports. The NAPI instances get
disabled only once the last port goes down.

This causes an issue on the .remove() path where each port is
unregistered and freed one at a time, causing the NAPI instances to be
deleted even though they are not disabled.

In order to avoid this, split up the unregister_netdev() calls from the
free_netdev() so that we make sure all ports go down before we attempt
a deletion of NAPI instances. Also, make the netif_napi_del() explicit
as it is on the .probe() path.
Published: 2026-09-24
Score: n/a
EPSS: n/a
KEV: No
Impact: Denial of Service
Action: Apply patch
AI Analysis

Impact

This flaw in the Linux kernel’s dpaa2‑switch driver arises during the removal of individual switch ports. Because NAPI instances are shared and only disabled once the last port is taken down, the kernel deletes them prematurely while ports are still being unregistered. The resulting improper deallocation can trigger kernel crashes or instability, effectively causing a denial of service.

Affected Systems

The vulnerability affects all Linux kernel builds that include the dpaa2‑switch driver. The issue has been discovered and fixed in commits referenced in the advisory, and any system currently running a kernel version that contains the unpatched dpaa2‑switch code is potentially affected.

Risk and Exploitability

Explicit CVSS or EPSS metrics are not available and the flaw is not listed in the CISA KEV catalogue, suggesting current exploitation evidence is limited. However, because the defect can lead to a kernel panic, an attacker with local device removal privileges—typically an administrator or a compromised privileged user—could trigger the error. Denial of service is the primary consequence, and the risk is elevated for environments that frequently remove or replace dpaa2‑switch devices.

Generated by OpenCVE AI on September 25, 2026 at 04:11 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Install a kernel update that incorporates the dpaa2‑switch NAPI handling patch
  • Reboot the system to ensure the latest kernel is active
  • Until the update is applied, avoid restarting or removing dpaa2‑switch devices and monitor for kernel panics

Generated by OpenCVE AI on September 25, 2026 at 04:11 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 24 Sep 2026 16:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: dpaa2-switch: fix handling of NAPI on the remove path All the NAPI instances for a DPSW device are attached to the first switch port's net_device but shared by all ports. The NAPI instances get disabled only once the last port goes down. This causes an issue on the .remove() path where each port is unregistered and freed one at a time, causing the NAPI instances to be deleted even though they are not disabled. In order to avoid this, split up the unregister_netdev() calls from the free_netdev() so that we make sure all ports go down before we attempt a deletion of NAPI instances. Also, make the netif_napi_del() explicit as it is on the .probe() path.
Title dpaa2-switch: fix handling of NAPI on the remove path
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-09-25T12:44:11.140Z

Reserved: 2026-09-24T14:53:16.869Z

Link: CVE-2026-97434

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-24T17:17:21.453

Modified: 2026-09-24T17:17:21.453

Link: CVE-2026-97434

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T04:15:13Z

Weaknesses

No weakness.