CVE-2024-46729

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.
Configurations

Configuration 1 (hide)

cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*

History

26 Sep 2025, 17:34

Type Values Removed Values Added
First Time Linux
Linux linux Kernel
CPE cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
CWE CWE-131
CWE-787
References () https://git.kernel.org/stable/c/3941a3aa4b653b69876d894d08f3fff1cc965267 - () https://git.kernel.org/stable/c/3941a3aa4b653b69876d894d08f3fff1cc965267 - Patch
References () https://git.kernel.org/stable/c/712be65b3b372a82bff0865b9c090147764bf1c4 - () https://git.kernel.org/stable/c/712be65b3b372a82bff0865b9c090147764bf1c4 - Patch
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 7.8

20 Sep 2024, 12:30

Type Values Removed Values Added
Summary
  • (es) En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: drm/amd/display: Se corrige el cálculo incorrecto del tamaño del bucle [POR QUÉ] fe_clk_en tiene un tamaño de 5, pero sizeof(fe_clk_en) tiene un tamaño de byte de 20, que es mayor que el tamaño de la matriz. [CÓMO] Se divide el tamaño de byte 20 por el tamaño de su elemento. Esto corrige 2 problemas de OVERRUN informados por Coverity.

18 Sep 2024, 07:15

Type Values Removed Values Added
New CVE

Information

Published : 2024-09-18 07:15

Updated : 2025-09-26 17:34


NVD link : CVE-2024-46729

Mitre link : CVE-2024-46729

CVE.ORG link : CVE-2024-46729


JSON object : View

Products Affected

linux

  • linux_kernel
CWE
CWE-131

Incorrect Calculation of Buffer Size

CWE-787

Out-of-bounds Write