CVE-2026-97434
Last modified
CVE-2026-97434 is a vulnerability of currently unknown severity. 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.
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.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 0b1b71370458860579831e77485883fcf2e8fbbe, < 569df157eb874cb3b50554d73b89f31599397b42; >= 0b1b71370458860579831e77485883fcf2e8fbbe, < 6518f87771c8833e587bd9881346fa759651c2ae; >= 0b1b71370458860579831e77485883fcf2e8fbbe, < e23d7c8c1d4ba435c457d7ffb2669175ec819b07 |
| Linux | Linux | 5.13 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-97434?
How severe is CVE-2026-97434?
How do I fix CVE-2026-97434?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-97429In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-9743In MongoDB Server 8.0, an aggregation stage can leave its _s…7.1
- CVE-2026-97430In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97431In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97432In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97433In the Linux kernel, the following vulnerability has been re…8.2
- CVE-2026-97435In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97436In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97437In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-97438In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-97439In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9744IBM Netezza Software 11.3.0.3 through Interim Fix 002 does n…5.9
Are you affected by CVE-2026-97434?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
