CVE-2026-68310
Received Received - Intake

Buffer Overflow in Linux Kernel WiFi Driver

Vulnerability report for CVE-2026-68310, 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-19

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7915: guard HE capability lookups mt7915_mcu_bss_he_tlv() and mt7915_mcu_sta_bfer_tlv() both run after checking HE support, then dereference the HE PHY capability returned by mt76_connac_get_he_phy_cap(). That helper can return NULL when no capability entry matches the vif type. Fetch the capability before appending the TLV and skip the HE-specific setup when no matching capability is available.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-10
Last Modified
2026-08-19
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
mt76 mt7915 *

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 vulnerability in the Linux kernel affecting the mt76 Wi-Fi driver, specifically the mt7915 chipset. The issue occurs in two functions, mt7915_mcu_bss_he_tlv() and mt7915_mcu_sta_bfer_tlv(), which check for HE (High Efficiency) Wi-Fi support before accessing HE PHY capabilities. The helper function mt76_connac_get_he_phy_cap() can return NULL if no matching capability is found, leading to a potential NULL pointer dereference when the code attempts to use this NULL value.

Detection Guidance

This vulnerability affects the Linux kernel's mt76 wireless driver, specifically the mt7915 component. Detection involves checking if your system uses the affected driver version. Run: lsmod | grep mt7915 to verify if the module is loaded. Check kernel version with uname -r to confirm if it is vulnerable. Inspect kernel logs for related errors using dmesg | grep mt7915.

Impact Analysis

This vulnerability could cause a system crash or instability if exploited, as it may lead to a NULL pointer dereference in the Linux kernel. Users running affected systems with mt7915 Wi-Fi chipsets might experience Wi-Fi disconnections, kernel panics, or denial-of-service conditions.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR, HIPAA, or similar standards. It is a local denial-of-service issue in the Linux kernel's WiFi driver (mt76) for mt7915 devices, caused by improper handling of HE capability lookups. No data exposure or privacy impact is indicated.

Mitigation Strategies

Update your Linux kernel to a patched version that includes the fix for CVE-2026-68310. If using a distribution kernel, apply available security updates. For custom kernels, recompile with the latest mt76 driver patches. Temporarily disable the mt7915 module if an update is not immediately available by running rmmod mt7915.

Chat Assistant

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

EPSS Chart