CVE-2023-54036
Summary (CVE-2023-54036) : In the Linux kernel, the wifi/rtl8xxxu stack (RTL8723BU and RTL8192EU) leaked memory due to C2H messages not being freed. The fix moves the dev_kfree_skb() call inside the loop that processes C2H messages in rtl8xxxu_c2hcmd_callback(). The RTL8192EU path previously left...