Linux Kernel VFIO PCI: Clean DMABUF before Function Disable
CVE-2026-53322 Published on June 26, 2026
vfio/pci: Clean up DMABUFs before disabling function
In the Linux kernel, the following vulnerability has been resolved:
vfio/pci: Clean up DMABUFs before disabling function
On device shutdown, make vfio_pci_core_close_device() call
vfio_pci_dma_buf_cleanup() before the function is disabled via
vfio_pci_core_disable(). This ensures that all access via DMABUFs is
revoked before the function's BARs become inaccessible.
This fixes an issue where, if the function is disabled first, a tiny
window exists in which the function's MSE is cleared and yet BARs
could still be accessed via the DMABUF. The resources would also be
freed and up for grabs by a different driver.
Vulnerability Analysis
CVE-2026-53322 is exploitable with local system access, and requires small amount of user privileges. This vulnerability is consided to have a high level of attack complexity. The potential impact of an exploit of this vulnerability is considered to be very high.
Weakness Type
Premature Release of Resource During Expected Lifetime
The program releases a resource that is still intended to be used by the program itself or another actor.
Products Associated with CVE-2026-53322
You can be notified by email with stack.watch whenever vulnerabilities like CVE-2026-53322 are published in these products:
Affected Versions
Linux:- Version 5d74781ebc86c5fa9e9d6934024c505412de9b52 and below 4f1000a30f67cf7d328059242776a858611d5ef9 is affected.
- Version 5d74781ebc86c5fa9e9d6934024c505412de9b52 and below d97708701434ce72968e771976aaf9d3438fcafd is affected.
- Version 6.19 is affected.
- Before 6.19 is unaffected.
- Version 7.0.10, <= 7.0.* is unaffected.
- Version 7.1, <= * is unaffected.
Exploit Probability
EPSS (Exploit Prediction Scoring System) scores estimate the probability that a vulnerability will be exploited in the wild within the next 30 days. The percentile shows you how this score compares to all other vulnerabilities.