CVE-2026-53330
Last modified
CVE-2026-53330 is a high-severity vulnerability rated 7.1/10 on the CVSS scale. 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). EPSS estimates a 0.17% chance of exploitation in the next 30 days.
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)
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 5.6, < 6.18.36 | — |
| Linux | Linux Kernel | >= 6.19, < 7.0.13 | — |
| Linux | Linux Kernel | 7.1 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-53330?
How severe is CVE-2026-53330?
How do I fix CVE-2026-53330?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-53325In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53326In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53327In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53328In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53329In the Linux kernel, the following vulnerability has been re…7
- CVE-2026-5333A security flaw has been discovered in DefaultFuction Conten…9.8
- CVE-2026-53331In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53332In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53333In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53334In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53335In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53336In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2026-53330?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
