Description
In the Linux kernel, the following vulnerability has been resolved:

KVM: x86: Ensure vendor's exit handler runs before fastpath userspace exits

Move the handling of fastpath userspace exits into vendor code to ensure
KVM runs vendor specific operations that need to run before userspace gains
control of the vCPU. E.g. for VMX (and soon to be for SVM as well), KVM
needs to flush the PML buffer prior to exiting to userspace, otherwise any
memory written by the final KVM_RUN might never be flagged as dirty.

Note, waiting to snapshot CR0 and CR3 until svm_handle_exit() is flawed in
general, as that risks consuming stale state in a fastpath handler. That
will be addressed in a future change.
Published: 2026-07-25
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel’s KVM module for x86 processors has a defect where the vendor‑specific exit handler runs after the fastpath userspace exit. This ordering prevents a required flush of the PML buffer, so memory changes made during the final KVM_RUN may never be marked dirty; the guest can then see stale or incomplete state when it regains control. This flaw exemplifies a flawed synchronization issue (CWE‑367) and does not provide remote code execution but can allow an attacker to manipulate VM state and potentially cause data loss or encapsulated denial of service inside a virtual machine.

Affected Systems

All Linux installations using the KVM virtualization stack on x86 that run a kernel version lacking the vendor exit-handler fix are affected. The CID specifies an entire Linux kernel family but provides no explicit version range, so any kernel prior to the commit that adds the missing flush remains in scope until the patch is applied.

Risk and Exploitability

The CVSS score of 7.1 indicates a medium severity vulnerability. The EPSS score is below 1% and the vulnerability is not listed in CISA’s KEV catalog, indicating a low probability of exploitation in the wild. Nevertheless, an entity with virtualization privileges - such as a malicious guest resident in the host - can trigger the fastpath exit path and exploit the stale-state condition. The flaw is local to the host-guest boundary; an external attacker would need a foothold in the host to use it. Overall risk is moderate due to the functional impact on VM state and the low likelihood of exploitation.

Generated by OpenCVE AI on August 5, 2026 at 01:18 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest stable Linux kernel that includes the vendor exit-handler patch
  • Disable or reconfigure any SVM or KVM fastpath features that rely on the old exit path
  • Validate guest memory consistency after kernel upgrades and monitor logs for signs of stale state

Generated by OpenCVE AI on August 5, 2026 at 01:18 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4724-1 linux-6.12 new package
History

Mon, 03 Aug 2026 19:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-292

Thu, 30 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-367
References
Metrics threat_severity

None

threat_severity

Moderate


Mon, 27 Jul 2026 06:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-292

Mon, 27 Jul 2026 05:15:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.1, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H'}


Sat, 25 Jul 2026 09:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Ensure vendor's exit handler runs before fastpath userspace exits Move the handling of fastpath userspace exits into vendor code to ensure KVM runs vendor specific operations that need to run before userspace gains control of the vCPU. E.g. for VMX (and soon to be for SVM as well), KVM needs to flush the PML buffer prior to exiting to userspace, otherwise any memory written by the final KVM_RUN might never be flagged as dirty. Note, waiting to snapshot CR0 and CR3 until svm_handle_exit() is flawed in general, as that risks consuming stale state in a fastpath handler. That will be addressed in a future change.
Title KVM: x86: Ensure vendor's exit handler runs before fastpath userspace exits
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-05T12:40:33.247Z

Reserved: 2026-07-19T15:36:31.777Z

Link: CVE-2026-64284

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-07-25T10:17:09.033

Modified: 2026-08-13T15:30:18.080

Link: CVE-2026-64284

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-25T00:00:00Z

Links: CVE-2026-64284 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T01:30:17Z

Weaknesses
  • CWE-367

    Time-of-check Time-of-use (TOCTOU) Race Condition