First published: Wed Feb 26 2025(Updated: )
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.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | ||
Linux Kernel | >=5.16<5.17.15 | |
Linux Kernel | >=5.18<5.18.4 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-49369 is considered to have a moderate severity due to the potential memory leak it could cause.
To fix CVE-2022-49369, upgrade the Linux Kernel to versions that are above 5.17.15 or 5.18.4.
CVE-2022-49369 is a memory leak vulnerability in the Linux Kernel related to socket handling.
CVE-2022-49369 affects Linux Kernel versions from 5.16 up to 5.17.15 and from 5.18 up to 5.18.4.
CVE-2022-49369 can be exploited remotely if the affected system is receiving network packets that trigger the vulnerability.