2025-09-18 16:04:12
Linux
PUBLISHED
In the Linux kernel, the following vulnerability has been resolved: firewire: net: fix use after free in fwnet_finish_incoming_packet() The netif_rx() function frees the skb so we cant dereference it to save the skb->len.