CVE-2025-38711
BaseFortify
Publication date: 2025-09-04
Last updated on: 2025-11-03
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.1.153 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs in the Linux kernel's SMB server code when the smb2_create_link() function is called with the ReplaceIfExists flag set and the target name already exists. In this case, a deadlock happens because the parent directory is locked during the removal of the existing file and then an attempt is made to lock the same parent directory again while it is still locked. This causes the system to hang or freeze due to the deadlock.
How can this vulnerability impact me? :
The vulnerability can cause a deadlock in the Linux kernel SMB server, leading to a system hang or freeze when attempting to create a link with ReplaceIfExists set on an existing name. This can disrupt normal file operations and potentially affect system availability or stability.