CVE-2026-68308
Received Received - Intake

Null Pointer Dereference in Linux Kernel mt76 WiFi Driver

Vulnerability report for CVE-2026-68308, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-10

Last updated on: 2026-08-17

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-10
Last Modified
2026-08-17
Generated
2026-08-30
AI Q&A
2026-08-10
EPSS Evaluated
2026-08-29
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux_kernel linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a NULL pointer dereference vulnerability in the Linux kernel's mt76 Wi-Fi driver, specifically in the mt7996 chipset. The function mt76_connac_get_he_phy_cap() may return NULL, and the code attempts to use this pointer without checking if it is valid first. This could lead to a system crash or other unexpected behavior if exploited.

Detection Guidance

This vulnerability is specific to the Linux kernel's mt76 driver for MediaTek MT7996 WiFi chips. Detection requires checking kernel logs for NULL pointer dereference errors in the mt76_connac_get_he_phy_cap function. Use commands like dmesg | grep mt76 or journalctl -k | grep mt76 to search for related errors.

Impact Analysis

If exploited, this vulnerability could cause a kernel panic or system crash, leading to denial of service. An attacker within Wi-Fi range could potentially trigger this issue to disrupt network connectivity or crash affected devices running vulnerable Linux kernel versions.

Compliance Impact

This vulnerability does not directly affect compliance with standards like GDPR or HIPAA as it is a low-level kernel issue in the WiFi driver. It may indirectly impact compliance if exploited to cause system instability or unauthorized access, but no evidence suggests direct regulatory impact.

Mitigation Strategies

Update your Linux kernel to the latest stable version that includes the fix for this CVE. If immediate patching is not possible, consider disabling the affected mt76 WiFi driver module temporarily until an update is applied.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-68308. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart