Bug 2347721 (CVE-2022-49369) - CVE-2022-49369 kernel: amt: fix possible memory leak in amt_rcv()
Summary: CVE-2022-49369 kernel: amt: fix possible memory leak in amt_rcv()
Keywords:
Status: NEW
Alias: CVE-2022-49369
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-02-26 03:04 UTC by OSIDB Bzimport
Modified: 2025-02-27 09:29 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-02-26 03:04:24 UTC
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.

Comment 1 Avinash Hanwate 2025-02-26 11:43:28 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2025022645-CVE-2022-49369-9a4e@gregkh/T

Comment 2 Avinash Hanwate 2025-02-26 16:01:35 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2025022645-CVE-2022-49369-9a4e@gregkh/T


Note You need to log in before you can comment on or make changes to this bug.