2025-02-26 02:11:12
Linux
PUBLISHED
In the Linux kernel, the following vulnerability has been resolved: amt: fix possible memory leak in amt_rcv() If an amt receives packets and it finds socket. If it cant find a socket, it should free a received skb. But it doesnt. So, a memory leak would possibly occur.