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

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

The airq_iv_create() 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 kvm_zpci_set_airq(). Add a NULL check and free the
previously allocated AISB bit and zdev->aisb on failure.
Published: 2026-08-28
Score: 9.3 Critical
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service
Action: Apply Patch
AI Analysis

Impact

A null pointer dereference was discovered in the Linux kernel’s KVM implementation for the s390 architecture. The function airq_iv_create() can return NULL when it fails to allocate an AIBV, but this return value is not checked. Subsequent code attempts to dereference the null pointer in kvm_zpci_set_airq(), causing the kernel to panic. The resulting crash brings the host down, effectively denying services that depend on the KVM subsystem.

Affected Systems

All Linux kernel releases that include KVM s390 PCI support and lack the commit adding the null‑check are affected. This encompasses any distribution that ships an older kernel where the flaw has not been patched. The vulnerability is confined to the s390 architecture and does not impact other architectures or non‑KVM kernel code.

Risk and Exploitability

The CVSS score of 9.3 indicates critical severity. The EPSS score is reported as <1%, and the vulnerability is not listed in CISA’s KEV catalog, suggesting no confirmed exploitation activity to date. The flaw only triggers when airq_iv_create() fails and the null pointer is dereferenced; the exact conditions that produce this failure are not detailed in the advisory.

Generated by OpenCVE AI on August 29, 2026 at 10:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that contains the commit adding the null‑check in KVM s390 PCI code.
  • Boot into the updated kernel to bring the host back into service.
  • If an immediate kernel update is not possible, avoid using KVM s390 PCI passthrough or other KVM features that exercise the affected code path until the fix is applied.

Generated by OpenCVE AI on August 29, 2026 at 10:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4777-1 linux security update
History

Mon, 31 Aug 2026 12:15:00 +0000


Sat, 29 Aug 2026 11:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

Sat, 29 Aug 2026 08:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

Sat, 29 Aug 2026 06:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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


Fri, 28 Aug 2026 13:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

Fri, 28 Aug 2026 07:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: KVM: s390: pci: Fix NULL dereference on AIBV allocation failure The airq_iv_create() 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 kvm_zpci_set_airq(). Add a NULL check and free the previously allocated AISB bit and zdev->aisb on failure.
Title KVM: s390: pci: Fix NULL dereference on AIBV allocation 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-29T06:22:11.509Z

Reserved: 2026-08-26T14:34:25.784Z

Link: CVE-2026-80684

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-28T08:16:53.857

Modified: 2026-08-29T07:16:50.990

Link: CVE-2026-80684

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-80684 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-29T11:00:10Z

Weaknesses