CVE-2025-39966
Linux Kernel vulnerability analysis and mitigation

Overview

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).

Technical details

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).

Impact

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).

Mitigation and workarounds

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).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2025-40258HIGH7
  • Linux KernelLinux Kernel
  • kernel-rt-64k-debug-devel-matched
NoNoDec 04, 2025
CVE-2025-40259MEDIUM6.2
  • Linux KernelLinux Kernel
  • kernel-rt-64k
NoNoDec 04, 2025
CVE-2025-40264MEDIUM5.5
  • Linux KernelLinux Kernel
  • kernel-64k-modules-extra
NoNoDec 04, 2025
CVE-2025-40254MEDIUM5.5
  • Linux KernelLinux Kernel
  • kernel-64k-devel-matched
NoNoDec 04, 2025
CVE-2025-40253MEDIUM5.5
  • Linux KernelLinux Kernel
  • kernel-64k-debug-modules-partner
NoNoDec 04, 2025

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management