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

KVM: s390: pci: Reject adapter interrupt forwarding if already enabled

The MPCIFC instruction doesn't allow registering adapter interrupts without
first unregistering. So reject any request to enable interrupt forwarding
if its already enabled for the zPCI device. This also fixes overwriting and
thus leaking resources when the ioctl is called multiple times for the same
device.
Published: 2026-08-15
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A defect in the Linux kernel’s KVM S390 PCI subsystem allowed an attempt to enable adapter interrupts via an ioctl call even when the interrupt forwarding had already been enabled. This caused the kernel to overwrite the existing configuration and leak internal resources each time the ioctl was repeated. The resulting resource exhaustion could degrade kernel performance or trigger a crash, effectively providing a denial‑of‑service path for the attacker. The weakness reflects improper handling of resource registration and is a classic case of uncontrolled resource consumption.

Affected Systems

The flaw applies to any Linux kernel running the KVM virtual machine monitor with the S390 PCI device support compiled in, regardless of distribution. Affected kernel versions are those deployed prior to the patch that implements the reject logic. The exact affected releases are not enumerated in the data, so any system running a kernel before the provided Git patch should be audited.

Risk and Exploitability

The vulnerability does not appear to support remote code execution; instead it offers a local or privilege‑elevated attack surface within the host. Exploitation would require a user with the ability to issue the ioctl on the affected device, typically a privileged guest or admin console. The EPSS score is < 1% and the vulnerability is not listed in CISA's KEV catalog, suggesting no known widespread exploitation. Nonetheless, the inability to apply the patch immediately and the potential for resource exhaustion warrant prompt remediation. The CVSS score is 8.8, indicating a high impact on availability.

Generated by OpenCVE AI on August 21, 2026 at 19:54 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the kernel patch that rejects adapter interrupts when already enabled, as referenced in the Git commit logs.
  • Reboot the host to load the updated kernel configuration for all running virtual machines.
  • Audit and monitor for repeated ioctl calls on S390 PCI devices and ensure only privileged users possess the ability to change interrupt forwarding settings.

Generated by OpenCVE AI on August 21, 2026 at 19:54 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DSA Debian DSA DSA-6466-1 linux security update
History

Fri, 21 Aug 2026 12:15:00 +0000


Wed, 19 Aug 2026 17:00:00 +0000


Mon, 17 Aug 2026 12:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-400

Mon, 17 Aug 2026 06:00: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'}


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

Type Values Removed Values Added
Weaknesses CWE-400

Sat, 15 Aug 2026 12:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: KVM: s390: pci: Reject adapter interrupt forwarding if already enabled The MPCIFC instruction doesn't allow registering adapter interrupts without first unregistering. So reject any request to enable interrupt forwarding if its already enabled for the zPCI device. This also fixes overwriting and thus leaking resources when the ioctl is called multiple times for the same device.
Title KVM: s390: pci: Reject adapter interrupt forwarding if already enabled
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-19T16:38:14.487Z

Reserved: 2026-08-15T05:44:03.910Z

Link: CVE-2026-74515

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T13:17:56.630

Modified: 2026-08-19T17:21:08.263

Link: CVE-2026-74515

cve-icon Redhat

Severity : Low

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

Links: CVE-2026-74515 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T20:00:13Z

Weaknesses
  • CWE-772

    Missing Release of Resource after Effective Lifetime