Bug 2420232 (CVE-2023-53806) - CVE-2023-53806 kernel: drm/amd/display: populate subvp cmd info only for the top pipe
Summary: CVE-2023-53806 kernel: drm/amd/display: populate subvp cmd info only for the ...
Keywords:
Status: NEW
Alias: CVE-2023-53806
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-12-09 01:01 UTC by OSIDB Bzimport
Modified: 2025-12-10 08:57 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-09 01:01:59 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.