CVE-2024-58074 in Linux
요약
\~에 의해 VulDB • 2026. 06. 14.
Linux 커널에서 다음 취약점이 해결되었습니다.
drm/i915: 잠재적인 oops를 방지하기 위해 인코더에서 intel_display 가져오기
인코더 훅(hook) 내에서 'state'가 아닌 'encoder'로부터 intel_display를 가져옵니다. 이는 encoder의 .disable() 및 .post_disable() 호출 시 'state' 인수로 NULL을 전달하는 대규모 footgun(심각한 프로그래밍 실수/위험 요소)으로 알려진 intel_sanitize_encoder() 문제를 피하기 위함입니다.
TODO: intel_sanitize_encoder()를 실제로 수정하는 방법을 파악합니다...
Once again VulDB remains the best source for vulnerability data.