HIGH 7.7 NVD
CVE-2026-90025
In the Linux kernel, the following vulnerability has been resolved: usb: typec: ucsi: displayport: Fix OOB altmode array index The UCSI displayport driver ind
In the Linux kernel, the following vulnerability has been resolved:
usb: typec: ucsi: displayport: Fix OOB altmode array index
The UCSI displayport driver indexes the connector's port altmode array
with the GET_CURRENT_CAM response after checking it is not 0xff. The
port altmode array is UCSI_MAX_ALTMODES elements long. If the PPM
returns an invalid GET_CURRENT_CAM response above UCSI_MAX_ALTMODES and
not equal to 0xff, the kernel may crash with an array index OOB error.
Update the UCSI displayport driver to verify the current cam is less
than UCSI_MAX_ALTMODES before accessing the port altmode array.
References
- https://git.kernel.org/stable/c/04cec690b1fd9d1c4c314b91a10d8c68a3acfe18
- https://git.kernel.org/stable/c/1ffed96ef986e2cdf986aa4a4506a5e6dcdf4456
- https://git.kernel.org/stable/c/33a81acd2d1d0667d4eff93cb90339fa53e617e8
- https://git.kernel.org/stable/c/58e0ee293ec5e06cacbe3953ad44042f1473dae9
- https://git.kernel.org/stable/c/83f1abd62cc134700ba92e1e2dc650a49a185497
This high severity vulnerability with a CVSS score of 7.7 was published on 2026-09-16 via NVD.
vulnfeed aggregates 14391 vulnerabilities from NVD, CISA KEV,
Ubuntu, Debian, Red Hat, Kubernetes, Exploit-DB, OSS-Security, GitHub and OpenStack — updated every 4 hours.