CVE-2025-39919
BaseFortify
Publication date: 2025-10-01
Last updated on: 2025-12-11
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 6.15 (inc) to 6.16.6 (exc) |
| linux | linux_kernel | 6.17 |
| linux | linux_kernel | 6.17 |
| linux | linux_kernel | 6.17 |
| linux | linux_kernel | 6.17 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-NVD-CWE-noinfo |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel's wifi mt76 mt7996 driver involves a missing check for rx wcid entries. Non-station wcid entries should not be passed to the rx functions. If the global wcid entry is passed, it can lead to corruption in the wcid array because a pointer is incorrectly cast to a struct mt7996_sta_link using container_of.
How can this vulnerability impact me? :
The vulnerability can cause corruption in the wcid array within the wifi driver, which may lead to instability or unexpected behavior in the wireless functionality of the affected Linux kernel. This could potentially result in crashes or degraded network performance.