
Cloud Vulnerability DB
A community-led vulnerabilities database
A use-after-free (UAF) vulnerability was discovered in the Linux kernel's Xen subsystem, specifically in the dmabuf_exp_from_pages() function. The vulnerability was disclosed on August 19, 2025, affecting the Linux kernel's handling of DMA buffer file descriptors in the Xen implementation (NVD Database).
The vulnerability occurs when a file reference is inserted into the descriptor table, allowing another thread to close it. While this is acceptable for cases where the descriptor is only being returned to userland, it becomes problematic when fd_install() is followed by accessing objects that would be destroyed on close. The issue specifically affects the gntdev dmabuf_exp_from_pages() function, which calls dma_buf_fd() and then attempts to access objects that could be destroyed on close, starting with gntdev_dmabuf itself (NVD Database).
The vulnerability could lead to use-after-free conditions in the Linux kernel's Xen subsystem, potentially resulting in memory corruption and system instability. This could affect systems running Xen virtualization with DMA buffer operations (NVD Database).
The fix involves restructuring the code to reserve the descriptor before performing any other operations and only executing fd_install() after all setup is complete. This ensures that objects cannot be prematurely destroyed while still being accessed (NVD Database).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."