AUGUST 18, 2026
Live Feed
Back to database
Case File

CVE-2026-68439

UNKNOWN · CVSS N/A EPSS 0.16%

Source: NVD + CISA KEV + EPSS · Published 2026-08-12 · Last synced 2026-08-18

CyberRota Analysis

AI-Generated

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

CVE
CVE-2026-68439
Severity
UNKNOWN
CVSS
N/A
EPSS
0.16%
Linux

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.