CVE-2026-52968

Severity CVSS v4.0:
Pending analysis
Type:
CWE-125 Out-of-bounds Read
Publication date:
24/06/2026
Last modified:
18/07/2026

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> KVM: s390: pci: fix GAIT table indexing due to double-scaling pointer arithmetic<br /> <br /> kvm_s390_pci_aif_enable(), kvm_s390_pci_aif_disable(), and<br /> aen_host_forward() index the GAIT by manually multiplying the index<br /> with sizeof(struct zpci_gaite).<br /> <br /> Since aift-&gt;gait is already a struct zpci_gaite pointer, this<br /> double-scales the offset, accessing element aisb*16 instead of aisb.<br /> <br /> This causes out-of-bounds accesses when aisb &gt;= 32 (with<br /> ZPCI_NR_DEVICES=512)<br /> <br /> Fix by removing the erroneous sizeof multiplication.

Vulnerable products and versions

CPE From Up to
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.0 (including) 6.1.175 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.2 (including) 6.6.141 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.7 (including) 6.12.91 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.13 (including) 6.18.33 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.19 (including) 7.0.10 (excluding)
cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc3:*:*:*:*:*:*