CVE-2026-80943

Source
https://cve.org/CVERecord?id=CVE-2026-80943
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80943.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-80943
Downstream
Published
2026-09-11T19:42:15Z
Modified
2026-09-14T03:45:51Z
Severity
  • 7.6 (High) CVSS_V3 - CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H CVSS Calculator
Summary
wifi: rtlwifi: rtl8192du: check QoS TID before indexing tids
Details

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

wifi: rtlwifi: rtl8192du: check QoS TID before indexing tids

rtl92du_tx_fill_desc() uses ieee80211_get_tid() to read the QoS TID from the 802.11 header and then uses it as an index into sta_entry->tids[]. ieee80211_get_tid() returns the low 4-bit QoS TID value, so the result can be in the range 0..15.

rtlwifi only allocates MAX_TID_COUNT entries for sta_entry->tids[], and MAX_TID_COUNT is 9. A QoS TID greater than 8 therefore indexes past the aggregation state array. Keep the default RTL_AGG_STOP state for out-of-range TIDs, matching rtl92cu_tx_fill_desc().

This issue was detected by our static analysis tool and confirmed by manual audit. UBSAN validation for the same bug pattern reports an array-index-out-of-bounds access with index 10 for type 'rtl_tid_data [9]'.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80943.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
8321424134a400a5e3eb39f9acca6bc6946ff447
Fixed
6e327f14e1c43e175bf530f9165b2cadff308553
Fixed
0c0b374e12d52af23ca741728db31091677cf9dc
Fixed
42785f7e8d31540e6172bbcf08a7cc3cae1086f8
Fixed
ed4f05d9f2f42fd866f55108db8123eefcc5fb33

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.11.0
Fixed
6.12.109
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.50
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.4

Database specific

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