CVE-2023-53707
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 an integer overflow in the Linux kernel's amdgpu driver, specifically in the drm/amdgpu component. When a size value of 0x40000000 is used, multiplying it by sizeof(uint32_t) causes the size to overflow and become zero. This leads to referencing uninitialized memory later in the code, which can cause unexpected behavior or crashes.
How can this vulnerability impact me? :
The integer overflow can cause the system to reference uninitialized memory, potentially leading to system instability, crashes, or unexpected behavior. This could affect the reliability and security of systems using the affected Linux kernel version with the amdgpu driver.