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

目标: 1000 元 · 已筹: 1336

100%

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

CVSS 7.9 · High EPSS 0.16% · P5

影响版本矩阵 20

厂商产品版本范围状态
LinuxLinux8a76d7f25f8f24fc5a328c8e15e4a7313cf141b9< a908eca437789589dd4624da428614c1275064dcaffected
8a76d7f25f8f24fc5a328c8e15e4a7313cf141b9< 00338255bb1f422642fb2798ebe92e93b6e4209baffected
8a76d7f25f8f24fc5a328c8e15e4a7313cf141b9< e0ce3ed1048a47986d15aef1a98ebda25560d257affected
8a76d7f25f8f24fc5a328c8e15e4a7313cf141b9< ba35a5d775799ce5ad60230be97336f2fefd518eaffected
8a76d7f25f8f24fc5a328c8e15e4a7313cf141b9< 3d3abf3f7e8b1abb082070a343de82d7efc80523affected
8a76d7f25f8f24fc5a328c8e15e4a7313cf141b9< e7177c7e32cb806f348387b7f4faafd4a5b32054affected
8a76d7f25f8f24fc5a328c8e15e4a7313cf141b9< 3a062a5c55adc5507600b9ae6d911e247e2f1d6eaffected
8a76d7f25f8f24fc5a328c8e15e4a7313cf141b9< 7366830642505683bbe905a2ba5d18d6e4b512b8affected
… +12 条更多
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
KVM: x86: Don't (re)check L1 intercepts when completing userspace I/O
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Don't (re)check L1 intercepts when completing userspace I/O When completing emulation of instruction that generated a userspace exit for I/O, don't recheck L1 intercepts as KVM has already finished that phase of instruction execution, i.e. has already committed to allowing L2 to perform I/O. If L1 (or host userspace) modifies the I/O permission bitmaps during the exit to userspace, KVM will treat the access as being intercepted despite already having emulated the I/O access. Pivot on EMULTYPE_NO_DECODE to detect that KVM is completing emulation. Of the three users of EMULTYPE_NO_DECODE, only complete_emulated_io() (the intended "recipient") can reach the code in question. gp_interception()'s use is mutually exclusive with is_guest_mode(), and complete_emulated_insn_gp() unconditionally pairs EMULTYPE_NO_DECODE with EMULTYPE_SKIP. The bad behavior was detected by a syzkaller program that toggles port I/O interception during the userspace I/O exit, ultimately resulting in a WARN on vcpu->arch.pio.count being non-zero due to KVM no completing emulation of the I/O instruction. WARNING: CPU: 23 PID: 1083 at arch/x86/kvm/x86.c:8039 emulator_pio_in_out+0x154/0x170 [kvm] Modules linked in: kvm_intel kvm irqbypass CPU: 23 UID: 1000 PID: 1083 Comm: repro Not tainted 6.16.0-rc5-c1610d2d66b1-next-vm #74 NONE Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 0.0.0 02/06/2015 RIP: 0010:emulator_pio_in_out+0x154/0x170 [kvm] PKRU: 55555554 Call Trace: <TASK> kvm_fast_pio+0xd6/0x1d0 [kvm] vmx_handle_exit+0x149/0x610 [kvm_intel] kvm_arch_vcpu_ioctl_run+0xda8/0x1ac0 [kvm] kvm_vcpu_ioctl+0x244/0x8c0 [kvm] __x64_sys_ioctl+0x8a/0xd0 do_syscall_64+0x5d/0xc60 entry_SYSCALL_64_after_hwframe+0x4b/0x53 </TASK>
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:L/I:L/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存在安全漏洞,该漏洞源于完成用户空间IO时未重新检查L1拦截,可能导致错误的IO访问处理。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 8a76d7f25f8f24fc5a328c8e15e4a7313cf141b9 ~ a908eca437789589dd4624da428614c1275064dc -
LinuxLinux 3.0 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2025-40026 补丁与修复 (9)

同批安全公告 · Linux · 2025-10-28 · 共 58 条

CVE-2025-400749.8 CRITICALLinux kernel 安全漏洞
CVE-2025-400438.8 HIGHLinux kernel 安全漏洞
CVE-2025-400398.8 HIGHLinux kernel 安全漏洞
CVE-2025-400588.8 HIGHLinux kernel 安全漏洞
CVE-2025-400468.6 HIGHLinux kernel 安全漏洞
CVE-2025-400688.4 HIGHLinux kernel 安全漏洞
CVE-2025-400758.1 HIGHLinux kernel 安全漏洞
CVE-2025-400257.8 HIGHLinux kernel 安全漏洞
CVE-2025-400277.8 HIGHLinux kernel 安全漏洞
CVE-2025-400287.8 HIGHLinux kernel 安全漏洞
CVE-2025-400457.8 HIGHLinux kernel 安全漏洞
CVE-2025-400477.8 HIGHLinux kernel 安全漏洞
CVE-2025-400517.8 HIGHLinux kernel 安全漏洞
CVE-2025-400547.8 HIGHLinux kernel 安全漏洞
CVE-2025-400617.8 HIGHLinux kernel 安全漏洞
CVE-2025-400647.8 HIGHLinux kernel 安全漏洞
CVE-2025-400677.8 HIGHLinux kernel 安全漏洞
CVE-2025-400697.8 HIGHLinux kernel 安全漏洞
CVE-2025-400797.8 HIGHLinux kernel 安全漏洞
CVE-2025-400817.8 HIGHLinux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2025-40026

暂无评论


发表评论