In the Linux kernel, the following vulnerability has been resolved:
drm/amd/display: Fix memory leak
[why]
Resource release is needed on the error handling path
to prevent memory leak.
[how]
Fix this by adding kfree on the error handling path.
References
Configurations
Configuration 1 (hide)
|
History
13 Mar 2025, 21:31
Type | Values Removed | Values Added |
---|---|---|
First Time |
Linux
Linux linux Kernel |
|
CWE | CWE-401 | |
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
Summary |
|
|
References | () https://git.kernel.org/stable/c/3ce1497add6d17b48cc9df65095bd20202d93994 - Patch | |
References | () https://git.kernel.org/stable/c/5d5c6dba2b43e28845d7d7ed32a36802329a5f52 - Patch | |
References | () https://git.kernel.org/stable/c/7e10369c72db7a0e2f77b2e306aadc07aef6b07a - Patch | |
References | () https://git.kernel.org/stable/c/9d0bef3cc22cf250278ed45b829f062a00af9e27 - Patch |
26 Feb 2025, 07:00
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-02-26 07:00
Updated : 2025-03-13 21:31
NVD link : CVE-2022-49135
Mitre link : CVE-2022-49135
CVE.ORG link : CVE-2022-49135
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime