Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: fix a double-free in si_dpm_init When the allocation of adev->pm.dpm.dyn_state.vddc_dependency_on_dispclk.entries fails, amdgpu_free_extended_power_table is called to free some fields of adev. However, when the control flow returns to si_dpm_sw_init, it goes to label dpm_failed and calls si_dpm_fini, which calls amdgpu_free_extended_power_table again and free those fields again. Thus a double-free is triggered.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 4.9, < 4.19.306 |
| Debian | Debian Linux | 10.0 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/06d95c99d5a4f5accdb79464076efe62e668c706Patch
- https://git.kernel.org/stable/c/2bf47c89bbaca2bae16581ef1b28aaec0ade0334Patch
- https://git.kernel.org/stable/c/ac16667237a82e2597e329eb9bc520d1cf9dff30Patch
- https://git.kernel.org/stable/c/aeed2b4e4a70c7568d4a5eecd6a109713c0dfbf4Patch
- https://git.kernel.org/stable/c/afe9f5b871f86d58ecdc45b217b662227d7890d0Patch
- https://git.kernel.org/stable/c/ca8e2e251c65e5a712f6025e27bd9b26d16e6f4aPatch
- https://git.kernel.org/stable/c/f957a1be647f7fc65926cbf572992ec2747a93f2Patch
- https://git.kernel.org/stable/c/fb1936cb587262cd539e84b34541abb06e42b2f9Patch
- https://git.kernel.org/stable/c/06d95c99d5a4f5accdb79464076efe62e668c706Patch
- https://git.kernel.org/stable/c/2bf47c89bbaca2bae16581ef1b28aaec0ade0334Patch
- https://git.kernel.org/stable/c/ac16667237a82e2597e329eb9bc520d1cf9dff30Patch
- https://git.kernel.org/stable/c/aeed2b4e4a70c7568d4a5eecd6a109713c0dfbf4Patch
- https://git.kernel.org/stable/c/afe9f5b871f86d58ecdc45b217b662227d7890d0Patch
- https://git.kernel.org/stable/c/ca8e2e251c65e5a712f6025e27bd9b26d16e6f4aPatch
- https://git.kernel.org/stable/c/f957a1be647f7fc65926cbf572992ec2747a93f2Patch
FAQ
What is CVE-2023-52691?
CVE-2023-52691 is a vulnerability with a CVSS score of 7.8 (HIGH). In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: fix a double-free in si_dpm_init When the allocation of adev->pm.dpm.dyn_state.vddc_dependency_on_dispclk.entries fail...
How severe is CVE-2023-52691?
CVE-2023-52691 has been rated HIGH with a CVSS base score of 7.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2023-52691?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel, Debian Debian Linux.