Logo
-

Byte Open Security

(ByteOS Network)

Log In

Sign Up

ByteOS

Security
Vulnerability Details
Registries
Custom Views
Weaknesses
Attack Patterns
Filters & Tools
CVE Vulnerability Details :
CVE-2025-71089
PUBLISHED
More InfoOfficial Page
Assigner-Linux
Assigner Org ID-416baaa9-dc9f-4396-8d5f-8c081fb06d67
View Known Exploited Vulnerability (KEV) details
Published At-13 Jan, 2026 | 15:34
Updated At-12 Feb, 2026 | 08:19
Rejected At-
▼CVE Numbering Authority (CNA)
iommu: disable SVA when CONFIG_X86 is set

In the Linux kernel, the following vulnerability has been resolved: iommu: disable SVA when CONFIG_X86 is set Patch series "Fix stale IOTLB entries for kernel address space", v7. This proposes a fix for a security vulnerability related to IOMMU Shared Virtual Addressing (SVA). In an SVA context, an IOMMU can cache kernel page table entries. When a kernel page table page is freed and reallocated for another purpose, the IOMMU might still hold stale, incorrect entries. This can be exploited to cause a use-after-free or write-after-free condition, potentially leading to privilege escalation or data corruption. This solution introduces a deferred freeing mechanism for kernel page table pages, which provides a safe window to notify the IOMMU to invalidate its caches before the page is reused. This patch (of 8): In the IOMMU Shared Virtual Addressing (SVA) context, the IOMMU hardware shares and walks the CPU's page tables. The x86 architecture maps the kernel's virtual address space into the upper portion of every process's page table. Consequently, in an SVA context, the IOMMU hardware can walk and cache kernel page table entries. The Linux kernel currently lacks a notification mechanism for kernel page table changes, specifically when page table pages are freed and reused. The IOMMU driver is only notified of changes to user virtual address mappings. This can cause the IOMMU's internal caches to retain stale entries for kernel VA. Use-After-Free (UAF) and Write-After-Free (WAF) conditions arise when kernel page table pages are freed and later reallocated. The IOMMU could misinterpret the new data as valid page table entries. The IOMMU might then walk into attacker-controlled memory, leading to arbitrary physical memory DMA access or privilege escalation. This is also a Write-After-Free issue, as the IOMMU will potentially continue to write Accessed and Dirty bits to the freed memory while attempting to walk the stale page tables. Currently, SVA contexts are unprivileged and cannot access kernel mappings. However, the IOMMU will still walk kernel-only page tables all the way down to the leaf entries, where it realizes the mapping is for the kernel and errors out. This means the IOMMU still caches these intermediate page table entries, making the described vulnerability a real concern. Disable SVA on x86 architecture until the IOMMU can receive notification to flush the paging cache before freeing the CPU kernel page table pages.

Affected Products
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • drivers/iommu/iommu-sva.c
Default Status
unaffected
Versions
Affected
  • From 26b25a2b98e45aeb40eedcedc586ad5034cbd984 before b34289505180a83607fcfdce14b5a290d0528476 (git)
  • From 26b25a2b98e45aeb40eedcedc586ad5034cbd984 before 7cad37e358970af1bb49030ff01f06a69fa7d985 (git)
  • From 26b25a2b98e45aeb40eedcedc586ad5034cbd984 before 240cd7f2812cc25496b12063d11c823618f364e9 (git)
  • From 26b25a2b98e45aeb40eedcedc586ad5034cbd984 before c2c3f1a3fd74ef16cf115f0c558616a13a8471b4 (git)
  • From 26b25a2b98e45aeb40eedcedc586ad5034cbd984 before c341dee80b5df49a936182341b36395c831c2661 (git)
  • From 26b25a2b98e45aeb40eedcedc586ad5034cbd984 before 72f98ef9a4be30d2a60136dd6faee376f780d06c (git)
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • drivers/iommu/iommu-sva.c
Default Status
affected
Versions
Affected
  • 5.2
Unaffected
  • From 0 before 5.2 (semver)
  • From 5.15.200 through 5.15.* (semver)
  • From 6.1.163 through 6.1.* (semver)
  • From 6.6.120 through 6.6.* (semver)
  • From 6.12.64 through 6.12.* (semver)
  • From 6.18.4 through 6.18.* (semver)
  • From 6.19 through * (original_commit_for_fix)
Metrics
VersionBase scoreBase severityVector
Metrics Other Info
Impacts
CAPEC IDDescription
Solutions

Configurations

Workarounds

Exploits

Credits

Timeline
EventDate
Replaced By

Rejected Reason

References
HyperlinkResource
https://git.kernel.org/stable/c/b34289505180a83607fcfdce14b5a290d0528476
N/A
https://git.kernel.org/stable/c/7cad37e358970af1bb49030ff01f06a69fa7d985
N/A
https://git.kernel.org/stable/c/240cd7f2812cc25496b12063d11c823618f364e9
N/A
https://git.kernel.org/stable/c/c2c3f1a3fd74ef16cf115f0c558616a13a8471b4
N/A
https://git.kernel.org/stable/c/c341dee80b5df49a936182341b36395c831c2661
N/A
https://git.kernel.org/stable/c/72f98ef9a4be30d2a60136dd6faee376f780d06c
N/A
Hyperlink: https://git.kernel.org/stable/c/b34289505180a83607fcfdce14b5a290d0528476
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/7cad37e358970af1bb49030ff01f06a69fa7d985
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/240cd7f2812cc25496b12063d11c823618f364e9
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/c2c3f1a3fd74ef16cf115f0c558616a13a8471b4
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/c341dee80b5df49a936182341b36395c831c2661
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/72f98ef9a4be30d2a60136dd6faee376f780d06c
Resource: N/A
Details not found