CVE-2023-53265
BaseFortify
Publication date: 2025-09-16
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 2.6.22 (inc) to 4.14.308 (exc) |
| linux | linux_kernel | From 4.15 (inc) to 4.19.276 (exc) |
| linux | linux_kernel | From 4.20 (inc) to 5.4.235 (exc) |
| linux | linux_kernel | From 5.5 (inc) to 5.10.173 (exc) |
| linux | linux_kernel | From 5.11 (inc) to 5.15.100 (exc) |
| linux | linux_kernel | From 5.16 (inc) to 6.1.18 (exc) |
| linux | linux_kernel | From 6.2 (inc) to 6.2.5 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-125 | The product reads data past the end, or before the beginning, of the intended buffer. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel involves the UBI (Unsorted Block Images) subsystem where the VID (Volume Identifier) header offset plus the VID header size can exceed the allocated memory area. This causes a slab out-of-bounds (OOB) memory access, which means the kernel reads or writes outside the intended memory buffer. This issue was detected by KASAN (Kernel Address Sanitizer) and can lead to memory corruption or crashes.
How can this vulnerability impact me? :
The vulnerability can cause out-of-bounds memory access in the Linux kernel, potentially leading to system instability, crashes, or memory corruption. This could be exploited to cause denial of service or possibly escalate privileges if an attacker can trigger the faulty code path.