CVE-2023-53800
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
| 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 bug in the Linux kernel's UBI (Unsorted Block Images) subsystem related to volume resizing. Specifically, when resizing a volume fails, a data structure called 'new_eba_tbl' is freed incorrectly even though it is still referenced by another structure 'vol->eba_tbl'. This mismatch in lifecycle management causes the system to access freed memory later, leading to a use-after-free fault.
How can this vulnerability impact me? :
The use-after-free vulnerability can cause the Linux kernel to access invalid memory, potentially leading to system crashes, instability, or unexpected behavior when resizing UBI volumes. This could affect system reliability and may be exploitable to cause denial of service or other unintended effects.