CVE-2023-53990
Race Condition in Linux Kernel SMB3 Deferred Close Handling
Publication date: 2025-12-24
Last updated on: 2025-12-24
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
How can this vulnerability impact me? :
The impact of this vulnerability could include potential data corruption or instability in the Linux kernel's SMB3 file handling due to race conditions caused by missing locks. This could affect system reliability and data integrity when using SMB3 shares.
Can you explain this vulnerability to me?
This vulnerability involves the Linux kernel's SMB3 implementation where the cifs_del_deferred_close function modifies a deferred close file list without properly acquiring the necessary lock (deferred_lock). This missing lock can lead to race conditions or data corruption when multiple processes access the deferred close file list concurrently.