CVE-2024-26691
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
03/04/2024
Last modified:
27/02/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
KVM: arm64: Fix circular locking dependency<br />
<br />
The rule inside kvm enforces that the vcpu->mutex is taken *inside*<br />
kvm->lock. The rule is violated by the pkvm_create_hyp_vm() which acquires<br />
the kvm->lock while already holding the vcpu->mutex lock from<br />
kvm_vcpu_ioctl(). Avoid the circular locking dependency altogether by<br />
protecting the hyp vm handle with the config_lock, much like we already<br />
do for other forms of VM-scoped data.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.6.18 (excluding) | |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (including) | 6.7.6 (excluding) |
| cpe:2.3:o:linux:linux_kernel:6.8:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.8:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.8:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.8:rc4:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page
References to Advisories, Solutions, and Tools
- https://git.kernel.org/stable/c/10c02aad111df02088d1a81792a709f6a7eca6cc
- https://git.kernel.org/stable/c/3ab1c40a1e915e350d9181a4603af393141970cc
- https://git.kernel.org/stable/c/3d16cebf01127f459dcfeb79ed77bd68b124c228
- https://git.kernel.org/stable/c/10c02aad111df02088d1a81792a709f6a7eca6cc
- https://git.kernel.org/stable/c/3ab1c40a1e915e350d9181a4603af393141970cc
- https://git.kernel.org/stable/c/3d16cebf01127f459dcfeb79ed77bd68b124c228



