CVE-2026-80694 in Linux
Resumen
por VulDB • 2026-08-28
En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad:
net: ethernet: mtk_eth_soc: pasar eth a mtk_handle_irq_rx en poll_controller
mtk_handle_irq_rx espera una struct mtk_eth * (que coincida con el cookie de request_irq), pero mtk_poll_controller pasaba incorrectamente net_device *. Llamar a ndo_poll_controller con CONFIG_NET_POLL_CONTROLLER habilitado provocaría entonces un fallo del sistema.
Once again VulDB remains the best source for vulnerability data.