Bug 2313060 (CVE-2024-46729) - CVE-2024-46729 kernel: drm/amd/display: Fix incorrect size calculation for loop
Summary: CVE-2024-46729 kernel: drm/amd/display: Fix incorrect size calculation for loop
Keywords:
Status: NEW
Alias: CVE-2024-46729
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2313160
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-09-18 07:21 UTC by OSIDB Bzimport
Modified: 2024-09-18 09:00 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2024-09-18 07:21:35 UTC
In the Linux kernel, the following vulnerability has been resolved:

drm/amd/display: Fix incorrect size calculation for loop

[WHY]
fe_clk_en has size of 5 but sizeof(fe_clk_en) has byte size 20 which is
lager than the array size.

[HOW]
Divide byte size 20 by its element size.

This fixes 2 OVERRUN issues reported by Coverity.


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