SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-80941

UNKNOWN · CVSS N/A EPSS 0.21%

Source: NVD + CISA KEV + EPSS · Published 2026-09-11 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel's handling of socket buffers (skbs) in the rtw88 Wi-Fi driver, where a failure in the rtw_txq_push_skb() function can result in a memory leak due to the skb not being freed properly. This issue may lead to increased memory consumption over time, potentially degrading system performance or causing crashes. Linux system administrators and developers utilizing the rtw88 driver should prioritize addressing this vulnerability to maintain system stability and performance.

CVE
CVE-2026-80941
Severity
UNKNOWN
CVSS
N/A
EPSS
0.21%
Linux

Original NVD Description

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().