In the Linux kernel, the following vulnerability has been resolved:
iommu: Handle unmap error when iommu_debug is enabled
Sashiko noticed a latent bug where the map error flow called iommuunmap() which calls iommudebugunmapbegin()/iommudebugunmapend() however since this is an error path the map flow never actually established the original iommudebug_map() it will malfunction.
Lift the unmap error handling into iommumapnosync() and reorder it so the tracemap()/iommudebug_map() records the partial mapping and then immediately unmaps it. This avoid creating the unbalanced tracking and provides saner tracing instead of a unmap unmatched to any map.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64152.json",
"cna_assigner": "Linux"
}