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

目标: 1000 元 · 已筹: 1310

100%

CVE-2026-46113— Linux kernel 安全漏洞

CVSS 8.8 · High EPSS 0.01% · P2

影响版本矩阵 12

厂商产品版本范围状态
LinuxLinux6aa8b732ca01c3d7a54e93f4d701b8aabbe60fb7< 488e386484ec8c0e558be6e156edf34ed9f4d5c8affected
6aa8b732ca01c3d7a54e93f4d701b8aabbe60fb7< 06c19c967b845b63172601fe459667d973b7e6b7affected
6aa8b732ca01c3d7a54e93f4d701b8aabbe60fb7< 738ec97b1855df6c08fe2369f798fa0b972e556baffected
6aa8b732ca01c3d7a54e93f4d701b8aabbe60fb7< 14d1e55dfd2cf4711bff164a6aaaddb783552134affected
6aa8b732ca01c3d7a54e93f4d701b8aabbe60fb7< 0cb2af2ea66ad8ff195c156ea690f11216285bdfaffected
2.6.20affected
< 2.6.20unaffected
6.6.140≤ 6.6.*unaffected
… +4 条更多
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2026-46113 基础信息

漏洞信息

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

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

Vulnerability Title
KVM: x86: Fix shadow paging use-after-free due to unexpected GFN
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Fix shadow paging use-after-free due to unexpected GFN The shadow MMU computes GFNs for direct shadow pages using sp->gfn plus the SPTE index. This assumption breaks for shadow paging if the guest page tables are modified between VM entries (similar to commit aad885e77496, "KVM: x86/mmu: Drop/zap existing present SPTE even when creating an MMIO SPTE", 2026-03-27). The flow is as follows: - a PDE is installed for a 2MB mapping, and a page in that area is accessed. KVM creates a kvm_mmu_page consisting of 512 4KB pages; the kvm_mmu_page is marked by FNAME(fetch) as direct-mapped because the guest's mapping is a huge page (and thus contiguous). - the PDE mapping is changed from outside the guest. - the guest accesses another page in the same 2MB area. KVM installs a new leaf SPTE and rmap entry; the SPTE uses the "correct" GFN (i.e. based on the new mapping, as changed in the previous step) but that GFN is outside of the [sp->gfn, sp->gfn + 511] range; therefore the rmap entry cannot be found and removed when the kvm_mmu_page is zapped. - the memslot that covers the first 2MB mapping is deleted, and the kvm_mmu_page for the now-invalid GPA is zapped. However, rmap_remove() only looks at the [sp->gfn, sp->gfn + 511] range established in step 1, and fails to find the rmap entry that was recorded by step 3. - any operation that causes an rmap walk for the same page accessed by step 3 then walks a stale rmap and dereferences a freed kvm_mmu_page. This includes dirty logging or MMU notifier invalidations (e.g., from MADV_DONTNEED). The underlying issue is that KVM's walking of shadow PTEs assumes that if a SPTE is present when KVM wants to install a non-leaf SPTE, then the existing kvm_mmu_page must be for the correct gfn. Because the only way for the gfn to be wrong is if KVM messed up and failed to zap a SPTE... which shouldn't happen, but *actually* only happens in response to a guest write. That bug dates back literally forever, as even the first version of KVM assumes that the GFN matches and walks into the "wrong" shadow page. However, that was only an imprecision until 2032a93d66fa ("KVM: MMU: Don't allocate gfns page for direct mmu pages") came along. Fix it by checking for a target gfn mismatch and zapping the existing SPTE. That way the old SP and rmap entries are gone, KVM installs the rmap in the right location, and everyone is happy.
来源: 美国国家漏洞数据库 NVD
CVSS Information
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于KVM x86影子分页因意外的GFN导致释放后重用。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 6aa8b732ca01c3d7a54e93f4d701b8aabbe60fb7 ~ 488e386484ec8c0e558be6e156edf34ed9f4d5c8 -
LinuxLinux 2.6.20 -

二、漏洞 CVE-2026-46113 的公开POC

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

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-46113 的情报信息

登录查看更多情报信息。

CVE-2026-46113 补丁与修复 (5)

同批安全公告 · Linux · 2026-05-28 · 共 138 条

CVE-2026-461959.8 CRITICALLinux kernel 安全漏洞
CVE-2026-461379.8 CRITICALLinux kernel 安全漏洞
CVE-2026-461359.8 CRITICALLinux kernel 安全漏洞
CVE-2026-461159.8 CRITICALLinux kernel 安全漏洞
CVE-2026-461859.1 CRITICALLinux kernel 安全漏洞
CVE-2026-461199.1 CRITICALLinux kernel 安全漏洞
CVE-2026-461559.1 CRITICALLinux kernel 安全漏洞
CVE-2026-461258.8 HIGHLinux kernel 安全漏洞
CVE-2026-461748.8 HIGHLinux kernel 安全漏洞
CVE-2026-461988.8 HIGHLinux kernel 安全漏洞
CVE-2026-461668.8 HIGHLinux kernel 安全漏洞
CVE-2026-461528.8 HIGHLinux kernel 安全漏洞
CVE-2026-462388.8 HIGHLinux kernel 安全漏洞
CVE-2026-462128.8 HIGHLinux kernel 安全漏洞
CVE-2026-462328.1 HIGHLinux kernel 安全漏洞
CVE-2026-461388.1 HIGHLinux kernel 安全漏洞
CVE-2026-461737.8 HIGHLinux kernel 安全漏洞
CVE-2026-461977.8 HIGHLinux kernel 安全漏洞
CVE-2026-461767.8 HIGHLinux kernel 安全漏洞
CVE-2026-461577.8 HIGHLinux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-46113

暂无评论


发表评论