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 can't find a socket, it should free a received skb. But it doesn't. So, a memory leak would possibly occur.
The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse.