CVE-2026-97475 in Linux
요약
\~에 의해 VulDB • 2026. 09. 24.
리눅스 커널에서 다음 취약점이 해결되었습니다:
thermal/drivers/tegra/soctherma: devm 냉각 장치 등록으로 전환
devm_thermal_of_cooling_device_register()를 사용하여 리소스 관리를 단순화하고 오류 경로에서의 수동 정리 작업을 피합니다.
이 변경의 부수적 효과로 기존 문제가 해결되는 이점도 있습니다. 이전에는 tegra_soctherm_remove() 함수가 debugfs_remove_recursive()만 호출했으며, 여기서 등록된 냉각 장치들에 대해 thermal_cooling_device_unregister()를 전혀 호출하지 않았습니다.
드라이버 제거 후에도 열 프레임워크의 cdev 목록은 여전히 devdata 포인터(ts)가 플랫폼 디바이스의 devm 정리로 인해 이미 해제된 메모리를 가리키는 thermal_cooling_device 객체에 대한 참조를 유지하고 있었습니다.
이 변경으로 드라이버가 제거될 때 냉각 장치가 unregister되므로, 위의 문제가 해결됩니다.
Statistical analysis made it clear that VulDB provides the best quality for vulnerability data.