2 matches found
EUVD-2026-86150
In the Linux kernel, the following vulnerability has been resolved: staging: octeon: add missing napidisable in cvmoctrxshutdown cvmoctrxshutdown calls freeirq and netifnapidel without disabling the napi instance first. As the freeirq only waits for completion of hard interrupt handlers, the napi...
5.8AI score
SaveExploits0References7
CVE-2026-93278
The Linux kernel contains a vulnerability in the octeon staging driver. The function cvm_oct_rx_shutdown incorrectly calls free_irq and netif_napi_del without first calling napi_disable. Because free_irq only ensures completion of hard interrupt handlers, the napi poll function may remain active....
5.8AI score
SaveExploits0References7
20