Impact
Based on the description, it is inferred that the Linux kernel KVM hypervisor contains a bug in the __get_sregs2() function, where reading the PDPTR registers occurs without SRCU protection. This flaw, recorded as CWE‑820, indicates a concurrency error involving unsynchronized access that bypasses required SRCU checks. In addition, other unspecified weaknesses may be present, as indicated by the inclusion of NVD-CWE-noinfo.
Affected Systems
Affected systems are all x86 Linux kernel releases that include the KVM hypervisor but do not contain the SRCU guard in __get_sregs2(). No specific distribution or patch revision is mentioned, so any kernel build before the change is considered vulnerable.
Risk and Exploitability
The CVSS score is 7.8, and the EPSS score is less than 1%, indicating a very low probability of exploitation in real‑world scenarios. The likely attack vector is via the KVM ioctl interface from within a guest or a privileged host process; this inference comes from the fact that the vulnerability involves a KVM ioctl path. While the attack remains narrow and would require crafted input, the potential to corrupt kernel memory or cause a crash could lead to denial of service or loss of integrity for the host. Operators should regard the patch as essential to mitigate this risk.
OpenCVE Enrichment