4 matches found
CVE-2026-80943
In the Linux kernel, the following vulnerability has been resolved: wifi: rtlwifi: rtl8192du: check QoS TID before indexing tids rtl92dutxfilldesc uses ieee80211gettid to read the QoS TID from the 802.11 header and then uses it as an index into staentry-tids. ieee80211gettid returns the low 4-bit...
CVE-2026-80942
CVE-2026-80942 affects the Linux kernel rtlwifi driver, specifically the rtl8192du (Realtek RTL8192DU USB Wi-Fi) component. The root cause is a memory leak : memory allocated inside rtl92du_init_shared_data() is not freed in any of the subsequent error paths within rtl92du_init_sw_vars(). The fix...
EUVD-2026-76265
In the Linux kernel, the following vulnerability has been resolved: wifi: rtlwifi: rtl8192du: Fix possible memory leak in rtl92duinitswvars The memory allocated inside rtl92duinitshareddata is not freed in any of the subsequent error paths in rtl92duinitswvars. Fix that by adding a call to...
PT-2026-90072
In the Linux kernel, the following vulnerability has been resolved: wifi: rtlwifi: rtl8192du: Fix possible memory leak in rtl92du init sw vars The memory allocated inside rtl92du init shared data is not freed in any of the subsequent error paths in rtl92du init sw vars. Fix that by adding a call ...