CVE-2023-53341
BaseFortify
Publication date: 2025-09-17
Last updated on: 2025-12-11
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.17 (inc) to 6.0.19 (exc) |
| linux | linux_kernel | From 6.1 (inc) to 6.1.5 (exc) |
| linux | linux_kernel | 6.2 |
| linux | linux_kernel | 6.2 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-908 | The product uses or accesses a resource that has not been initialized. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability involves the Linux kernel's memory initialization process. Specifically, the function early_init_dt_scan_memory did not properly indicate whether memory had been found or not, always returning 0. This caused the system to skip other memory setup mechanisms, relying solely on early_init_dt_scan_memory for memory initialization. As a result, some boards that depend on alternative memory initialization methods, like soc_info.mem_detect, failed to initialize memory properly and caused the kernel to panic during early bootup.
How can this vulnerability impact me? :
If your system uses affected Linux kernel versions on certain hardware platforms (such as mt7621 based boards like the Cudy X6), this vulnerability can cause the kernel to fail to allocate memory during early boot. This leads to a kernel panic and prevents the system from booting properly.