CVE-2023-53794
Awaiting Analysis Awaiting Analysis - Queue
BaseFortify

Publication date: 2025-12-09

Last updated on: 2025-12-09

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: cifs: fix session state check in reconnect to avoid use-after-free issue Don't collect exiting session in smb2_reconnect_server(), because it will be released soon. Note that the exiting session will stay in server->smb_ses_list until it complete the cifs_free_ipc() and logoff() and then delete itself from the list.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-09
Last Modified
2025-12-09
Generated
2026-06-16
AI Q&A
2025-12-09
EPSS Evaluated
2026-06-15
NVD
Affected Vendors & Products
Currently, no data is known.
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

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.

Impact Analysis

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.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2023-53794. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart