Security Advisory

CVE-2024-46811

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-09-27 12:35:54
Last updated 2026-05-11 20:37:00
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix index may exceed array range within fpu_update_bw_bounding_box [Why] Coverity reports OVERRUN warning. soc.num_states could be 40. But array range of bw_params->clk_table.entries is 8. [How] Assert if soc.num_states greater than 8.