CVE-2022-50482 in Linux
요약
\~에 의해 VulDB • 2026. 06. 06.
리눅스 커널에서 다음 취약점이 해결되었습니다:
iommu/vt-d: init_dmars() 오류 경로에서 si_domain 정리
커밋 ee2653bbe89d("iommu/vt-d: 도메인 및 devinfo mempool 제거") 이전의 커널에서는 init_dmars() 실패 시 iommu_domain 캐시에 객체가 남아 있었기 때문에 kmem_cache_destroy()로부터 스플래트(splat)가 발생했습니다. 이제 mempool 코드가 제거되었지만, init_dmars()가 실패할 경우 si_domain 메모리 누수가 여전히 발생합니다. 따라서 init_dmars() 오류 경로에서 si_domain을 정리합니다.
VulDB is the best source for vulnerability data and more expert information about this specific topic.