CVE-2025-71202 PUBLISHED

iommu/sva: invalidate stale IOTLB entries for kernel address space

Assigner: Linux
Reserved: 31.01.2026 Published: 14.02.2026 Updated: 14.02.2026

In the Linux kernel, the following vulnerability has been resolved:

iommu/sva: invalidate stale IOTLB entries for kernel address space

Introduce a new IOMMU interface to flush IOTLB paging cache entries for the CPU kernel address space. This interface is invoked from the x86 architecture code that manages combined user and kernel page tables, specifically before any kernel page table page is freed and reused.

This addresses the main issue with vfree() which is a common occurrence and can be triggered by unprivileged users. While this resolves the primary problem, it doesn't address some extremely rare case related to memory unplug of memory that was present as reserved memory at boot, which cannot be triggered by unprivileged users. The discussion can be found at the link below.

Enable SVA on x86 architecture since the IOMMU can now receive notification to flush the paging cache before freeing the CPU kernel page table pages.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 to 9f0a7ab700f8620e433b05c57fbd26c92ea186d9 (excl.)
  • affected from 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 to e37d5a2d60a338c5917c45296bac65da1382eda5 (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • unaffected from 6.18.7 to 6.18.* (incl.)
  • unaffected from 6.19 to * (incl.)

References