CVE-2026-43479
The CVE-2026-43479 entry concerns the Linux kernel’s LAN78xx USB Ethernet driver. A WARN was observed in __netif_napi_del_locked during USB device disconnect because netif_napi_del() was redundantly called in the disconnect path while NAPI was still enabled. The fix removes this redundant call si...