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.
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.
Linux Linux, linux kernel, debian linux의 현재 전체 버전이 공식 영향 범위(Linux Linux, linux kernel, debian linux >= 841686df9f7d2942cfd94d024b8591fa3f74ef7c < afe9f5b871f86d58ecdc45b217b662227d7890d0, >= 841686df9f7d2942cfd94d024b8591fa3f74ef7c < 06d95c99d5a4f5accdb79464076efe62e668c706, >= 841686df9f7d2942cfd94d024b8591fa3f74ef7c < aeed2b4e4a70c7568d4a5eecd6a109713c0dfbf4, >= 841686df9f7d2942cfd94d024b8591fa3f74ef7c < 2bf47c89bbaca2bae16581ef1b28aaec0ade0334, >= 841686df9f7d2942cfd94d024b8591fa3f74ef7c < f957a1be647f7fc65926cbf572992ec2747a93f2, >= 841686df9f7d2942cfd94d024b8591fa3f74ef7c < fb1936cb587262cd539e84b34541abb06e42b2f9, >= 841686df9f7d2942cfd94d024b8591fa3f74ef7c < ca8e2e251c65e5a712f6025e27bd9b26d16e6f4a, >= 841686df9f7d2942cfd94d024b8591fa3f74ef7c < ac16667237a82e2597e329eb9bc520d1cf9dff30, >= 4.9, >= 4.9 < 4.19.306, >= 4.20 < 5.4.268, >= 5.5 < 5.10.209, >= 5.11 < 5.15.148, >= 5.16 < 6.1.75, >= 6.2 < 6.6.14, >= 6.7 < 6.7.2, 10.0)에 포함되는지 확인합니다. OS를 선택하면 해당 OS의 제품·패키지·KB·APAR 확인 명령만 표시됩니다.
조치방안
제3자 참조와 수정 버전 값(4.19.306, 5.4.268, 5.10.209, 5.15.148, 6.1.75, 6.6.14, 6.7.2)은 보조 근거로만 사용하고, 공급사 공식 보안 권고에서 조치 기준을 재확인합니다.
조치 후 확인사항
패치 후 같은 명령으로 전체 버전을 다시 확인해 Linux Linux, linux kernel, debian linux 4.19.306, 5.4.268, 5.10.209, 5.15.148, 6.1.75, 6.6.14, 6.7.2 기준을 충족하는지 확인합니다. 이어서 유형 미확정 관련 오류·공격 흔적이 새로 발생하지 않는지 확인합니다.