PatchSiren cyber security CVE debrief
CVE-2026-80943 Linux CVE debrief
The Linux kernel has a vulnerability in the rtlwifi driver, specifically in the rtl92du_tx_fill_desc() function, which does not properly check the QoS TID before indexing into the sta_entry->tids[] array. This can lead to an out-of-bounds access when the QoS TID is greater than 8. The issue has been resolved by keeping the default RTL_AGG_STOP state for out-of-range TIDs.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- Unknown
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-11
- Original CVE updated
- 2026-09-11
- Advisory published
- 2026-09-11
- Advisory updated
- 2026-09-11
Who should care
Defenders responsible for Linux kernel-based systems, particularly those using the rtlwifi driver, should assess exposure and prioritize patching. They should also review system configurations, monitor system logs, and implement compensating controls for exposed systems. Additionally, they should track and document remediation efforts to ensure thorough vulnerability management.
Why it matters
The Linux kernel vulnerability in the rtlwifi driver requires defenders to verify system exposure, prioritize patching, and monitor for potential exploitation attempts.
- Potential out-of-bounds access leading to system instability
- Possible exploitation attempts require monitoring and logging
- Verification of Linux kernel version and patching is necessary
Technical summary
The rtl92du_tx_fill_desc() function in the Linux kernel's rtlwifi driver does not properly check the QoS TID before indexing into the sta_entry->tids[] array, leading to a potential out-of-bounds access. This issue can cause system instability and potential exploitation attempts. The vulnerability has been resolved by keeping the default RTL_AGG_STOP state for out-of-range TIDs. Defenders should prioritize verifying the Linux kernel version and applying patches to address this vulnerability, particularly for systems using the rtlwifi driver.
Defensive priority
Defenders should prioritize verifying the Linux kernel version and applying patches to address this vulnerability, particularly for systems using the rtlwifi driver.
Recommended defensive actions
- Verify Linux kernel version and apply patches
- Review system configurations for rtlwifi driver usage
- Monitor system logs for potential exploitation attempts
- Perform vulnerability scanning to identify exposed systems
- Implement compensating controls for exposed systems
- Review and update incident response plans
- Track and document remediation efforts
Evidence notes
The vulnerability was detected by a static analysis tool and confirmed by manual audit. UBSAN validation reports an array-index-out-of-bounds access with index 10 for type 'rtl_tid_data [9]'. The issue arises from the rtl92du_tx_fill_desc() function not properly checking the QoS TID before indexing into the sta_entry->tids[] array. This can lead to an out-of-bounds access when the QoS TID is greater than 8. The default RTL_AGG_STOP state is kept for out-of-range TIDs, matching rtl92cu_tx_fill_desc().
Sources and references
Verified primary and authoritative sources
-
CVE-2026-80943 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-80943
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-80943 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-80943
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/0c0b374e12d52af23ca741728db31091677cf9dc
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/42785f7e8d31540e6172bbcf08a7cc3cae1086f8
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/6e327f14e1c43e175bf530f9165b2cadff308553
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/ed4f05d9f2f42fd866f55108db8123eefcc5fb33
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.