In the Linux kernel, the following vulnerability has been resolved:
drm/amd/display: Check num_valid_sets before accessing reader_wm_sets[]
[WHY & HOW]
num_valid_sets needs to be checked to avoid a negative index when
accessing reader_wm_sets[num_valid_sets - 1].
This fixes an OVERRUN issue reported by Coverity.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-09-27 13:15
Updated : 2024-11-20 18:22
NVD link : CVE-2024-46815
Mitre link : CVE-2024-46815
CVE.ORG link : CVE-2024-46815
JSON object : View
Products Affected
linux
- linux_kernel
CWE