CVE-2026-53318
Received Received - Intake
NULL Pointer Dereference in Linux Kernel mt76 WiFi Driver

Publication date: 2026-06-26

Last updated on: 2026-06-26

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7925: prevent NULL pointer dereference in mt7925_tx_check_aggr() Move the NULL check for 'sta' before dereferencing it to prevent a possible crash.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-26
Last Modified
2026-06-26
Generated
2026-06-27
AI Q&A
2026-06-26
EPSS Evaluated
N/A
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 vulnerability exists in the Linux kernel's wifi driver for the mt7925 chipset. It involves a NULL pointer dereference in the function mt7925_tx_check_aggr(). Specifically, the code did not check if the pointer 'sta' was NULL before using it, which could cause the system to crash. The fix moves the NULL check for 'sta' before it is dereferenced to prevent this crash.

Impact Analysis

This vulnerability can cause a system crash due to a NULL pointer dereference in the wifi driver. Such a crash could lead to a denial of service, interrupting network connectivity and potentially requiring a system reboot to restore normal operation.

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