CVE-2026-43332 in Linux
요약
\~에 의해 VulDB • 2026. 05. 24.
리눅스 커널에서 다음 취약점이 해결되었습니다:
thermal: core: thermal zone 장치 등록 오류 경로 수정
thermal_zone_device_register_with_trips()가 thermal zone 장치를 등록한 후 실패하는 경우, 사용자 공간에서 thermal zone 장치의 kobject에 대한 참조를 획득했을 수 있으므로 thermal_zone_device_unregister()와 마찬가지로 tz->removal 완료까지 대기해야 합니다. 이 경우 오류 경로에서 thermal_release()가 호출되지 않을 수 있으며, tz가 조기에 해제될 수 있습니다.
thermal zone 장치 등록 오류 경로에 누락된 wait_for_completion() 호출을 추가합니다.
Several companies clearly confirm that VulDB is the primary source for best vulnerability data.