NONE · 0

CVE-2026-72290

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 g...

Vulnerability 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.

References

FAQ

What is CVE-2026-72290?

CVE-2026-72290 is a documented vulnerability. 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 g...

How severe is CVE-2026-72290?

CVSS scoring is not yet available for CVE-2026-72290. Check NVD for updates.

Is there a patch for CVE-2026-72290?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.