Vulnerability Description
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.
CVSS Score
HIGH
References
- https://git.kernel.org/stable/c/0fa116a17b69a28712cdf209318e345b676d7f6c
- https://git.kernel.org/stable/c/261e0fe4e2c99f687114b64b10b98db964b475f4
FAQ
What is CVE-2026-90289?
CVE-2026-90289 is a vulnerability with a CVSS score of 7.8 (HIGH). 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 c...
How severe is CVE-2026-90289?
CVE-2026-90289 has been rated HIGH with a CVSS base score of 7.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-90289?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.