2 matches found
EUVD-2026-55296
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7615: drop TXRXNOTIFY on non-mmio buses PKTTYPETXRXNOTIFY is an mmio-only event, but mt7615rxcheck and mt7615queuerxskb dispatch it to mt7615mactxfree on every bus. mt7615mactxfree cleans the DMA tx queues with...
5.3AI score
SaveExploits0References5
CVE-2026-68193
The CVE-2026-68193 entry concerns the Linux kernel’s wifi mt76 mt7925 driver. A TXRX_NOTIFY event is mmio-only, but mt7925_rx_check() and mt7925_queue_rx_skb() dispatched it to mt7925_mac_tx_free() on non-mmio buses, where tx cleanup called a NULL queue_ops->tx_cleanup() on USB. This caused a ...
5.2AI score
SaveExploits0References4
20