CVE-2024-42262

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Fix potential memory leak in the performance extension If fetching of userspace memory fails during the main loop, all drm sync objs looked up until that point will be leaked because of the missing drm_syncobj_put. Fix it by exporting and using a common cleanup helper. (cherry picked from commit 484de39fa5f5b7bd0c5f2e2c5265167250ef7501)
Configurations

Configuration 1 (hide)

OR cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.11:rc1:*:*:*:*:*:*

History

19 Aug 2024, 20:05

Type Values Removed Values Added
CWE CWE-401
CPE cpe:2.3:o:linux:linux_kernel:6.11:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
First Time Linux
Linux linux Kernel
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 5.5
References () https://git.kernel.org/stable/c/32df4abc44f24dbec239d43e2b26d5768c5d1a78 - () https://git.kernel.org/stable/c/32df4abc44f24dbec239d43e2b26d5768c5d1a78 - Patch
References () https://git.kernel.org/stable/c/ad5fdc48f7a63b8a98493c667505fe4d3864ae21 - () https://git.kernel.org/stable/c/ad5fdc48f7a63b8a98493c667505fe4d3864ae21 - Patch

19 Aug 2024, 12:59

Type Values Removed Values Added
Summary
  • (es) En el kernel de Linux, se resolvió la siguiente vulnerabilidad: drm/v3d: corrige una posible pérdida de memoria en la extensión de rendimiento. Si falla la recuperación de la memoria del espacio de usuario durante el bucle principal, todos los objetos de sincronización de drm buscados hasta ese punto se filtrarán debido a la falta drm_syncobj_put. Solucionarlo exportando y utilizando un asistente de limpieza común. (cereza escogida del commit 484de39fa5f5b7bd0c5f2e2c5265167250ef7501)

17 Aug 2024, 09:15

Type Values Removed Values Added
New CVE

Information

Published : 2024-08-17 09:15

Updated : 2024-08-19 20:05


NVD link : CVE-2024-42262

Mitre link : CVE-2024-42262

CVE.ORG link : CVE-2024-42262


JSON object : View

Products Affected

linux

  • linux_kernel
CWE
CWE-401

Missing Release of Memory after Effective Lifetime