CVE-2023-54260
Use-After-Free in Linux CIFS Causes SMB Connection Info Leak
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 in the Linux kernel's CIFS component occurs when the MR (Memory Region) allocation fails. In such a case, the SMB direct connection information becomes NULL, causing the smbd_destroy() function to return immediately without properly destroying the connection. This results in a leak of the connection information.
How can this vulnerability impact me? :
The vulnerability can lead to a leak of SMB direct connection information, which may expose sensitive connection details or cause resource leaks in the system, potentially affecting system stability or security.