CVE-2023-53692
BaseFortify
Publication date: 2025-10-22
Last updated on: 2025-10-22
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) bug in the Linux kernel's ext4 filesystem code, specifically in the ext4_find_extent function when the bigalloc and inline data features are enabled. It occurs because the kernel incorrectly handles inline data that has been converted to extents, leading to a situation where the code accesses memory that has already been freed. This can cause system instability or crashes.
How can this vulnerability impact me? :
The use-after-free vulnerability can lead to system crashes or instability when the ext4 filesystem is used with bigalloc and inline data features enabled. This could potentially be exploited to cause denial of service or other unintended behavior on affected systems.