CVE-2024-36960

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Fix invalid reads in fence signaled events Correctly set the length of the drm_event to the size of the structure that's actually used. The length of the drm_event was set to the parent structure instead of to the drm_vmw_event_fence which is supposed to be read. drm_read uses the length parameter to copy the event to the user space thus resuling in oob reads.
CVSS

No CVSS.

Configurations

No configuration.

History

03 Jul 2024, 02:03

Type Values Removed Values Added
CWE CWE-125

27 Jun 2024, 14:15

Type Values Removed Values Added
References
  • () https://lists.debian.org/debian-lts-announce/2024/06/msg00019.html -

27 Jun 2024, 12:15

Type Values Removed Values Added
References
  • () https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html -

03 Jun 2024, 14:46

Type Values Removed Values Added
Summary
  • (es) En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: drm/vmwgfx: corrige lecturas no válidas en eventos señalizados de valla establezca correctamente la longitud de drm_event al tamaño de la estructura que realmente se utiliza. La longitud de drm_event se configuró en la estructura principal en lugar de en drm_vmw_event_fence que se supone debe leerse. drm_read usa el parámetro de longitud para copiar el evento al espacio del usuario, lo que resulta en lecturas oob.

03 Jun 2024, 08:15

Type Values Removed Values Added
New CVE

Information

Published : 2024-06-03 08:15

Updated : 2024-07-03 02:03


NVD link : CVE-2024-36960

Mitre link : CVE-2024-36960

CVE.ORG link : CVE-2024-36960


JSON object : View

Products Affected

No product.

CWE
CWE-125

Out-of-bounds Read