CVE-2026-68428Patch

LOW

Signal is active with 1 mentions in latest observed window

Immediate actions

  • Patch affected systems immediately

Recommended action window: Monitor and triage in normal cycle

NVD description

In the Linux kernel, the following vulnerability has been resolved: KVM: x86/mmu: Fix use-after-free on vendor module reload mmu_destroy_caches() destroys pte_list_desc_cache and mmu_page_header_cache, but leaves both pointers unchanged. The pointers live in kvm.ko, and therefore survive when a vendor module is unloaded while kvm.ko remains loaded. If creation of pte_list_desc_cache fails during a subsequent vendor module load, its assignment sets pte_list_desc_cache to NULL and the error path calls mmu_destroy_caches(). mmu_page_header_cache still points to the cache destroyed during the preceding vendor module unload. Passing that stale pointer to kmem_cache_destroy() causes a slab use-after-free. Reproduce the issue on a v7.1.3 kernel with CONFIG_KASAN=y, CONFIG_KASAN_GENERIC=y, CONFIG_KVM=m, and CONFIG_KVM_INTEL=m. A one-shot test hook forces pte_list_desc_cache to NULL on the second invocation of kvm_mmu_vendor_module_init(): 1. Load kvm.ko and kvm-intel.ko, creating both caches. 2. Unload only kvm_intel, leaving kvm.ko loaded. 3. Reload kvm_intel and force initialization through the -ENOMEM path. KASAN reports: BUG: KASAN: slab-use-after-free in kvm_mmu_vendor_module_init+0x5b/0x170 [kvm] ... kmem_cache_destroy+0x21/0x1d0 kvm_mmu_vendor_module_init+0x5b/0x170 [kvm] ... Allocated by task 16817: __kmem_cache_create_args+0x12c/0x3b0 __kmem_cache_create.constprop.0+0xb6/0xf0 [kvm] kvm_mmu_vendor_module_init+0x13b/0x170 [kvm] ... Freed by task 16820: kmem_cache_destroy+0x117/0x1d0 kvm_mmu_vendor_module_exit+0x21/0x30 [kvm] Clear both pointers immediately after destroying their caches so that the stored state reflects the caches' lifetime and repeated cleanup is safe. With the fix applied, the same injected vendor module reload fails with -ENOMEM as expected and produces no KASAN report.

0.5/ 10 priority

Sources & remediation

Priority

LOW

Exploitation

NONE

PoC

NONE

Patch

AVAILABLE

Momentum

STABLE

Threat summary

  • Patch or workaround signal is available
  • 4 mentions across 2 observed days
  • Momentum state: stable

What's happening

  • Patch or workaround mentioned in 4 signals
  • Technical details provided in 3 signals
  • Peaked 1d ago at 3 mentions (2026-08-10); latest day: 1
  • 4 total mentions across 2 days

Deep dive

Activity timeline4 mentions / 2d
01223Mentions · 2026-08-10: 3Mentions · 2026-08-11: 1Patch / Workaround · 2026-08-10: 3Patch / Workaround · 2026-08-11: 1Technical Details · 2026-08-10: 2Technical Details · 2026-08-11: 108-1008-11
Signal classification1 categories
Patch
4100.0%
Referenced assets4 URLs
Classification over time
DateTotalLabels
2026-08-103
Patch3
2026-08-111
Patch1
Full discourse4 posts
  • CVE@CVEnew
    Patch

    CVE-2026-68428 In the Linux kernel, the following vulnerability has been resolved: KVM: x86/mmu: Fix use-after-free on vendor module reload mmu_destroy_caches() destroys pte_list_… https://www.cve.org/CVERecord?id=CVE-2026-68428

    Post summary

    CVE‑2026‑68428 is a use‑after‑free bug in the Linux kernel’s KVM MMU handling that has been fixed by addressing the issue during vendor module reloads.

    000011.3K
    57.9K followersView on X
  • Windows Forum@windowsforum
    Patch

    🛠️ Linux KVM’s module-reload bug can trigger a host-kernel use-after-free in a rare error path. Patch KVM hosts now—this isn’t a Hyper-V flaw or a guest-to-host escape. https://windowsforum.com/security-alerts.84/cve-2026-68428-patch-linux-kvm-module-reload-uaf.442396/?utm_source=x&utm_medium=social&utm_campaign=news_node84 #KernelSecurity #VirtualizationSecurity #LinuxKvm #Cve202668428 https://t.co/qLXyrxJyGf

    Post summary

    CVE-2026-68428 is a host‑kernel use‑after‑free flaw in Linux KVM’s module‑reload path; a patch has been released and KVM hosts should be updated.

    0000039
    1.3K followersView on X
  • Vulmon Vulnerability Feed@VulmonFeeds
    Patch

    CVE-2026-68428 In the Linux kernel, the following vulnerability has been resolved: KVM https://vulmon.com/vulnerabilitydetails?qid=CVE-2026-68428

    Post summary

    The announcement indicates that CVE-2026-68428, affecting Linux kernel KVM, has been resolved, with no evidence of active exploitation or PoC, and no technical details disclosed.

    00000136
    4.1K followersView on X
  • Infoflowcloud@infoflowcloud
    Patch

    🚨*CVE* CVE-2026-68428 In the Linux kernel, the following vulnerability has been resolved: KVM: x86/mmu: Fix use-after-free on vendor module reload mmu_destroy_caches() destroys pte_list_… https://www.cve.org/CVERecord?id=CVE-2026-68428 ----- Traducción: CVE-2026-68428 En … http://infoflow.cloud`

    Post summary

    The post announces that CVE-2026-68428 in the Linux kernel has been patched, fixing a use‑after‑free bug in KVM's x86/mmu on vendor module reload.

    0000037
    98 followersView on X

Explore more