Security Advisory

CVE-2023-53806

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-12-09 00:01:04
Last updated 2026-05-11 19:51:52
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: populate subvp cmd info only for the top pipe [Why] System restart observed while changing the display resolution to 8k with extended mode. Sytem restart was caused by a page fault. [How] When the driver populates subvp info it did it for both the pipes using vblank which caused an outof bounds array access causing the page fault. added checks to allow the top pipe only to fix this issue.