SEPTEMBER 20, 2026
Live Feed
Back to database
Case File

CVE-2026-80632

UNKNOWN · CVSS N/A EPSS 0.15%

Source: NVD + CISA KEV + EPSS · Published 2026-08-28 · Last synced 2026-09-20

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel's MT76 driver, specifically the mt7996_init_tx_queues() function, which can lead to a NULL pointer dereference when certain configurations are enabled. This flaw could result in system crashes or instability when using devices with the Airoha NPU SoC. Organizations utilizing affected Linux systems with these configurations should prioritize applying the fix to mitigate potential disruptions.

CVE
CVE-2026-80632
Severity
UNKNOWN
CVSS
N/A
EPSS
0.15%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: Fix NULL pointer dereference in mt7996_init_tx_queues() When MT76_NPU and CONFIG_NET_MEDIATEK_SOC_WED are enabled and mt76 detects properly the Airoha NPU SoC, mt7996_init_tx_queues() will dereference a NULL WED pointer. Fix the issue by always passing the WED pointer from mt7996_dma_init().