{"id":"CVE-2026-93271","title":"In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: ath11k: cap out-of-range rx MCS instead of leaving bogus rate\n\nath11k can receive HT/VHT/HE frames whose reported MCS is above the\nmaximum that can be expressed i…","summary":"In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: ath11k: cap out-of-range rx MCS instead of leaving bogus rate\n\nath11k can receive HT/VHT/HE frames whose reported MCS is above the\nmaximum that can be expressed i…","severity":"none","vendor":"Linux","product":"Linux","affected":["Linux >= d5c65159f2895379e11ca13f62feabe93278985d < 6ad04c3e2ec54bf5ec72c81afdd66318a116c539","Linux >= d5c65159f2895379e11ca13f62feabe93278985d < a6b951f79e66fc8bd93a537ff1040fbfb567c8bf","Linux >= d5c65159f2895379e11ca13f62feabe93278985d < b77bfe6e59b98dff3ccfcf9b45fc27e3db498626","Linux >= d5c65159f2895379e11ca13f62feabe93278985d < fb7b9a7209f839c17c66484dfdc84c9a23c6fd2f","Linux >= d5c65159f2895379e11ca13f62feabe93278985d < a0b3e6f9645d88f387c4fea546048a91952cd4cd","Linux >= d5c65159f2895379e11ca13f62feabe93278985d < 2bb2a778a487305bd378db5fd5014fbdce4ada2c","Linux >= d5c65159f2895379e11ca13f62feabe93278985d < ccbd20f2168f581d90265da1a925b9b6472a0b05","Linux >= d5c65159f2895379e11ca13f62feabe93278985d < 12b09e478aa7459b7893a695ef77682202f2da83","Linux 5.6"],"published":"2026-09-24","updated":"2026-09-24","sourceUpdated":"2026-09-24T16:17:24.133","source":"NVD","sourceUrl":"https://nvd.nist.gov/vuln/detail/CVE-2026-93271","references":[{"url":"https://git.kernel.org/stable/c/12b09e478aa7459b7893a695ef77682202f2da83","label":"416baaa9-dc9f-4396-8d5f-8c081fb06d67"},{"url":"https://git.kernel.org/stable/c/2bb2a778a487305bd378db5fd5014fbdce4ada2c","label":"416baaa9-dc9f-4396-8d5f-8c081fb06d67"},{"url":"https://git.kernel.org/stable/c/6ad04c3e2ec54bf5ec72c81afdd66318a116c539","label":"416baaa9-dc9f-4396-8d5f-8c081fb06d67"},{"url":"https://git.kernel.org/stable/c/a0b3e6f9645d88f387c4fea546048a91952cd4cd","label":"416baaa9-dc9f-4396-8d5f-8c081fb06d67"},{"url":"https://git.kernel.org/stable/c/a6b951f79e66fc8bd93a537ff1040fbfb567c8bf","label":"416baaa9-dc9f-4396-8d5f-8c081fb06d67"},{"url":"https://git.kernel.org/stable/c/b77bfe6e59b98dff3ccfcf9b45fc27e3db498626","label":"416baaa9-dc9f-4396-8d5f-8c081fb06d67"},{"url":"https://git.kernel.org/stable/c/ccbd20f2168f581d90265da1a925b9b6472a0b05","label":"416baaa9-dc9f-4396-8d5f-8c081fb06d67"},{"url":"https://git.kernel.org/stable/c/fb7b9a7209f839c17c66484dfdc84c9a23c6fd2f","label":"416baaa9-dc9f-4396-8d5f-8c081fb06d67"}],"tags":["nvd","cve.org"],"ingestedAt":"2026-09-24T16:47:15.839Z","slug":"CVE-2026-93271","body":"## Overview\n\nIn the Linux kernel, the following vulnerability has been resolved:\n\nwifi: ath11k: cap out-of-range rx MCS instead of leaving bogus rate\n\nath11k can receive HT/VHT/HE frames whose reported MCS is above the\nmaximum that can be expressed in the corresponding mac80211 rate space\n(e.g. an HE frame reported with MCS 12, while HE tops out at MCS 11).\n\nThe frame itself is valid and decodes correctly, but for such a frame\nath11k_dp_rx_h_rate() leaves rx_status->rate_idx set to the out-of-range\nvalue and never assigns rx_status->encoding, so it stays RX_ENC_LEGACY\nfrom the ath11k_dp_rx_h_ppdu() initialization. Once that frame reaches\nmac80211 it trips the rate sanity check and the frame is dropped with a\nsplat:\n\n  ath11k_pci 0000:03:00.0: Received with invalid mcs in HE mode 12\n  WARNING: CPU: 0 PID: 0 at net/mac80211/rx.c:5433 ieee80211_rx_list+0xb0a/0xe90 [mac80211]\n\nDropping the frame would discard otherwise valid data, so instead cap the\nreported MCS to the maximum the rate space can express and deliver the\nframe. Set rx_status->encoding before the range check and assign rate_idx\nfrom the capped value, so a frame with an out-of-range MCS no longer\nleaves partial or bogus rate metadata behind. Also downgrade the logging\nlevel since they are not treated as invalid frames now. The only loss is\nthat such a frame is reported as the capped MCS in the rx rate statistics.\n\nTested-on: WCN6855 hw2.1 PCI WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.41\n\n## Remediation\n\nRefer to the linked advisories for vendor-supplied fixes and affected version ranges.","depth":"sunlit","depthScore":3,"depthScoreParts":{"impact":2.8,"likelihood":0,"exploitation":0,"ransomware":0},"changes":[]}