CVE-2024-46729: drm/amd/display: Fix incorrect size calculation for loop
In the Linux kernel, the following vulnerability has been resolved:
drm/amd/display: Fix incorrect size calculation for loop
[WHY] feclken has size of 5 but sizeof(feclken) 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.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2024-46729?
CVE-2024-46729 is classified as a vulnerability affecting the Linux kernel, specifically related to incorrect size calculations.
How do I fix CVE-2024-46729?
To resolve CVE-2024-46729, update to the recommended Linux kernel versions 6.12.9-1 or 6.12.10-1.
What versions of Linux are affected by CVE-2024-46729?
CVE-2024-46729 affects Linux kernel versions up to 5.10.226-1 and 6.1.123-1.
Is CVE-2024-46729 a critical vulnerability?
CVE-2024-46729 is not categorized as critical, but it poses potential risks due to incorrect memory size calculations.
Which Linux distributions need to address CVE-2024-46729?
Debian-based distributions, including those running specific versions of the Linux kernel, must address CVE-2024-46729.