Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-68428

Published Aug 10, 2026 EPSS 0.16% (6th pctl)

Overview

CVE-2026-68428 is a known-severity vulnerability. It was published on August 10, 2026.

Technical 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 bo

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2026-68428?

CVE-2026-68428 is a known-severity vulnerability. It was published on August 10, 2026.

How severe is CVE-2026-68428?

CVSS score information is not yet available for this vulnerability. Check back as the CVE record is updated by NVD analysts.

How do I fix or remediate CVE-2026-68428?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-68428?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-68428 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.