CVE-2025-71089
Last modified
CVE-2025-71089 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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. EPSS estimates a 0.14% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 5.2, < 5.15.200 |
| Linux | Linux Kernel | >= 5.16, < 6.1.163 |
| Linux | Linux Kernel | >= 6.2, < 6.6.120 |
| Linux | Linux Kernel | >= 6.7, < 6.12.64 |
| Linux | Linux Kernel | >= 6.13, < 6.18.4 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2025-71089?
How severe is CVE-2025-71089?
How do I fix CVE-2025-71089?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-71083In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-71084In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-71085In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-71086In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-71087In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-71088In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-7109A vulnerability, which was classified as problematic, has be…5.4
- CVE-2025-71090In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-71091In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-71092In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-71093In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2025-71094In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2025-71089?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
