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

KVM: s390: pci: Fix handling of AIF enable without AISB

When a guest seeks to register IRQs without a summary bit specified,
ensure that the associated GAITE then stores 0 for the guest AISB
location instead of virt_to_phys(page_address(NULL)).
Published: 2026-08-13
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This vulnerability arises in the KVM subsystem of the Linux kernel for the s390 architecture, where a guest that requests to register an interrupt without specifying a summary bit is incorrectly handled. The problematic code assigns the guest AISB location a physical address derived from a NULL pointer instead of storing the value 0. This flaw, a null pointer dereference (CWE‑476), could result in the guest’s AISB being set to an unintended address, which may influence how interrupts are tracked for that guest. No explicit impact such as denial of service or privilege escalation is stated in the advisory; the description merely outlines the erroneous value assignment.

Affected Systems

All Linux kernel implementations that provide KVM support for the s390 architecture and have not yet incorporated the fix referenced in the commit logs are susceptible. No specific version ranges are given, so any kernel prior to the application of the patch may be affected. Vendors using Linux:Linux kernels on s390 should verify whether the patch is present.

Risk and Exploitability

The CVSS score is 8.8 and EPSS information is unavailable, so the priority of exploitation remains undetermined. The vulnerability is not in CISA's KEV catalog. Based on the description, the most probable attack vector is a guest that can request interrupt registration without a summary bit, which is part of the KVM API; however this inference is drawn from the nature of the bug and is not stated explicitly in the advisory. Without evidence of widespread exploitation, the likelihood appears to be low to moderate, pending further context.

Generated by OpenCVE AI on August 14, 2026 at 01:15 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that includes the patch correcting the guest AISB handling when the summary bit is omitted, as referenced in the advisory commit logs.
  • If an upgrade cannot be performed immediately, configure the host to deny or restrict guests from enabling AIF for PCI interrupts, such as disabling AIF or rejecting such registration requests at the KVM level.
  • Monitor kernel logs for messages indicating incorrect AISB handling or failures during guest interrupt registration, and review system stability after applying the mitigation.

Generated by OpenCVE AI on August 14, 2026 at 01:15 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 14 Aug 2026 00:15:00 +0000


Thu, 13 Aug 2026 23:15:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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


Thu, 13 Aug 2026 17:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

Thu, 13 Aug 2026 14:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: KVM: s390: pci: Fix handling of AIF enable without AISB When a guest seeks to register IRQs without a summary bit specified, ensure that the associated GAITE then stores 0 for the guest AISB location instead of virt_to_phys(page_address(NULL)).
Title KVM: s390: pci: Fix handling of AIF enable without AISB
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:05:54.455Z

Reserved: 2026-07-30T09:28:09.395Z

Link: CVE-2026-68454

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-13T15:19:58.210

Modified: 2026-08-17T06:17:54.547

Link: CVE-2026-68454

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-68454 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-14T01:30:04Z

Weaknesses