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().
CVE-2026-80941
NONE
EPSS 0.20%
Updated Sep 11, 2026
Linux
https://git.kernel.org/stable/c/51d8b35574721cf3fe744f46ebd9629916063fee
416baaa9-dc9f-4396-8d5f-8c081fb06d67
https://git.kernel.org/stable/c/6e95852f904edbabf411793093fcfd6f6d49ef27
416baaa9-dc9f-4396-8d5f-8c081fb06d67
https://git.kernel.org/stable/c/7364713f0931ee45fdf0bea27103b40ccc94979a
416baaa9-dc9f-4396-8d5f-8c081fb06d67
https://git.kernel.org/stable/c/9f2948010764d708bda27369d09ce6f194abe8e3
416baaa9-dc9f-4396-8d5f-8c081fb06d67
CVE Details
CVE ID
CVE-2026-80941
Published Date
Sep 11, 2026
Vendor
Linux
Severity
NONE
Exploit Prediction (EPSS)
Probability of Exploit
0.20%
Likelihood of exploitation in next 30 days
Percentile:
10.0th percentile (higher than 10.0% of all CVEs)
Standard patching cycle
Impact
Minimal impact
Source
View Advisory