CVE-2023-52469
HIGHLinux Kernel 4.2.0-4.19.306 - Use-After-Free in kv_parse_power_table
Title source: llmDescription
In the Linux kernel, the following vulnerability has been resolved: drivers/amd/pm: fix a use-after-free in kv_parse_power_table When ps allocated by kzalloc equals to NULL, kv_parse_power_table frees adev->pm.dpm.ps that allocated before. However, after the control flow goes through the following call chains: kv_parse_power_table |-> kv_dpm_init |-> kv_dpm_sw_init |-> kv_dpm_fini The adev->pm.dpm.ps is used in the for loop of kv_dpm_fini after its first free in kv_parse_power_table and causes a use-after-free bug.
References (10)
Core 10
Core References
Scores
CVSS v3
7.8
EPSS
0.0029
EPSS Percentile
20.8%
Attack Vector
LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CISA SSVC
Vulnrichment
Exploitation
none
Automatable
no
Technical Impact
partial
Details
CWE
CWE-416
Status
published
Products (19)
Linux/Linux
< 4.2
Linux/Linux
4.19.306 - 4.19.*
Linux/Linux
4.2
Linux/Linux
5.10.209 - 5.10.*
Linux/Linux
5.15.148 - 5.15.*
Linux/Linux
5.4.268 - 5.4.*
Linux/Linux
6.1.75 - 6.1.*
Linux/Linux
6.6.14 - 6.6.*
Linux/Linux
6.7.2 - 6.7.*
Linux/Linux
6.8
... and 9 more
Published
Feb 26, 2024
Tracked Since
Feb 18, 2026