5.5

CVE-2024-42153

i2c: pnx: Fix potential deadlock warning from del_timer_sync() call in isr

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.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
LinuxLinux Kernel Version >= 2.6.20 < 4.19.318
LinuxLinux Kernel Version >= 4.20 < 5.4.280
LinuxLinux Kernel Version >= 5.5 < 5.10.222
LinuxLinux Kernel Version >= 5.11 < 5.15.163
LinuxLinux Kernel Version >= 5.16 < 6.1.98
LinuxLinux Kernel Version >= 6.2 < 6.6.39
LinuxLinux Kernel Version >= 6.7 < 6.9.9
LinuxLinux Kernel Version6.10 Updaterc1
LinuxLinux Kernel Version6.10 Updaterc2
LinuxLinux Kernel Version6.10 Updaterc3
LinuxLinux Kernel Version6.10 Updaterc4
LinuxLinux Kernel Version6.10 Updaterc5
LinuxLinux Kernel Version6.10 Updaterc6
VulnDex Vulnerability Enrichment
Diese Information steht angemeldeten Benutzern zur Verfügung. Login Login
Zu dieser CVE wurde keine Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 0.18% 0.079
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
nvd@nist.gov 5.5 1.8 3.6
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
CWE-667 Improper Locking

The product does not properly acquire or release a lock on a resource, leading to unexpected resource state changes and behaviors.

https://git.kernel.org/stable/c/27cd3873fa76ebeb9f948baae40cb9a6d8692289
Patch
Mailing List
https://git.kernel.org/stable/c/2849a1b747cf37aa5b684527104d3a53f1e296d2
Patch
Mailing List
https://git.kernel.org/stable/c/3503372d0bf7b324ec0bd6b90606703991426176
Patch
Mailing List
https://git.kernel.org/stable/c/3d32327f5cfc087ee3922a3bcdcc29880dcdb50f
Patch
Mailing List
https://git.kernel.org/stable/c/92e494a7568b60ae80d57fc0deafcaf3a4029ab3
Patch
Mailing List
https://git.kernel.org/stable/c/a349e5ab4dc9954746e836cd10b407ce48f9b2f6
Patch
Mailing List
https://git.kernel.org/stable/c/effe0500afda017a86c94482b1e36bc37586c9af
Patch
Mailing List
https://git.kernel.org/stable/c/f63b94be6942ba82c55343e196bd09b53227618e
Patch
Mailing List
https://lists.debian.org/debian-lts-announce/2025/01/msg00001.html