CVE-2026-52968
ANALYSIS PENDINGKVM: s390: pci: fix GAIT table indexing due to double-scaling pointer arithmetic
Title source: cnaDescription
In the Linux kernel, the following vulnerability has been resolved: KVM: s390: pci: fix GAIT table indexing due to double-scaling pointer arithmetic kvm_s390_pci_aif_enable(), kvm_s390_pci_aif_disable(), and aen_host_forward() index the GAIT by manually multiplying the index with sizeof(struct zpci_gaite). Since aift->gait is already a struct zpci_gaite pointer, this double-scales the offset, accessing element aisb*16 instead of aisb. This causes out-of-bounds accesses when aisb >= 32 (with ZPCI_NR_DEVICES=512) Fix by removing the erroneous sizeof multiplication.
References (6)
Core 6
Core References
Scores
EPSS
0.0018
EPSS Percentile
7.7%
Details
Status
published
Products (19)
linux/Kernel
6.0.0 - 6.1.175linux
linux/Kernel
6.13.0 - 6.18.33linux
linux/Kernel
6.19.0 - 7.0.10linux
linux/Kernel
6.2.0 - 6.6.141linux
linux/Kernel
6.7.0 - 6.12.91linux
Linux/Linux
< 6.0
Linux/Linux
6.0
Linux/Linux
6.1.175 - 6.1.*
Linux/Linux
6.12.91 - 6.12.*
Linux/Linux
6.18.33 - 6.18.*
... and 9 more
Published
Jun 24, 2026
Tracked Since
Jun 24, 2026