CVE-2026-68306
Received Received - Intake

NULL-pointer Dereference in MediaTek MT76 WiFi Driver

Vulnerability report for CVE-2026-68306, 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: 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.

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 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 affecting the mt7996 chipset. The issue occurs in the mt7996_mcu_sta_bfer_eht function where a pointer returned by mt76_connac_get_eht_phy_cap may be NULL. The code fails to check this pointer before attempting to dereference it, which could lead to a system crash or other unexpected behavior.

Detection Guidance

This vulnerability is specific to the Linux kernel's mt76 driver for MediaTek MT7996 WiFi chips. Detection requires checking the kernel version and driver in use. Use commands like 'uname -a' to check kernel version and 'lsmod | grep mt76' to verify the mt76 driver is loaded. If the driver is present and the kernel is affected, the vulnerability may exist.

Impact Analysis

If exploited, this vulnerability could cause a kernel panic or system instability, leading to denial of service. An attacker within Wi-Fi range could potentially trigger this issue by sending specially crafted network traffic, disrupting network connectivity or causing the affected device to crash.

Compliance Impact

This vulnerability is a NULL-pointer dereference in the Linux kernel's wifi driver (mt76: mt7996). It does not directly affect compliance with standards like GDPR or HIPAA, as those focus on data protection and privacy rather than kernel-level software bugs. However, if exploited, it could lead to system instability or crashes, potentially disrupting services that handle sensitive data.

Mitigation Strategies

Update the Linux kernel to a version that includes the fix for CVE-2026-68306. This resolves the NULL-pointer dereference in the mt76 driver. Check your distribution's security updates or kernel patches to apply the fix immediately.

Chat Assistant

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

EPSS Chart