CVE-2024-42153

In the Linux kernel, the following vulnerability has been resolved: i2c: pnx: Fix potential deadlock warning from del_timer_sync() call in isr When del_timer_sync() is called in an interrupt context it throws a warning because of potential deadlock. The timer is used only to exit from wait_for_completion() after a timeout so replacing the call with wait_for_completion_timeout() allows to remove the problematic timer and its related functions altogether.
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:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.10:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.10:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.10:rc3:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.10:rc4:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.10:rc5:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.10:rc6:*:*:*:*:*:*

History

08 Aug 2024, 12:51

Type Values Removed Values Added
CPE cpe:2.3:o:linux:linux_kernel:6.10:rc6:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.10:rc4:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.10:rc5:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.10:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.10:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.10:rc3:*:*:*:*:*:*
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 5.5
First Time Linux
Linux linux Kernel
CWE CWE-667
References () https://git.kernel.org/stable/c/27cd3873fa76ebeb9f948baae40cb9a6d8692289 - () https://git.kernel.org/stable/c/27cd3873fa76ebeb9f948baae40cb9a6d8692289 - Mailing List, Patch
References () https://git.kernel.org/stable/c/2849a1b747cf37aa5b684527104d3a53f1e296d2 - () https://git.kernel.org/stable/c/2849a1b747cf37aa5b684527104d3a53f1e296d2 - Mailing List, Patch
References () https://git.kernel.org/stable/c/3503372d0bf7b324ec0bd6b90606703991426176 - () https://git.kernel.org/stable/c/3503372d0bf7b324ec0bd6b90606703991426176 - Mailing List, Patch
References () https://git.kernel.org/stable/c/3d32327f5cfc087ee3922a3bcdcc29880dcdb50f - () https://git.kernel.org/stable/c/3d32327f5cfc087ee3922a3bcdcc29880dcdb50f - Mailing List, Patch
References () https://git.kernel.org/stable/c/92e494a7568b60ae80d57fc0deafcaf3a4029ab3 - () https://git.kernel.org/stable/c/92e494a7568b60ae80d57fc0deafcaf3a4029ab3 - Mailing List, Patch
References () https://git.kernel.org/stable/c/a349e5ab4dc9954746e836cd10b407ce48f9b2f6 - () https://git.kernel.org/stable/c/a349e5ab4dc9954746e836cd10b407ce48f9b2f6 - Mailing List, Patch
References () https://git.kernel.org/stable/c/effe0500afda017a86c94482b1e36bc37586c9af - () https://git.kernel.org/stable/c/effe0500afda017a86c94482b1e36bc37586c9af - Mailing List, Patch
References () https://git.kernel.org/stable/c/f63b94be6942ba82c55343e196bd09b53227618e - () https://git.kernel.org/stable/c/f63b94be6942ba82c55343e196bd09b53227618e - Mailing List, Patch

30 Jul 2024, 13:32

Type Values Removed Values Added
Summary
  • (es) En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: i2c: pnx: corrige la advertencia de posible interbloqueo de la llamada del_timer_sync() en isr Cuando se llama a del_timer_sync() en un contexto de interrupción, genera una advertencia debido a un posible interbloqueo. El temporizador se usa solo para salir de wait_for_completion() después de un tiempo de espera, por lo que reemplazar la llamada con wait_for_completion_timeout() permite eliminar por completo el temporizador problemático y sus funciones relacionadas.

30 Jul 2024, 08:15

Type Values Removed Values Added
New CVE

Information

Published : 2024-07-30 08:15

Updated : 2024-08-08 12:51


NVD link : CVE-2024-42153

Mitre link : CVE-2024-42153

CVE.ORG link : CVE-2024-42153


JSON object : View

Products Affected

linux

  • linux_kernel
CWE
CWE-667

Improper Locking