🛡️ AZL-59423 — kernel

⚪ Unknown ✅ No Known Exploit OSV
N/A
CVSS Score
0 Low4 Medium7 High9 Critical10

Description

CVE-2024-58083 affecting package kernel for versions less than 5.15.180.1-1

In the Linux kernel, the following vulnerability has been resolved:

KVM: Explicitly verify target vCPU is online in kvm_get_vcpu()

Explicitly verify the target vCPU is fully online _prior_ to clamping the

index in kvm_get_vcpu(). If the index is "bad", the nospec clamping will

generate '0', i.e. KVM will return vCPU0 instead of NULL.

In practice, the bug is unlikely to cause problems, as it will only come

into play if userspace or the guest is buggy or misbehaving, e.g. KVM may

send interrupts to vCPU0 instead of dropping them on the floor.

However, returning vCPU0 when it shouldn't exist per online_vcpus is

problematic now that KVM uses an xarray for the vCPUs array, as KVM needs

to insert into the xarray before publishing the vCPU to userspace (see

commit c5b077549136 ("KVM: Convert the kvm->vcpus array to a xarray")),

i.e. before vCPU creation is guaranteed to succeed.

As a result, incorrectly providing access to vCPU0 will trigger a

use-after-free if vCPU0 is dereferenced and kvm_vm_ioctl_create_vcpu()

bails out of vCPU creation due to an error and frees vCPU0. Commit

afb2acb2e3a3 ("KVM: Fix vcpu_array[0] races") papered over that issue, but

in doing so introduced an unsolvable teardown conundrum. Preventing

accesses to vCPU0 before it's fully online will allow reverting commit

afb2acb2e3a3, without re-introducing the vcpu_array[0] UAF race.

Affected software

AZL-59423 is recorded against 1 package.

  • kernel (fixed in 5.15.180.1-1)

Timeline and source

Published on 6 March 2025 and last revised on 21 April 2026. No public exploit is currently recorded for this entry. Record sourced from OSV.

References

nvd.nist.gov (Web)

Details

Severity Unknown
CVSS Score N/A
CVSS Vector N/A
CWE N/A
Public Exploit ✅ No
Source OSV
Published 2025-03-06
Updated 2026-08-12
Modified 2026-04-21
Fix URL N/A

Affected Packages

Software From version Fixed in
kernel 5.15.180.1-1

Similar Threats

Free Vulnerability Check

Is your site affected by AZL-59423?

BotEraser helps you identify potentially vulnerable plugins and themes by checking your installation against AZL-59423 and other known CVE records.

Scan My Site Free →

No credit card required  ·  Results in minutes

ⓘ Data Notice: The information presented above has been compiled from publicly available internet sources. Boteraser aggregates this data solely for informational purposes and does not independently classify, evaluate, or endorse any findings about the vulnerabilities listed. The accuracy and completeness of this information is the sole responsibility of the original publishers. Boteraser and its operators accept no liability for any decisions made based on this data.