
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2023-54280 is a use-after-free vulnerability in the Linux kernel's CIFS (Common Internet File System) subsystem, specifically in the DFS tree connection logic. The flaw arises from a race condition when accessing TCP_Server_Info::hostname during IPC tree connection, where the hostname pointer may be freed by the cifsd thread concurrently, leading to a use-after-free bug in __tree_connect_dfs_target(). The vulnerability affects Linux kernel versions from the initial commit (1da177e4c3f41524e886b7f1b8a0c1fc7321cac2) up to the patched commits in stable branches (6.2.15, 6.3.2, and 6.4). It was published on December 30, 2025, and carries an estimated CVSS severity of Medium (Feedly, EUVD).
The root cause is a race condition (CWE-362) combined with a use-after-free (CWE-416) in the Linux kernel CIFS driver. When the kernel attempts to build the IPC tree name during a DFS tree connection, it reads TCP_Server_Info::hostname without adequate synchronization. The cifsd kernel thread can free this hostname field concurrently, causing __tree_connect_dfs_target() to access freed memory. The fix protects access to the hostname field and also corrects IPC tcon status updates on success to prevent redundant tree connects (Feedly, Kernel Patch 1, Kernel Patch 2, Kernel Patch 3).
Exploitation of this vulnerability could result in kernel memory corruption due to the use-after-free condition, potentially leading to a system crash (denial of service) or, in more severe scenarios, privilege escalation or arbitrary code execution in kernel context. The impact is limited to systems that use the CIFS/SMB client with DFS (Distributed File System) configurations. Confidentiality and integrity impacts depend on whether an attacker can reliably control the freed memory region to redirect kernel execution flow (Feedly, EUVD).
The Linux kernel maintainers have released patches addressing this vulnerability in stable branches. Fixed versions include kernel 6.2.15, 6.3.2, and 6.4. Administrators should update to a patched kernel version as soon as possible. As a workaround, systems that do not require CIFS/SMB DFS functionality can disable or avoid mounting DFS-enabled CIFS shares to reduce exposure. Distributions based on the affected kernel versions should apply vendor-supplied kernel updates (Kernel Patch 1, Kernel Patch 2, Kernel Patch 3).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."