CyberRota Analysis
AI-GeneratedThe vulnerability affects the Linux kernel's mt76 driver, specifically within the mt7925 module, where a potential NULL pointer dereference could occur in the mt76_connac_get_he_phy_cap routine. This flaw could lead to system instability or crashes when handling certain Wi-Fi operations. Linux system administrators and developers utilizing the affected driver should prioritize applying the fix to ensure system reliability and security.
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7925: fix possible NULL-pointer deref in mt7925_mcu_bss_he_tlv() mt76_connac_get_he_phy_cap routine can theoretically return NULL so check cap pointer before dereferencing it.