Impact
The vulnerability resides in the Linux kernel’s virtual machine manager for Intel’s VT-x (KVM: VMX). It causes the kernel to attempt to grab the vmcs12 data structure only when the virtual CPU (vCPU) is in guest mode, leading to a lockdep failure during CR8 interception updates. This excessive assertion can break kernel execution flow, potentially resulting in a kernel panic or an unresponsive system. The weakness is a concurrency and lock order flaw, exposing the kernel to a denial‑of‑service scenario if an attacker can trigger the condition through KVM interfaces.
Affected Systems
All Linux kernel binaries that include the KVM virtualization code are affected. The issue appears in the kernel package, regardless of distribution, as the CPE string indicates cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*. No specific version range is given, but the commit URLs point to fixes in the mainline kernel development branch.
Risk and Exploitability
No functional change was intended and the EPSS score is not available, indicating no publicly known exploitation activity. The vulnerability is not listed in CISA’s KEV catalog. Attackers would need to interact with the KVM module, passing VCPU parameters that trigger the lockdep assertion, which requires kernel execution privileges or privileged VM manipulation. Consequently the overall exploitation risk is considered low, though the impact of a kernel crash is high to the affected host.
OpenCVE Enrichment