Bug 2424954 (CVE-2023-53990) - CVE-2023-53990 kernel: SMB3: Add missing locks to protect deferred close file list
Summary: CVE-2023-53990 kernel: SMB3: Add missing locks to protect deferred close file...
Keywords:
Status: NEW
Alias: CVE-2023-53990
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-12-24 12:03 UTC by OSIDB Bzimport
Modified: 2025-12-25 13:20 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-24 12:03:22 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.