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
07 Oct 2024, 14:24
Type | Values Removed | Values Added |
---|---|---|
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.8 |
CWE | CWE-129 | |
First Time |
Linux linux Kernel
Linux |
|
References | () https://git.kernel.org/stable/c/188fd1616ec43033cedbe343b6579e9921e2d898 - Patch | |
References | () https://git.kernel.org/stable/c/4003bac784380fed1f94f197350567eaa73a409d - Patch | |
References | () https://git.kernel.org/stable/c/aba188d6f4ebaf52acf13f204db2bd2c22072504 - Patch |
30 Sep 2024, 12:45
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
27 Sep 2024, 13:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
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