CVE-2023-54150
Out-of-Bounds Error in Linux drm/amd BIOS Parser Fixed
Publication date: 2025-12-24
Last updated on: 2025-12-24
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 out of bounds error in the Linux kernel's AMD DRM BIOS parser. The code uses a hardcoded array size of 8, but sometimes the firmware provides a larger array. Dereferencing this larger array causes an out of bounds error, which was partially fixed in a previous commit but still had two uncovered cases that were later fixed.
How can this vulnerability impact me? :
The vulnerability can cause out of bounds memory access in the Linux kernel's AMD DRM BIOS parser, which may lead to system instability, crashes, or potential security risks such as memory corruption.