
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-39966 is a vulnerability discovered in the Linux kernel, specifically affecting the iommufd subsystem. The issue was disclosed on October 15, 2025, and involves a race condition during abort for file descriptors that can lead to a use-after-free (UAF) vulnerability (NVD).
The vulnerability occurs because fput() doesn't call fileoperations release() synchronously but instead puts the file on a work queue for eventual release. This becomes problematic in iommufd where the file and iommufdobject are tightly coupled. When a new object allocation aborts before installing the file, it calls fput() on the file and immediately kfree() the object, resulting in a use-after-free condition when the workqueue completes the fput() operation and attempts to decrement the users refcount (NVD).
The vulnerability can lead to a use-after-free condition in the Linux kernel, specifically in the iommufdeventqfops_release function. This could potentially result in system instability or privilege escalation (NVD).
The fix involves modifying the core code to manage file lifetime and using _fputsync() during abort to ensure that release() is called before kfree(). The objects now inform the core code about the file pointer location, allowing the core to handle the lifecycle properly (NVD).
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."