CVE-2022-49369

Publication date

2025-02-26 02:11:12

Family

Linux

State

PUBLISHED

Description

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.