PT-2026-37554 · Linux · Linux Kernel
Published
2026-05-06
·
Updated
2026-05-15
·
CVE-2026-43214
CVSS v3.1
7.8
High
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
An issue exists in the KVM x86 component where reading PDPTR registers in the
get sregs2() function lacks proper SRCU read-side protection. Reading PDPTRs can trigger access to guest memory through a call chain involving kvm pdptr read(), svm cache reg(), load pdptrs(), kvm vcpu read guest page(), and kvm vcpu gfn to memslot(). The kvm vcpu gfn to memslot() function dereferences memslots via kvm memslots(), which requires either kvm->srcu or kvm->slots lock to be held. Because only vcpu->mutex is held during this operation, it triggers a lockdep warning due to suspicious RCU usage.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux Kernel