In the Linux kernel, the following vulnerability has been resolved:
LoongArch: KVM: Fix base address calculation in kvmeiointcregs_access()
In function kvmeiointcregs_access(), the register base address is caculated from array base address plus offset, the offset is absolute value from the base address. The data type of array base address is u64, it should be converted into the "void *" type and then plus the offset.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/31xxx/CVE-2026-31564.json",
"cna_assigner": "Linux"
}