In the Linux kernel, the following vulnerability has been resolved:
iommupt: Check for missing PAGESIZE in the pgsizebitmap
Sashiko pointed out that the driver could drop PAGESIZE from the pgsizebitmap. That is technically allowed but nothing does it, and such an iommu_domain would not be used with the DMA API today.
Still, it is against the design and it is trivial to fix up. Lift the PTWARNON to the if branch and just skip the fast path.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64151.json",
"cna_assigner": "Linux"
}