{"id":"CVE-2026-97434","title":"In the Linux kernel, the following vulnerability has been resolved:\n\ndpaa2-switch: fix handling of NAPI on the remove path\n\nAll the NAPI instances for a DPSW device are attached to the first\nswitch port's net_device but shared by all por…","summary":"In the Linux kernel, the following vulnerability has been resolved:\n\ndpaa2-switch: fix handling of NAPI on the remove path\n\nAll the NAPI instances for a DPSW device are attached to the first\nswitch port's net_device but shared by all por…","severity":"none","vendor":"Linux","product":"Linux","affected":["Linux >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 569df157eb874cb3b50554d73b89f31599397b42","Linux >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 6518f87771c8833e587bd9881346fa759651c2ae","Linux >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < e23d7c8c1d4ba435c457d7ffb2669175ec819b07","Linux < 6.12.111","Linux < 6.18.53","Linux (all versions)"],"published":"2026-09-24","updated":"2026-09-24","sourceUpdated":"2026-09-24T17:17:21.453","source":"NVD","sourceUrl":"https://nvd.nist.gov/vuln/detail/CVE-2026-97434","references":[{"url":"https://git.kernel.org/stable/c/569df157eb874cb3b50554d73b89f31599397b42","label":"416baaa9-dc9f-4396-8d5f-8c081fb06d67"},{"url":"https://git.kernel.org/stable/c/6518f87771c8833e587bd9881346fa759651c2ae","label":"416baaa9-dc9f-4396-8d5f-8c081fb06d67"},{"url":"https://git.kernel.org/stable/c/e23d7c8c1d4ba435c457d7ffb2669175ec819b07","label":"416baaa9-dc9f-4396-8d5f-8c081fb06d67"}],"tags":["nvd","cve.org"],"ingestedAt":"2026-09-24T16:47:15.880Z","slug":"CVE-2026-97434","body":"## Overview\n\nIn the Linux kernel, the following vulnerability has been resolved:\n\ndpaa2-switch: fix handling of NAPI on the remove path\n\nAll the NAPI instances for a DPSW device are attached to the first\nswitch port's net_device but shared by all ports. The NAPI instances get\ndisabled only once the last port goes down.\n\nThis causes an issue on the .remove() path where each port is\nunregistered and freed one at a time, causing the NAPI instances to be\ndeleted even though they are not disabled.\n\nIn order to avoid this, split up the unregister_netdev() calls from the\nfree_netdev() so that we make sure all ports go down before we attempt\na deletion of NAPI instances. Also, make the netif_napi_del() explicit\nas it is on the .probe() path.\n\n## Remediation\n\nRefer to the linked advisories for vendor-supplied fixes and affected version ranges.","depth":"sunlit","depthScore":3,"depthScoreParts":{"impact":2.8,"likelihood":0,"exploitation":0,"ransomware":0},"changes":[]}