CVE-2023-54150
Unknown Unknown - Not Provided
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
In the Linux kernel, the following vulnerability has been resolved: drm/amd: Fix an out of bounds error in BIOS parser The array is hardcoded to 8 in atomfirmware.h, but firmware provides a bigger one sometimes. Deferencing the larger array causes an out of bounds error. commit 4fc1ba4aa589 ("drm/amd/display: fix array index out of bound error in bios parser") fixed some of this, but there are two other cases not covered by it. Fix those as well.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-24
Last Modified
2025-12-24
Generated
2026-05-07
AI Q&A
2025-12-24
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart