CVE-2023-53836
A use-after-free vulnerability was found in the BPF sockmap implementation in the Linux kernel. A race condition exists between the skpsockbacklog processing and userspace consumption of socket buffers. When userspace calls recvmsg and consumes an skb, it can free the buffer via consumeskb while...