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

目标: 1000 元 · 已筹: 1336

100%

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

AI 预测 5.5 利用难度: 中等 EPSS 0.15% · P5

可能的 ATT&CK 技术 1AI

T1055.008 · Ptrace System Calls

影响版本矩阵 14

厂商产品版本范围状态
LinuxLinuxed129ec9057f89d615ba0c81a4984a90345a1684< ec24e62a1dd3540ee696314422040180040c1e4aaffected
ed129ec9057f89d615ba0c81a4984a90345a1684< d362b21fefcef7eda8f1cd78a5925735d2b3287caffected
ed129ec9057f89d615ba0c81a4984a90345a1684< e9b28bc65fd3a56755ba503258024608292b4ab1affected
ed129ec9057f89d615ba0c81a4984a90345a1684< a2620f8932fa9fdabc3d78ed6efb004ca409019faffected
6425c590d0cc6914658a630a40b7f8226aa028c3affected
d40ef0a511676bd65ca9acb295430c07af59ab85affected
5.15.81< 5.16affected
6.0.11< 6.1affected
… +6 条更多
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
KVM: SVM: Forcibly leave SMM mode on SHUTDOWN interception
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Forcibly leave SMM mode on SHUTDOWN interception Previously, commit ed129ec9057f ("KVM: x86: forcibly leave nested mode on vCPU reset") addressed an issue where a triple fault occurring in nested mode could lead to use-after-free scenarios. However, the commit did not handle the analogous situation for System Management Mode (SMM). This omission results in triggering a WARN when KVM forces a vCPU INIT after SHUTDOWN interception while the vCPU is in SMM. This situation was reprodused using Syzkaller by: 1) Creating a KVM VM and vCPU 2) Sending a KVM_SMI ioctl to explicitly enter SMM 3) Executing invalid instructions causing consecutive exceptions and eventually a triple fault The issue manifests as follows: WARNING: CPU: 0 PID: 25506 at arch/x86/kvm/x86.c:12112 kvm_vcpu_reset+0x1d2/0x1530 arch/x86/kvm/x86.c:12112 Modules linked in: CPU: 0 PID: 25506 Comm: syz-executor.0 Not tainted 6.1.130-syzkaller-00157-g164fe5dde9b6 #0 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.12.0-1 04/01/2014 RIP: 0010:kvm_vcpu_reset+0x1d2/0x1530 arch/x86/kvm/x86.c:12112 Call Trace: <TASK> shutdown_interception+0x66/0xb0 arch/x86/kvm/svm/svm.c:2136 svm_invoke_exit_handler+0x110/0x530 arch/x86/kvm/svm/svm.c:3395 svm_handle_exit+0x424/0x920 arch/x86/kvm/svm/svm.c:3457 vcpu_enter_guest arch/x86/kvm/x86.c:10959 [inline] vcpu_run+0x2c43/0x5a90 arch/x86/kvm/x86.c:11062 kvm_arch_vcpu_ioctl_run+0x50f/0x1cf0 arch/x86/kvm/x86.c:11283 kvm_vcpu_ioctl+0x570/0xf00 arch/x86/kvm/../../../virt/kvm/kvm_main.c:4122 vfs_ioctl fs/ioctl.c:51 [inline] __do_sys_ioctl fs/ioctl.c:870 [inline] __se_sys_ioctl fs/ioctl.c:856 [inline] __x64_sys_ioctl+0x19a/0x210 fs/ioctl.c:856 do_syscall_x64 arch/x86/entry/common.c:51 [inline] do_syscall_64+0x35/0x80 arch/x86/entry/common.c:81 entry_SYSCALL_64_after_hwframe+0x6e/0xd8 Architecturally, INIT is blocked when the CPU is in SMM, hence KVM's WARN() in kvm_vcpu_reset() to guard against KVM bugs, e.g. to detect improper emulation of INIT. SHUTDOWN on SVM is a weird edge case where KVM needs to do _something_ sane with the VMCB, since it's technically undefined, and INIT is the least awful choice given KVM's ABI. So, double down on stuffing INIT on SHUTDOWN, and force the vCPU out of SMM to avoid any weirdness (and the WARN). Found by Linux Verification Center (linuxtesting.org) with Syzkaller. [sean: massage changelog, make it clear this isn't architectural behavior]
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于未正确处理SMM模式下的SHUTDOWN拦截,可能导致使用后释放场景。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux ed129ec9057f89d615ba0c81a4984a90345a1684 ~ ec24e62a1dd3540ee696314422040180040c1e4a -
LinuxLinux 6.1 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2025-37957 补丁与修复 (1)

同批安全公告 · Linux · 2025-05-20 · 共 95 条

CVE-2025-379249.8 CRITICALLinux kernel 安全漏洞
CVE-2025-37958Linux kernel 安全漏洞
CVE-2025-37955Linux kernel 安全漏洞
CVE-2025-37952Linux kernel 安全漏洞
CVE-2025-37948Linux kernel 安全漏洞
CVE-2025-37947Linux kernel 安全漏洞
CVE-2025-37946Linux kernel 安全漏洞
CVE-2025-37945Linux kernel 安全漏洞
CVE-2025-37944Linux kernel 安全漏洞
CVE-2025-37949Linux kernel 安全漏洞
CVE-2025-37956Linux kernel 安全漏洞
CVE-2025-37954Linux kernel 安全漏洞
CVE-2025-37960Linux kernel 安全漏洞
CVE-2025-37959Linux kernel 安全漏洞
CVE-2025-37961Linux kernel 安全漏洞
CVE-2025-37963Linux kernel 安全漏洞
CVE-2025-37962Linux kernel 安全漏洞
CVE-2025-37964Linux kernel 安全漏洞
CVE-2025-37965Linux kernel 安全漏洞
CVE-2025-37967Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2025-37957

暂无评论


发表评论