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

vfio/pci: Release the VGA arbiter client on register_device() failure

The re-order in the Fixes commit below displaced vfio_pci_vga_init() as
the last failure point of what is now vfio_pci_core_register_device()
without introducing an unwind for the VGA arbiter registration.

In current kernels this is mostly benign because vfio_pci_set_decode()
only uses pci_dev state, but the original failure path could leave a
callback with a freed vdev cookie. The stale registration also becomes
unsafe again once the callback follows drvdata to the vfio device.

Add the required VGA unwind callout.
Published: 2026-07-25
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The issue originates in the Linux kernel's vfio_pci driver. A reordering of error handling removed the necessary VGA arbiter unwind step when register_device() fails. This oversight can leave a dangling reference to a freed virtual device cookie. When callbacks later reference this stale object, a use‑after‑free occurs, corrupting kernel memory. The flaw leads to kernel memory corruption.

Affected Systems

Any Linux kernel that runs the vfio_pci driver without the patch that re‑introduces the VGA unwind logic is affected. The affected component is the vfio_pci driver; specific kernel versions are not listed, but any release prior to inclusion of the commit that restores the unwind may be vulnerable.

Risk and Exploitability

The CVSS score of 8.8 indicates a high severity level for this kernel memory corruption flaw. The EPSS probability is below 1 % and the vulnerability is not listed in CISA KEV, indicating a low current exploitation likelihood. However, the nature of the flaw—kernel memory corruption—yields high severity if an attacker can trigger the failure path locally. The attack vector is inferred to be a local user or process with access to VFIO devices, as no remote exploitation method is documented. Given the limited exploitability but significant impact, administrative vigilance is warranted.

Generated by OpenCVE AI on August 3, 2026 at 18:34 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a kernel version that includes the commit that restores the VGA arbiter unwind logic, such as 0f2a35a0c7ea7da347b814750eaa78adf3582381 or newer.
  • If an immediate kernel upgrade is not possible, disable the vfio‑pci VGA functionality or unload the vfio‑pci module to prevent the unsafe path from executing.
  • Consider applying a vendor‑specific backport or patch that restores the missing unwind for the VGA arbiter if the upstream fix cannot be used.

Generated by OpenCVE AI on August 3, 2026 at 18:34 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4717-1 linux security update
Debian DLA Debian DLA DLA-4720-1 linux security update
Debian DLA Debian DLA DLA-4723-1 linux-6.1 security update
Debian DLA Debian DLA DLA-4724-1 linux-6.12 new package
History

Mon, 03 Aug 2026 19:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Sun, 02 Aug 2026 12:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Thu, 30 Jul 2026 00:15:00 +0000


Tue, 28 Jul 2026 16:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Mon, 27 Jul 2026 05: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'}


Sat, 25 Jul 2026 09:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: vfio/pci: Release the VGA arbiter client on register_device() failure The re-order in the Fixes commit below displaced vfio_pci_vga_init() as the last failure point of what is now vfio_pci_core_register_device() without introducing an unwind for the VGA arbiter registration. In current kernels this is mostly benign because vfio_pci_set_decode() only uses pci_dev state, but the original failure path could leave a callback with a freed vdev cookie. The stale registration also becomes unsafe again once the callback follows drvdata to the vfio device. Add the required VGA unwind callout.
Title vfio/pci: Release the VGA arbiter client on register_device() 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-05T12:42:23.772Z

Reserved: 2026-07-19T15:36:31.791Z

Link: CVE-2026-64475

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-07-25T10:17:32.980

Modified: 2026-07-27T05:16:53.927

Link: CVE-2026-64475

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-25T00:00:00Z

Links: CVE-2026-64475 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T18:45:17Z

Weaknesses