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.
Published: 2026-08-15
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This vulnerability occurs in the Linux kernel’s KVM for s390 when attempting to enable Asynchronous Interrupts for Frame (AIF). If the setup of guest interrupt forwarding pages or the allocation of associated bits fails, the function kvm_s390_gisc_register() unwinds the allocated pages but fails to unregister the GISC reference it has previously added. The lingering reference count prevents the resource from being released, potentially causing memory exhaustion or a denial of service.

Affected Systems

All Linux kernel implementations that use KVM on the s390 architecture with the affected code path are impacted. The specific kernel releases that contain the pre-patch route are not listed in the data, so any kernel version not yet updated to include the commit that adds kvm_s390_gisc_unregister() on error should be treated as vulnerable.

Risk and Exploitability

The CVSS score is 5.5, EPSS score is < 1%, and the vulnerability is not listed in CISA KEV. The impact remains a resource exhaustion via reference count leak that could degrade system availability. The likely attack vector is local or requires a privileged user capable of triggering AIF setup failures; no remote code execution or other direct attack paths are described. The moderate CVSS score and low EPSS suggest the risk is moderate, but environments running vulnerable KVM versions could still suffer from repeated failed AIF enable attempts under load.

Generated by OpenCVE AI on August 18, 2026 at 19:31 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a release that incorporates the commit adding kvm_s390_gisc_unregister() on error
  • If an immediate kernel update is not possible, restart affected virtual machines or the host to clear the leaked references and reset the state
  • Monitor system memory consumption and KVM logs for signs of abnormal resource buildup and adjust usage patterns accordingly

Generated by OpenCVE AI on August 18, 2026 at 19:31 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 18 Aug 2026 15:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-734

Tue, 18 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-911
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Low


Sat, 15 Aug 2026 19:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-734

Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
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.
Title KVM: s390: pci: Fix GISC refcount leak on AIF enable failure
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-17T05:11:52.778Z

Reserved: 2026-08-09T03:40:39.917Z

Link: CVE-2026-72290

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:22:00.917

Modified: 2026-08-17T06:18:31.820

Link: CVE-2026-72290

cve-icon Redhat

Severity : Low

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-72290 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T19:45:03Z

Weaknesses
  • CWE-911

    Improper Update of Reference Count