Race Condition in Linux Kernel SMB Client During Rename Operations
CVE-2025-39825

Currently unrated

Key Information:

Vendor

Linux

Status
Vendor
CVE Published:
16 September 2025

What is CVE-2025-39825?

A race condition vulnerability has been identified in the SMB client of the Linux kernel during rename operations. This issue arises when a rename request is processed by the server, which simultaneously involves closing any deferred closes and waiting for outstanding I/O operations to complete. As a result, there is an increased window for potential concurrent opens on the target file, which can lead to unintended consequences. To mitigate this issue, the solution involves unhashing the dentry beforehand, which effectively prevents any concurrent opens of the file during the rename process.

Affected Version(s)

Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2

Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 24b9ed739c8c5b464d983e12cf308982f3ae93c2

Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2

References

Timeline

  • Vulnerability published

  • Vulnerability Reserved

.
CVE-2025-39825 : Race Condition in Linux Kernel SMB Client During Rename Operations