CVE-2023-53747
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 use-after-free (UAF) issue in the Linux kernel's virtual console screen driver (vc_screen). Specifically, after unlocking the console in the vcs_write() function, the vc_data structure pointer can be freed by another function (vc_port_destruct()). If the pointer is not reloaded after locking the console again, the code may access freed memory when calling vcs_size(), leading to a use-after-free error. This can cause memory corruption or crashes.
How can this vulnerability impact me? :
This vulnerability can lead to memory corruption or kernel crashes due to use-after-free errors in the Linux kernel. Exploiting this flaw could potentially allow an attacker to cause denial of service or escalate privileges by manipulating kernel memory improperly.