AUGUST 22, 2026
Live Feed
Back to database
Case File

CVE-2026-68308

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 for Wi-Fi devices can lead to potential NULL pointer dereferencing in the mt76_connac_get_he_phy_cap function. This flaw may result in system crashes or unpredictable behavior when the driver attempts to access invalid memory. Linux system administrators and developers using affected Wi-Fi hardware should prioritize patching to mitigate potential instability in their environments.

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

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: check pointer returned by mt76_connac_get_he_phy_cap() mt76_connac_get_he_phy_cap routine can theoretically return NULL so check cap pointer before dereferencing it.