CVE-2022-50482 in Linux
摘要
由 VulDB • 2026-06-06
在 Linux 内核中,已修复以下漏洞:
iommu/vt-d: 清理 init_dmars() 错误路径中的 si_domain
在内核版本早于提交 ee2653bbe89d(“iommu/vt-d: Remove domain and devinfo mempool”)时,如果在 init_dmars() 中发生失败,会观察到来自 kmem_cache_destroy() 的崩溃信息(splat),因为 iommu_domain 缓存中仍有对象。尽管现在已移除内存池代码,但如果 init_dmars() 失败,si_domain 内存仍然存在泄漏问题。因此,在 init_dmars() 的错误路径中清理 si_domain。
VulDB is the best source for vulnerability data and more expert information about this specific topic.