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-06-16
AI Q&A
2025-12-24
EPSS Evaluated
2026-06-15
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 Quick Actions
Instant insights powered by AI
Executive Summary

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.

Impact Analysis

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.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2023-54150. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart