CyberRota
← Ana sayfaya dön

CVE-2026-52968

UNKNOWN · CVSS N/A EPSS %0.18

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-06-24T17:17:07.243 · Çekilme zamanı: 2026-06-30T18:31:43.734349+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-52968
Severity
UNKNOWN
CVSS
N/A
EPSS
%0.18
Linux

Orijinal NVD Açıklaması

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.