CVE-2023-54280
Unknown Unknown - Not Provided
Use-After-Free Vulnerability in Linux CIFS IPC Tree Connection

Publication date: 2025-12-30

Last updated on: 2025-12-30

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: cifs: fix potential race when tree connecting ipc Protect access of TCP_Server_Info::hostname when building the ipc tree name as it might get freed in cifsd thread and thus causing an use-after-free bug in __tree_connect_dfs_target(). Also, while at it, update status of IPC tcon on success and then avoid any extra tree connects.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-30
Last Modified
2025-12-30
Generated
2026-05-07
AI Q&A
2025-12-30
EPSS Evaluated
2026-05-05
NVD
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
Can you explain this vulnerability to me?

This vulnerability is a use-after-free bug in the Linux kernel's CIFS (Common Internet File System) implementation. It occurs due to a race condition when connecting the IPC tree, where the hostname in TCP_Server_Info might be freed by the cifsd thread while still being accessed, leading to potential memory corruption or crashes.


How can this vulnerability impact me? :

The vulnerability can cause memory corruption or crashes in the Linux kernel's CIFS subsystem, potentially leading to denial of service or other unpredictable behavior on systems using CIFS for network file sharing.


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