In the Linux kernel, the following vulnerability has been resolved:
drm/amd/display: Fix index may exceed array range within fpuupdatebwboundingbox
[Why] Coverity reports OVERRUN warning. soc.numstates could be 40. But array range of bwparams->clk_table.entries is 8.
[How] Assert if soc.num_states greater than 8.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2024/46xxx/CVE-2024-46811.json"
}