Answer in brief
CVE-2026-90289 records a Unknown severity vulnerability in drm/amd/display: Resize MST HDCP per-connector arrays to 32. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=82986fd631fa04bcedaefe11a6b3767601cbe84f <0fa116a17b69a28712cdf209318e345b676d7f6c || >=82986fd631fa04bcedaefe11a6b3767601cbe84f <261e0fe4e2c99f687114b64b10b98db964b475f4 || 99c444d3c3c43db354b253d9bfac081073dcb484 || d90f97cb3821c47bdf773dcf6cade143773ec764 || >=5.15.128 <5.16 || >=6.1.47 <6.2 | 0fa116a17b69a28712cdf209318e345b676d7f6c, 261e0fe4e2c99f687114b64b10b98db964b475f4, 5.16, 6.2 |
| Linux/Linuxgeneric | 6.3 | Not reported |
Published upstream
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 17, 2026
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Resize MST HDCP per-connector arrays to 32 AMDGPU_DM_MAX_DISPLAY_INDEX is 31. It suggest a maximum number of 32 connectors. But the way it's used is like MAX_DISPLAY_COUNT. Hence we're off by one with DRM core, which supports a max of 32 connectors. Rename AMDGPU_DM_MAX_DISPLAY_INDEX to AMDGPU_DM_MAX_DISPLAY_COUNT to match its actual use, and increase the size to 32 to match the originally intended size.
Quoted source text, attributed separately from HOL analysis.