Bug 2492714 (CVE-2026-53137) - CVE-2026-53137 kernel: drm/amd/display: Clamp HDMI HDCP2 rx_id_list read to buffer size
Summary: CVE-2026-53137 kernel: drm/amd/display: Clamp HDMI HDCP2 rx_id_list read to b...
Keywords:
Status: NEW
Alias: CVE-2026-53137
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-06-25 10:01 UTC by OSIDB Bzimport
Modified: 2026-06-26 09:48 UTC (History)
2 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-06-25 10:01:57 UTC
In the Linux kernel, the following vulnerability has been resolved:

drm/amd/display: Clamp HDMI HDCP2 rx_id_list read to buffer size

[Why & How]
During HDCP 2.x repeater authentication over HDMI, the driver reads the
sink's RxStatus register and extracts a 10-bit message size field (max
value 1023). This value is used as the read length for the ReceiverID
list without being clamped to the size of the destination buffer
rx_id_list[177]. A malicious HDMI repeater could advertise a message
size larger than the buffer, causing an out-of-bounds write during the
I2C read.

Clamp the read length in mod_hdcp_read_rx_id_list() to the size of the
rx_id_list buffer, matching the approach already used in the DP branch.

(cherry picked from commit 229212219e4247d9486f8ba41ef087358490be09)

Comment 1 Mauro Matteo Cascella 2026-06-26 09:44:07 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2026062543-CVE-2026-53137-e711@gregkh/T


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