In the Linux kernel, the following vulnerability has been...
High severity
Unreviewed
Published
Apr 24, 2026
to the GitHub Advisory Database
•
Updated Apr 27, 2026
Description
Published by the National Vulnerability Database
Apr 24, 2026
Published to the GitHub Advisory Database
Apr 24, 2026
Last updated
Apr 27, 2026
In the Linux kernel, the following vulnerability has been resolved:
LoongArch: KVM: Handle the case that EIOINTC's coremap is empty
EIOINTC's coremap in eiointc_update_sw_coremap() can be empty, currently
we get a cpuid with -1 in this case, but we actually need 0 because it's
similar as the case that cpuid >= 4.
This fix an out-of-bounds access to kvm_arch::phyid_map::phys_map[].
References