CVE-2023-53751
BaseFortify
Publication date: 2025-12-08
Last updated on: 2025-12-08
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 potential use-after-free bug in the Linux kernel's CIFS implementation, specifically related to the TCP_Server_Info::hostname field. The hostname may be updated multiple times during reconnects, and without proper protection, accessing it outside the reconnect path could lead to use-after-free errors.
How can this vulnerability impact me? :
The use-after-free bug could potentially lead to system instability, crashes, or exploitation by attackers to execute arbitrary code or cause denial of service, depending on how the vulnerable code is triggered.