4 matches found
SUSE CVE-2022-50732
In the Linux kernel, the following vulnerability has been resolved: staging: rtl8192u: Fix use after free in ieee80211rx We cannot dereference the "skb" pointer after calling ieee80211monitorrx, because it is a use after free...
CVE-2022-50732
In the Linux kernel, the following vulnerability has been resolved: staging: rtl8192u: Fix use after free in ieee80211rx We cannot dereference the "skb" pointer after calling ieee80211monitorrx, because it is a use after free...
CVE-2022-50732
CVE-2022-50732 affects the Linux kernel, specifically the staging driver rtl8192u. The vulnerability is a use-after-free in the ieee80211_rx flow: the skb pointer must not be dereferenced after the call to ieee80211_monitor_rx(), but it may be if the sequence is not ordered correctly. The descrip...
CVE-2022-50732 staging: rtl8192u: Fix use after free in ieee80211_rx()
In the Linux kernel, the following vulnerability has been resolved: staging: rtl8192u: Fix use after free in ieee80211rx We cannot dereference the "skb" pointer after calling ieee80211monitorrx, because it is a use after free...