← Back to CVE List

CVE-2024-35788

Published: 2024-05-17T13:15Z
Last Modified: 2025-03-05T17:33Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix bounds check for dcn35 DcfClocks [Why] NumFclkLevelsEnabled is used for DcfClocks bounds check instead of designated NumDcfClkLevelsEnabled. That can cause array index out-of-bounds access. [How] Use designated variable for dcn35 DcfClocks bounds check. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt