CVE-2026-72290
Received Received - Intake

KVM s390 GISC refcount leak on AIF enable failure

Vulnerability report for CVE-2026-72290, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-15

Last updated on: 2026-08-17

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: pci: Fix GISC refcount leak on AIF enable failure kvm_s390_gisc_register() registers the guest ISC before pinning the guest interrupt forwarding pages and allocating the AISB bit. If any of the later setup steps fails, the function unwinds the pinned pages and other local state, but does not unregister the GISC reference. Add the missing kvm_s390_gisc_unregister() to the error unwind path.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-15
Last Modified
2026-08-17
Generated
2026-09-04
AI Q&A
2026-08-15
EPSS Evaluated
2026-09-03
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a Linux kernel vulnerability affecting the KVM (Kernel-based Virtual Machine) subsystem on s390 (IBM Z) architectures. It involves a reference count leak in the GISC (Guest Interrupt-Steering Control) when enabling PCI AIF (Adapter Interrupt Facility) fails. The function kvm_s390_gisc_register() registers a guest ISC but fails to unregister it if later setup steps like page pinning or AISB bit allocation fail, leaving a dangling reference.

Detection Guidance

This vulnerability is specific to the Linux kernel's KVM s390 PCI module and involves a GISC refcount leak during AIF enable failure. Detection requires checking kernel logs for KVM-related errors or examining kernel module behavior. Commands like dmesg | grep -i kvm or journalctl -k | grep -i kvm may help identify issues. Ensure your kernel version is updated to a patched release.

Impact Analysis

This vulnerability could lead to resource leaks in the KVM subsystem, potentially causing system instability or denial of service if the leaked references accumulate over time. It may also affect virtual machine performance or reliability on affected systems.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR, HIPAA, or similar standards as it is a low-level kernel issue related to resource management in the Linux KVM subsystem for s390 architecture. No data exposure or privacy implications are described.

Mitigation Strategies

Apply the latest kernel update from your Linux distribution to patch this vulnerability. Reboot the system to load the updated kernel. Monitor system logs for any KVM-related errors post-update. If using a vulnerable kernel version, avoid enabling KVM s390 PCI features until patched.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-72290. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart