4 matches found
CVE-2026-68454
In the Linux kernel KVM s390 PCI implementation, CVE-2026-68454 arises from improper handling when a guest registers IRQs without a summary bit: the GAITE stores a invalid address (virt_to_phys(page_address(NULL))) instead of 0 for the guest AISB. Root cause is memory address handling in this pat...
CVE-2026-68454 KVM: s390: pci: Fix handling of AIF enable without AISB
In the Linux kernel, the following vulnerability has been resolved: KVM: s390: pci: Fix handling of AIF enable without AISB When a guest seeks to register IRQs without a summary bit specified, ensure that the associated GAITE then stores 0 for the guest AISB location instead of...
CVE-2026-68454
In the Linux kernel, the following vulnerability has been resolved: KVM: s390: pci: Fix handling of AIF enable without AISB When a guest seeks to register IRQs without a summary bit specified, ensure that the associated GAITE then stores 0 for the guest AISB location instead of...
PT-2026-71616
In the Linux kernel, the following vulnerability has been resolved: KVM: s390: pci: Fix handling of AIF enable without AISB When a guest seeks to register IRQs without a summary bit specified, ensure that the associated GAITE then stores 0 for the guest AISB location instead of virt to physpage...