CVE-2026-93271

Source
https://cve.org/CVERecord?id=CVE-2026-93271
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93271.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-93271
Downstream
Published
2026-09-24T15:52:13Z
Modified
2026-09-25T03:48:54Z
Summary
wifi: ath11k: cap out-of-range rx MCS instead of leaving bogus rate
Details

In the Linux kernel, the following vulnerability has been resolved:

wifi: ath11k: cap out-of-range rx MCS instead of leaving bogus rate

ath11k can receive HT/VHT/HE frames whose reported MCS is above the maximum that can be expressed in the corresponding mac80211 rate space (e.g. an HE frame reported with MCS 12, while HE tops out at MCS 11).

The frame itself is valid and decodes correctly, but for such a frame ath11k_dp_rx_h_rate() leaves rx_status->rate_idx set to the out-of-range value and never assigns rx_status->encoding, so it stays RX_ENC_LEGACY from the ath11k_dp_rx_h_ppdu() initialization. Once that frame reaches mac80211 it trips the rate sanity check and the frame is dropped with a splat:

ath11k_pci 0000:03:00.0: Received with invalid mcs in HE mode 12 WARNING: CPU: 0 PID: 0 at net/mac80211/rx.c:5433 ieee80211_rx_list+0xb0a/0xe90 [mac80211]

Dropping the frame would discard otherwise valid data, so instead cap the reported MCS to the maximum the rate space can express and deliver the frame. Set rx_status->encoding before the range check and assign rate_idx from the capped value, so a frame with an out-of-range MCS no longer leaves partial or bogus rate metadata behind. Also downgrade the logging level since they are not treated as invalid frames now. The only loss is that such a frame is reported as the capped MCS in the rx rate statistics.

Tested-on: WCN6855 hw2.1 PCI WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.41

Database specific
{
    "cna_assigner":  "Linux",
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/93xxx/CVE-2026-93271.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
d5c65159f2895379e11ca13f62feabe93278985d
Fixed
6ad04c3e2ec54bf5ec72c81afdd66318a116c539
Fixed
a6b951f79e66fc8bd93a537ff1040fbfb567c8bf
Fixed
b77bfe6e59b98dff3ccfcf9b45fc27e3db498626
Fixed
fb7b9a7209f839c17c66484dfdc84c9a23c6fd2f
Fixed
a0b3e6f9645d88f387c4fea546048a91952cd4cd
Fixed
2bb2a778a487305bd378db5fd5014fbdce4ada2c
Fixed
ccbd20f2168f581d90265da1a925b9b6472a0b05
Fixed
12b09e478aa7459b7893a695ef77682202f2da83

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93271.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.6.0
Fixed
5.10.270
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.221
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.188
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.157
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.110
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.52
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.6

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93271.json"