CVE-2025-68380
Heap Corruption in Linux ath11k Driver Due to MCS Misassignment
Publication date: 2025-12-24
Last updated on: 2025-12-24
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| qualcomm | wcn6855 | * |
| qualcomm | qcn9274 | * |
| linux | linux_kernel | * |
| linux | kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is in the Linux kernel's ath11k wireless driver. It involves an incorrect assignment of transmit and receive Modulation and Coding Scheme (MCS) values when communicating with firmware. Specifically, the peer's transmit MCS is mistakenly sent as the receive MCS and vice versa, which contradicts the firmware's expectations. When connecting to a misbehaving access point that advertises an unsupported 160 MHz transmit MCS map value (0xffff), the firmware crashes because this invalid value is assigned incorrectly. The fix involves swapping the assignments to align with the firmware's definitions.
How can this vulnerability impact me? :
This vulnerability can cause the firmware of the wireless device to crash when connecting to certain misbehaving access points that advertise unsupported MCS values. This could lead to loss of wireless connectivity or instability in the device's wireless functionality.