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.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-09-27 13:15
Updated : 2024-10-07 14:24
NVD link : CVE-2024-46811
Mitre link : CVE-2024-46811
CVE.ORG link : CVE-2024-46811
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-129
Improper Validation of Array Index