Bug 2516286 (CVE-2026-72290) - CVE-2026-72290 kernel: KVM: s390: pci: Fix GISC refcount leak on AIF enable failure
Summary: CVE-2026-72290 kernel: KVM: s390: pci: Fix GISC refcount leak on AIF enable f...
Keywords:
Status: NEW
Alias: CVE-2026-72290
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-15 06:04 UTC by OSIDB Bzimport
Modified: 2026-08-18 05:16 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-15 06:04:34 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.