目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2025-71089— Linux kernel 安全漏洞

一分钟漏洞结论

影响对象
Linux Linux
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于IOMMU共享虚拟寻址可能缓存过时的内核页表条目,可能导致释放后重用或写入后释放,进而引发权限提升或数据损坏。

CVSS 7.8 · High EPSS 0.15% · P5

影响版本矩阵 14

厂商产品 版本范围状态
Linux Linux 26b25a2b98e45aeb40eedcedc586ad5034cbd984< b34289505180a83607fcfdce14b5a290d0528476 affected
26b25a2b98e45aeb40eedcedc586ad5034cbd984< 7cad37e358970af1bb49030ff01f06a69fa7d985 affected
26b25a2b98e45aeb40eedcedc586ad5034cbd984< 240cd7f2812cc25496b12063d11c823618f364e9 affected
26b25a2b98e45aeb40eedcedc586ad5034cbd984< c2c3f1a3fd74ef16cf115f0c558616a13a8471b4 affected
26b25a2b98e45aeb40eedcedc586ad5034cbd984< c341dee80b5df49a936182341b36395c831c2661 affected
26b25a2b98e45aeb40eedcedc586ad5034cbd984< 72f98ef9a4be30d2a60136dd6faee376f780d06c affected
5.2 affected
< 5.2 unaffected
… +6 条更多
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2025-71089 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
iommu: disable SVA when CONFIG_X86 is set
来源: CVE Program / CVE List V5
Vulnerability 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.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H
来源: CVE Program / CVE List V5
Vulnerability Type
N/A
来源: CVE Program / CVE List V5
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于IOMMU共享虚拟寻址可能缓存过时的内核页表条目,可能导致释放后重用或写入后释放,进而引发权限提升或数据损坏。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
Linux Linux 26b25a2b98e45aeb40eedcedc586ad5034cbd984 ~ b34289505180a83607fcfdce14b5a290d0528476 -
Linux Linux 5.2 -

二、漏洞 CVE-2025-71089 的公开POC

# POC 描述 源链接 神龙链接
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2025-71089 的情报信息

登录查看更多情报信息。

同批安全公告 · Linux · 2026-01-13 · 共 93 条

CVE-2025-68811 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2025-68794 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2025-68817 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2025-68775 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2025-71068 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2025-68809 9.1 CRITICAL Linux kernel 安全漏洞
CVE-2025-71095 9.1 CRITICAL Linux kernel 安全漏洞
CVE-2025-71093 9.1 CRITICAL Linux kernel 安全漏洞
CVE-2025-68818 8.8 HIGH Linux kernel 安全漏洞
CVE-2025-71072 8.2 HIGH Linux kernel 安全漏洞
CVE-2025-68799 8.1 HIGH Linux kernel 安全漏洞
CVE-2025-68803 8.0 HIGH Linux kernel 安全漏洞
CVE-2025-68808 7.8 HIGH Linux kernel 安全漏洞
CVE-2025-68819 7.8 HIGH Linux kernel 安全漏洞
CVE-2025-71092 7.8 HIGH Linux kernel 安全漏洞
CVE-2025-68792 7.8 HIGH Linux kernel 安全漏洞
CVE-2025-68793 7.8 HIGH Linux kernel 安全漏洞
CVE-2025-71099 7.8 HIGH Linux kernel 安全漏洞
CVE-2025-68805 7.8 HIGH Linux kernel 安全漏洞
CVE-2025-68795 7.8 HIGH Linux kernel 安全漏洞

显示前 20 条,共 93 条。 查看全部 &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2025-71089

暂无评论


发表评论