Answer in brief
CVE-2026-68428 records a Unknown severity vulnerability in KVM: x86/mmu: Fix use-after-free on vendor module reload. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=cb498ea2ce1d3f3c0bc0a2522241dca10263e437 <6f4be73880302d5642c83a0813fdfe1f5fd4b6e3 || >=cb498ea2ce1d3f3c0bc0a2522241dca10263e437 <32b9f89ed9e6d7a45075d64089c254a7f6e13695 || >=cb498ea2ce1d3f3c0bc0a2522241dca10263e437 <ec9daa8fd1b6f45545c9839dca55bd867fad9e13 || >=cb498ea2ce1d3f3c0bc0a2522241dca10263e437 <43cfb20d62ffe49626d62beecfc32eb6f262191c || >=cb498ea2ce1d3f3c0bc0a2522241dca10263e437 <52f2f7c30126037975389aa04d24c506a5177c35 | 6f4be73880302d5642c83a0813fdfe1f5fd4b6e3, 32b9f89ed9e6d7a45075d64089c254a7f6e13695, ec9daa8fd1b6f45545c9839dca55bd867fad9e13, 43cfb20d62ffe49626d62beecfc32eb6f262191c, 52f2f7c30126037975389aa04d24c506a5177c35 |
| Linux/Linuxgeneric | 2.6.25 | Not reported |
Published upstream
Aug 10, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 10, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 10, 2026
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.
Quoted source text, attributed separately from HOL analysis.
Answer in brief
CVE-2026-68428 records a Unknown severity vulnerability in KVM: x86/mmu: Fix use-after-free on vendor module reload. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=cb498ea2ce1d3f3c0bc0a2522241dca10263e437 <6f4be73880302d5642c83a0813fdfe1f5fd4b6e3 || >=cb498ea2ce1d3f3c0bc0a2522241dca10263e437 <32b9f89ed9e6d7a45075d64089c254a7f6e13695 || >=cb498ea2ce1d3f3c0bc0a2522241dca10263e437 <ec9daa8fd1b6f45545c9839dca55bd867fad9e13 || >=cb498ea2ce1d3f3c0bc0a2522241dca10263e437 <43cfb20d62ffe49626d62beecfc32eb6f262191c || >=cb498ea2ce1d3f3c0bc0a2522241dca10263e437 <52f2f7c30126037975389aa04d24c506a5177c35 | 6f4be73880302d5642c83a0813fdfe1f5fd4b6e3, 32b9f89ed9e6d7a45075d64089c254a7f6e13695, ec9daa8fd1b6f45545c9839dca55bd867fad9e13, 43cfb20d62ffe49626d62beecfc32eb6f262191c, 52f2f7c30126037975389aa04d24c506a5177c35 |
| Linux/Linuxgeneric | 2.6.25 | Not reported |
Published upstream
Aug 10, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 10, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 10, 2026
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.
Quoted source text, attributed separately from HOL analysis.