CVE-2024-43863

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Fix a deadlock in dma buf fence polling Introduce a version of the fence ops that on release doesn't remove the fence from the pending list, and thus doesn't require a lock to fix poll->fence wait->fence unref deadlocks. vmwgfx overwrites the wait callback to iterate over the list of all fences and update their status, to do that it holds a lock to prevent the list modifcations from other threads. The fence destroy callback both deletes the fence and removes it from the list of pending fences, for which it holds a lock. dma buf polling cb unrefs a fence after it's been signaled: so the poll calls the wait, which signals the fences, which are being destroyed. The destruction tries to acquire the lock on the pending fences list which it can never get because it's held by the wait from which it was called. Old bug, but not a lot of userspace apps were using dma-buf polling interfaces. Fix those, in particular this fixes KDE stalls/deadlock.
Configurations

Configuration 1 (hide)

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

History

03 Sep 2024, 13:42

Type Values Removed Values Added
First Time Linux linux Kernel
Linux
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 5.5
CPE cpe:2.3:o:linux:linux_kernel:6.11:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
References () https://git.kernel.org/stable/c/3b933b16c996af8adb6bc1b5748a63dfb41a82bc - () https://git.kernel.org/stable/c/3b933b16c996af8adb6bc1b5748a63dfb41a82bc - Patch
References () https://git.kernel.org/stable/c/9e20d028d8d1deb1e7fed18f22ffc01669cf3237 - () https://git.kernel.org/stable/c/9e20d028d8d1deb1e7fed18f22ffc01669cf3237 - Patch
References () https://git.kernel.org/stable/c/a8943969f9ead2fd3044fc826140a21622ef830e - () https://git.kernel.org/stable/c/a8943969f9ead2fd3044fc826140a21622ef830e - Patch
References () https://git.kernel.org/stable/c/c98ab18b9f315ff977c2c65d7c71298ef98be8e3 - () https://git.kernel.org/stable/c/c98ab18b9f315ff977c2c65d7c71298ef98be8e3 - Patch
References () https://git.kernel.org/stable/c/e58337100721f3cc0c7424a18730e4f39844934f - () https://git.kernel.org/stable/c/e58337100721f3cc0c7424a18730e4f39844934f - Patch
CWE CWE-667
Summary
  • (es) En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: drm/vmwgfx: soluciona un punto muerto en el sondeo de valla de dma buf. Introduce una versión de las operaciones de valla que, al lanzarse, no elimina la valla de la lista de pendientes y, por tanto, no requiere un bloqueo para arreglar los puntos muertos de encuesta->espera de valla->cerca sin referencia. vmwgfx sobrescribe la devolución de llamada de espera para iterar sobre la lista de todas las barreras y actualizar su estado; para ello, mantiene un bloqueo para evitar que otros subprocesos modifiquen la lista. La devolución de llamada de destrucción de valla elimina la valla y la elimina de la lista de vallas pendientes, para las cuales mantiene un bloqueo. dma buf polling cb desrefs una valla después de haber sido señalada: entonces la encuesta llama a la espera, lo que señala las vallas que están siendo destruidas. La destrucción intenta adquirir el bloqueo en la lista de vallas pendientes que nunca puede conseguir porque está retenido por la espera desde la que fue llamado. Error antiguo, pero no muchas aplicaciones de espacio de usuario usaban interfaces de sondeo dma-buf. Solucionarlos, en particular esto soluciona los bloqueos/bloqueos de KDE.

21 Aug 2024, 00:15

Type Values Removed Values Added
New CVE

Information

Published : 2024-08-21 00:15

Updated : 2024-09-03 13:42


NVD link : CVE-2024-43863

Mitre link : CVE-2024-43863

CVE.ORG link : CVE-2024-43863


JSON object : View

Products Affected

linux

  • linux_kernel
CWE
CWE-667

Improper Locking