Bug 2315166 (CVE-2024-46815) - CVE-2024-46815 kernel: drm/amd/display: Check num_valid_sets before accessing reader_wm_sets[]
Summary: CVE-2024-46815 kernel: drm/amd/display: Check num_valid_sets before accessing...
Keywords:
Status: NEW
Alias: CVE-2024-46815
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2315303
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-09-27 13:21 UTC by OSIDB Bzimport
Modified: 2024-12-19 11:53 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2024-09-27 13:21:16 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.