Back to overview

CVE-2026-52968

Description
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.

Metadata

CVE ID
CVE-2026-52968
State
PUBLISHED
Assigner
Linux
Reserved
2026-06-09 07:44 UTC
Published
2026-06-24 16:28 UTC
Last updated
2026-06-24 16:28 UTC
Vendor / Product
Linux / Linux
Sources
cve.org  ·  NVD

Severity & Metrics

No CVSS data available.

Affected products (2)
VendorProductPlatformVersions
Linux Linux 73f91b004321f2510fa79e66035dbbf1870fcf56 < 31a9d9f9942885aae356a1a57c79e82c5b5b0828, 73f91b004321f2510fa79e66035dbbf1870fcf56 < a99a25db131ece5e6c0f7632da606de631efe4f2, 73f91b004321f2510fa79e66035dbbf1870fcf56 < 11b8ff5b930b351dd1f6f088dce0beb027ac92d0, 73f91b004321f2510fa79e66035dbbf1870fcf56 < b22a2da8792a7bfe743c1a922e77fa499ddedbe8 …
Linux Linux 6.0, 0 < 6.0, 6.1.175 ≤ 6.1.*, 6.6.141 ≤ 6.6.* …
Back to overview