In the Linux kernel, the following vulnerability has been resolved:
iommu/vt-d: Avoid WARNING in sva unbind path
The Intel IOMMU driver allows SVA on devices even if they do not support PCI/PRI. Commit 39c20c4e83b9 ("iommu/vt-d: Only handle IOPF for SVA when PRI is supported") modified the SVA bind path to allow this configuration by skipping IOPF enablement when PRI is missing. However, it failed to update the unbind path.
This creates an imbalance: the unbind path attempts to disable IOPF for a device that never had it enabled, triggering a WARNING in inteliommudisable_iopf():
WARNING: drivers/iommu/intel/iommu.c:3475 at inteliommudisableiopf+0x4f/0x90d Call Trace: <TASK> blockingdomainsetdevpasid+0x50/0x70 iommudetachdevicepasid+0x89/0xc0 iommusvaunbinddevice+0x73/0x150 xevmcloseand_put+0x4d2/0x1200 [xe]
Fix this by bypassing IOPF operations for SVA domains on non-PRI hardware in both the bind and unbind paths.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64591.json"
}