HOMEVULNERABILITIESCVE-2026-53330
NONE

CVE-2026-53330

Published: July 1, 2026· Updated: Jul 1, 2026

EPSS:0.17%probability of exploitation in 30 daysPercentile:6.1th

Official Description

In the Linux kernel, the following vulnerability has been resolved:

drm/amd/display: Fix out-of-bounds read in dp_get_eq_aux_rd_interval()

[Why & How]

The aux_rd_interval array in struct dc_lttpr_caps is declared with

MAX_REPEATER_CNT - 1 (7) elements, indexed 0..6. However, the offset

parameter passed to dp_get_eq_aux_rd_interval() can be as large as

MAX_REPEATER_CNT (8) when a sink reports 8 LTTPR repeaters via DPCD.

This leads to an out-of-bounds read of aux_rd_interval[7] when offset

is 8.

Fix this by growing aux_rd_interval to MAX_REPEATER_CNT elements to

accommodate the full range of valid repeater counts defined by the DP

spec.

(cherry picked from commit a55a458a8df37a65ffda5cf721d554a8f74f6b04)

NVD Source

Technical Analysis

CVE-2026-53330 requires local access, meaning attackers must already have a foothold on the target system.

Exploitation requires some privileges, which limits the exposure to scenarios where an attacker has already gained initial access.

Affected Vendors & Products

Mentioned vendors (from description):
Linux
CPE data not yet available in NVD for this CVE.

Exploit & PoC Resources

NO KNOWN EXPLOITNo public exploit confirmed at this time
External links open in a new tab. Always verify in a controlled environment before use.

All References (3)

Quick Facts

CVE IDCVE-2026-53330
SeverityNONE
CISA KEVNo
EPSS (30d)0.17%
PublishedJul 1, 2026

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-53330 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWATCH.COM. CVE data is provided under the NVD usage policy.