Security Advisory

CVE-2026-80694

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-08-28 06:53:00
Last updated 2026-08-29 06:22:18
Assigner Linux
CVSS score 9.8
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: mtk_eth_soc: pass eth to mtk_handle_irq_rx in poll_controller mtk_handle_irq_rx expects a struct mtk_eth * (matching the request_irq cookie), but mtk_poll_controller incorrectly passed the net_device *. Calling ndo_poll_controller with CONFIG_NET_POLL_CONTROLLER enabled would then crash.