CVE-2023-54280
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
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
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.