PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-97434 Linux CVE debrief

A vulnerability in the Linux kernel's dp2a-switch handling of NAPI on the remove path has been resolved. The NAPI instances for a DPSW device are attached to the first switch port's net_device but shared by all ports. 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. To fix this, the unregister_netdev() calls are split from the free_netdev() calls to ensure all ports go down before attempting to delete NAPI instances.

Vendor
Linux
Product
Unknown
CVSS
Unknown
CISA KEV
Not listed in stored evidence
Original CVE published
2026-09-24
Original CVE updated
2026-09-25
Advisory published
2026-09-24
Advisory updated
2026-09-25

Who should care

Linux kernel developers and maintainers, network administrators, and security teams responsible for Linux kernel-based systems should assess exposure and apply patches as necessary.

Why it matters

A vulnerability in the Linux kernel's dp2a-switch handling of NAPI on the remove path has been resolved. Linux kernel developers and maintainers, network administrators, and security teams should assess exposure and apply patches as necessary to prevent potential issues with NAPI instances.

  • Verify proper NAPI instance handling on dp2a-switch remove path to prevent premature deletion.
  • Ensure all ports are properly unregistered and freed to prevent NAPI instance issues.
  • Monitor system logs for dp2a-switch and NAPI instance-related issues.

Technical summary

The Linux kernel's dp2a-switch handling of NAPI on the remove path has been resolved. The NAPI instances for a DPSW device are attached to the first switch port's net_device but shared by all ports. 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. To fix this, the unregister_netdev() calls are split from the free_netdev() calls to ensure all ports go down before attempting to delete NAPI instances.

Defensive priority

Medium

Recommended defensive actions

  • Review and apply the Linux kernel patches to ensure the dp2a-switch NAPI instances are properly handled on the remove path.
  • Verify that all ports are properly unregistered and freed to prevent NAPI instances from being deleted prematurely.
  • Monitor system logs for any issues related to dp2a-switch and NAPI instances.
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
  • Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed.
  • Review compensating controls for exposed systems while remediation is scheduled and verified.
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review.

Evidence notes

The CVE record and NVD entry provide details on the vulnerability, but the scope of affected systems and versions is not explicitly stated. The Linux kernel patch references are provided, but no additional information on exploitation or impact is available.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-97434 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-97434

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-97434 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-97434

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/569df157eb874cb3b50554d73b89f31599397b42

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/6518f87771c8833e587bd9881346fa759651c2ae

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/e23d7c8c1d4ba435c457d7ffb2669175ec819b07

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.