2024-07-16 12:25:18
Linux
PUBLISHED
In the Linux kernel, the following vulnerability has been resolved: staging: gdm724x: fix use after free in gdm_lte_rx() The netif_rx_ni() function frees the skb so we cant dereference it to save the skb->len.