CVE-2026-80684: KVM: s390: pci: Fix NULL dereference on AIBV allocation failure

Published Aug 28, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

KVM: s390: pci: Fix NULL dereference on AIBV allocation failure

The airqivcreate() can return NULL on failure, but the return value was never checked. If it fails, zdev->aibv will be NULL and fail when dereferenced in kvmzpcisetairq(). Add a NULL check and free the previously allocated AISB bit and zdev->aisb on failure.

Affected Software

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    In airq_iv_create() failure paths, ensure kvm_zpci_set_airq() checks whether zdev->aibv is NULL before dereferencing it; prevent NULL dereference when the allocation returns NULL.

    Linux kernel KVM s390 PCI NULL check for zdev->aibv after airq_iv_create() = add NULL guard and avoid dereference when airq_iv_create() returns NULL
  2. Operational

    After applying the fix, verify that the failure path in kvm_zpci_set_airq() properly frees any previously allocated AISB bit and zdev->aisb when AIBV allocation (airq_iv_create()) fails.

Event History

Aug 28, 2026
CVE Published
via MITRE·06:52 AM
Data Sourced
via MITRE·06:52 AM
Description

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203