Bug 2363384 (CVE-2022-49860) - CVE-2022-49860 kernel: dmaengine: ti: k3-udma-glue: fix memory leak when register device fail
Summary: CVE-2022-49860 kernel: dmaengine: ti: k3-udma-glue: fix memory leak when regi...
Keywords:
Status: NEW
Alias: CVE-2022-49860
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-05-01 15:02 UTC by OSIDB Bzimport
Modified: 2025-05-27 07:44 UTC (History)
4 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-05-01 15:02:39 UTC
In the Linux kernel, the following vulnerability has been resolved:

dmaengine: ti: k3-udma-glue: fix memory leak when register device fail

If device_register() fails, it should call put_device() to give
up reference, the name allocated in dev_set_name() can be freed
in callback function kobject_cleanup().

Comment 1 Avinash Hanwate 2025-05-02 04:02:05 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2025050147-CVE-2022-49860-75f4@gregkh/T


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