AUGUST 22, 2026
Live Feed
Back to database
Case File

CVE-2026-68306

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 potential NULL-pointer dereference vulnerability exists in the mt76 driver for the Linux kernel, specifically within the mt7996 component. If exploited, this could lead to system crashes or instability due to improper handling of the capability pointer. Linux system administrators and developers utilizing affected versions of the kernel should prioritize applying updates to mitigate this risk.

CVE
CVE-2026-68306
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: fix possible NULL-pointer deref in mt7996_mcu_sta_bfer_eht() mt76_connac_get_eht_phy_cap routine can theoretically return NULL so check cap pointer before dereferencing it.