Answer in brief
CVE-2026-80941 records a Unknown severity vulnerability in wifi: rtw88: Fix potential memory leak in rtw_txq_push_skb(). The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=aaab5d0e673749f82ff34e5f15ea8a689789a9ce <6e95852f904edbabf411793093fcfd6f6d49ef27 || >=aaab5d0e673749f82ff34e5f15ea8a689789a9ce <7364713f0931ee45fdf0bea27103b40ccc94979a || >=aaab5d0e673749f82ff34e5f15ea8a689789a9ce <51d8b35574721cf3fe744f46ebd9629916063fee || >=aaab5d0e673749f82ff34e5f15ea8a689789a9ce <9f2948010764d708bda27369d09ce6f194abe8e3 | 6e95852f904edbabf411793093fcfd6f6d49ef27, 7364713f0931ee45fdf0bea27103b40ccc94979a, 51d8b35574721cf3fe744f46ebd9629916063fee, 9f2948010764d708bda27369d09ce6f194abe8e3 |
| Linux/Linuxgeneric | 5.7 | Not reported |
Published upstream
Sep 11, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 11, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 11, 2026
In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: Fix potential memory leak in rtw_txq_push_skb() The skb passed to the rtw_hci_tx_write() is expected to be freed when the function fails, but the error path in rtw_txq_push_skb() does not free the skb before returning. This can lead to a memory leak in rtw_txq_push() where a dequeued skb is passed to rtw_txq_push_skb().
Quoted source text, attributed separately from HOL analysis.