In the Linux kernel, the following vulnerability has been resolved:
drm/amd/pm: fix a potential gpu_metrics_table memory leak
Memory is allocated for gpu_metrics_table in renoir_init_smc_tables(),
but not freed in int smu_v12_0_fini_smc_tables(). Free it!
References
Link | Resource |
---|---|
https://git.kernel.org/stable/c/583637d66a70fc7090e12fb0ebbacc33d39e2214 | Patch |
Configurations
History
23 Sep 2025, 18:48
Type | Values Removed | Values Added |
---|---|---|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
References | () https://git.kernel.org/stable/c/583637d66a70fc7090e12fb0ebbacc33d39e2214 - Patch | |
CWE | CWE-401 | |
First Time |
Linux linux Kernel
Linux |
|
Summary |
|
|
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* |
26 Feb 2025, 06:37
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-02-26 06:37
Updated : 2025-09-23 18:48
NVD link : CVE-2021-47658
Mitre link : CVE-2021-47658
CVE.ORG link : CVE-2021-47658
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime