CyberRota Analysis
AI-GeneratedA vulnerability in the Linux kernel's mt76 driver could lead to a NULL pointer dereference when the mt76_connac_get_he_phy_cap routine is called, potentially causing system crashes or instability. This issue primarily affects environments utilizing the mt76 driver for Wi-Fi connectivity on Linux systems. Administrators and developers managing Linux-based systems with this driver should prioritize applying the relevant patches to mitigate the risk of service disruption.
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: connac: fix possible NULL-pointer deref in mt76_connac_mcu_uni_bss_he_tlv() mt76_connac_get_he_phy_cap routine can theoretically return NULL so check cap pointer before dereferencing it.