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().
References
Configurations
Configuration 1 (hide)
|
History
07 May 2025, 13:31
Type | Values Removed | Values Added |
---|---|---|
References | () https://git.kernel.org/stable/c/025eab5189fc7ee223ae9b4bc49d7df196543e53 - Patch | |
References | () https://git.kernel.org/stable/c/1dd27541aa2b95bde71bddd43d73f9c16d73272c - Patch | |
References | () https://git.kernel.org/stable/c/ac2b9f34f02052709aea7b34bb2a165e1853eb41 - Patch | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
CWE | CWE-401 | |
CPE | cpe:2.3:o:linux:linux_kernel:6.1:rc4:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.1:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.1:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.1:rc3:*:*:*:*:*:* |
|
First Time |
Linux linux Kernel
Linux |
02 May 2025, 13:52
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
01 May 2025, 15:16
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-05-01 15:16
Updated : 2025-05-07 13:31
NVD link : CVE-2022-49860
Mitre link : CVE-2022-49860
CVE.ORG link : CVE-2022-49860
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime