CVE-2023-53194
BaseFortify
Publication date: 2025-09-15
Last updated on: 2025-12-02
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.15 (inc) to 5.15.113 (exc) |
| linux | linux_kernel | From 5.16 (inc) to 6.1.81 (exc) |
| linux | linux_kernel | From 6.2 (inc) to 6.3.4 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-416 | The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel's NTFS3 filesystem driver involves a missing length check in the function indx_get_root. The issue could lead to a use-after-free error, where the system attempts to access memory that has already been freed, potentially causing system instability or crashes. The fix added a length check to ensure the retrieved index root is valid and legitimate.
How can this vulnerability impact me? :
This vulnerability can cause a use-after-free condition in the Linux kernel when mounting or accessing NTFS filesystems, potentially leading to system crashes, instability, or denial of service. Exploiting this flaw could disrupt normal system operations or cause kernel panics.