CVE-2025-68738
Unknown Unknown - Not Provided
Null Pointer Dereference in Linux mt7996 WiFi Driver

Publication date: 2025-12-24

Last updated on: 2025-12-24

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: fix null pointer deref in mt7996_conf_tx() If a link does not have an assigned channel yet, mt7996_vif_link returns NULL. We still need to store the updated queue settings in that case, and apply them later. Move the location of the queue params to within struct mt7996_vif_link.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-24
Last Modified
2025-12-24
Generated
2026-05-07
AI Q&A
2025-12-24
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 2 associated CPEs
Vendor Product Version / Range
linux kernel *
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability is a null pointer dereference in the Linux kernel's mt7996 WiFi driver. Specifically, when a link does not have an assigned channel, the function mt7996_vif_link returns NULL, but the code still attempts to store updated queue settings, leading to a null pointer dereference. The fix involves moving the location of the queue parameters within the mt7996_vif_link structure to handle this case properly.


How can this vulnerability impact me? :

The null pointer dereference can cause the affected system to crash or become unstable, potentially leading to denial of service conditions in the WiFi functionality of the Linux kernel.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart