AUGUST 22, 2026
Live Feed
Back to database
Case File

CVE-2026-68309

UNKNOWN · CVSS N/A EPSS 0.17%

Source: NVD + CISA KEV + EPSS · Published 2026-08-10 · Last synced 2026-08-22

CyberRota Analysis

AI-Generated

A 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.

CVE
CVE-2026-68309
Severity
UNKNOWN
CVSS
N/A
EPSS
0.17%
Linux

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.