CVE-2026-68439
Received Received - Intake

NULL-pointer Dereference in MediaTek MT76 WiFi Driver

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

Publication date: 2026-08-12

Last updated on: 2026-08-12

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-12
Last Modified
2026-08-12
Generated
2026-08-12
AI Q&A
2026-08-12
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
linux_kernel linux_kernel *
mt76 mt7925 *

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 WiFi driver, specifically affecting the mt7925 chipset. The issue occurs in the mt7925_mcu_bss_he_tlv function where a pointer returned by mt76_connac_get_he_phy_cap is not checked before being used. If the pointer is NULL, attempting to dereference it could lead to a system crash or other undefined behavior.

Detection Guidance

This vulnerability is specific to the Linux kernel's mt76 driver for the mt7925 chipset. Detection requires checking the kernel version and loaded modules. Use 'uname -r' to check the kernel version and 'lsmod | grep mt76' to verify if the mt76 module is loaded. If the module is loaded, check for crashes or NULL pointer dereference errors in system logs using 'dmesg | grep mt76' or 'journalctl -k | grep mt76'.

Impact Analysis

If exploited, this vulnerability could cause a kernel panic or system instability, potentially leading to denial of service. It may also allow an attacker to execute arbitrary code with kernel privileges if they can trigger the NULL-pointer dereference through crafted network traffic.

Mitigation Strategies

Update the Linux kernel to a patched version that includes the fix for this vulnerability. If updating is not immediately possible, consider disabling the mt76 driver module using 'modprobe -r mt76' if it is not critical for your system. Monitor vendor advisories for kernel updates and apply them promptly.

Chat Assistant

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

EPSS Chart