CVE-2023-53990
Unknown Unknown - Not Provided
Race Condition in Linux Kernel SMB3 Deferred Close Handling

Publication date: 2025-12-24

Last updated on: 2025-12-24

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: SMB3: Add missing locks to protect deferred close file list cifs_del_deferred_close function has a critical section which modifies the deferred close file list. We must acquire deferred_lock before calling cifs_del_deferred_close function.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-24
Last Modified
2025-12-24
Generated
2026-05-07
AI Q&A
2025-12-24
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart