CVE-2023-53794
BaseFortify
Publication date: 2025-12-09
Last updated on: 2025-12-09
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
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 issue in the Linux kernel's CIFS (Common Internet File System) implementation. It occurs during the session state check in the reconnect process, where an exiting session is incorrectly collected in smb2_reconnect_server() even though it will be released soon. This can lead to accessing memory that has already been freed.
How can this vulnerability impact me? :
The use-after-free vulnerability could potentially lead to system instability, crashes, or exploitation by attackers to execute arbitrary code or cause denial of service on systems running the affected Linux kernel CIFS implementation.