CVE-2024-26911

In the Linux kernel, the following vulnerability has been resolved: drm/buddy: Fix alloc_range() error handling code Few users have observed display corruption when they boot the machine to KDE Plasma or playing games. We have root caused the problem that whenever alloc_range() couldn't find the required memory blocks the function was returning SUCCESS in some of the corner cases. The right approach would be if the total allocated size is less than the required size, the function should return -ENOSPC.
Configurations

Configuration 1 (hide)

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

History

29 Apr 2024, 19:17

Type Values Removed Values Added
CWE CWE-755
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 3.3
CPE cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Summary
  • (es) En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: drm/buddy: corrige el código de manejo de errores alloc_range() Pocos usuarios han observado daños en la pantalla cuando inician la máquina en KDE Plasma o juegan juegos. Hemos causado el problema de que cada vez que alloc_range() no podía encontrar los bloques de memoria requeridos, la función devolvía ÉXITO en algunos de los casos de esquina. El enfoque correcto sería que si el tamaño total asignado es menor que el tamaño requerido, la función debería devolver -ENOSPC.
First Time Linux linux Kernel
Linux
References () https://git.kernel.org/stable/c/4b59c3fada06e5e8010ef7700689c71986e667a2 - () https://git.kernel.org/stable/c/4b59c3fada06e5e8010ef7700689c71986e667a2 - Patch
References () https://git.kernel.org/stable/c/8746c6c9dfa31d269c65dd52ab42fde0720b7d91 - () https://git.kernel.org/stable/c/8746c6c9dfa31d269c65dd52ab42fde0720b7d91 - Patch

17 Apr 2024, 16:15

Type Values Removed Values Added
New CVE

Information

Published : 2024-04-17 16:15

Updated : 2024-04-29 19:17


NVD link : CVE-2024-26911

Mitre link : CVE-2024-26911

CVE.ORG link : CVE-2024-26911


JSON object : View

Products Affected

linux

  • linux_kernel
CWE
CWE-755

Improper Handling of Exceptional Conditions