In the Linux kernel, the following vulnerability has been resolved:
KVM: arm64: Fix circular locking dependency
The rule inside kvm enforces that the vcpu->mutex is taken *inside*
kvm->lock. The rule is violated by the pkvm_create_hyp_vm() which acquires
the kvm->lock while already holding the vcpu->mutex lock from
kvm_vcpu_ioctl(). Avoid the circular locking dependency altogether by
protecting the hyp vm handle with the config_lock, much like we already
do for other forms of VM-scoped data.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-04-03 15:15
Updated : 2025-02-27 14:42
NVD link : CVE-2024-26691
Mitre link : CVE-2024-26691
CVE.ORG link : CVE-2024-26691
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-667
Improper Locking
