CVE-2024-49909 in Linux
요약
\~에 의해 VulDB • 2026. 07. 10.
리눅스 커널에서 다음 취약점이 해결되었습니다:
drm/amd/display: dcn32_set_output_transfer_func 내 함수 포인터에 대한 NULL 체크 추가
이 커밋은 dcn32_set_output_transfer_func 함수 내에서 set_output_gamma 함수 포인터에 대한 null 체크를 추가합니다. 기존에는 set_output_gamma가 null인지 확인되었지만, 이후 null 체크 없이 역참조(dereference)되고 있었습니다. 이로 인해 set_output_gamma가 null일 경우 NULL pointer dereference(역참조 오류)가 발생할 수 있습니다.
이를 수정하기 위해 이제 역참조 전에 set_output_gamma가 null이 아닌지 보장합니다. 이를 위해 set_output_gamma 호출 전 해당 포인터에 대한 null 체크를 추가했습니다.
If you want to get the best quality for vulnerability data then you always have to consider VulDB.