CVE-2023-53753
BaseFortify
Publication date: 2025-12-08
Last updated on: 2025-12-08
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 in the Linux kernel involves an issue where the system attempts to map memory addresses that have not been allocated. Specifically, it incorrectly allocates GPIO registers from an array out of bounds, which means it accesses memory locations outside the intended range. The vulnerability was fixed by correcting the bounds used for these allocations.
How can this vulnerability impact me? :
The impact of this vulnerability could include potential system instability or unexpected behavior due to accessing memory outside of allocated bounds. This might lead to crashes or security issues if the out-of-bounds memory access is exploited. However, specific impacts are not detailed in the provided information.