Vulnerability Description
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.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 2.6.20, < 4.19.318 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/27cd3873fa76ebeb9f948baae40cb9a6d8692289Mailing ListPatch
- https://git.kernel.org/stable/c/2849a1b747cf37aa5b684527104d3a53f1e296d2Mailing ListPatch
- https://git.kernel.org/stable/c/3503372d0bf7b324ec0bd6b90606703991426176Mailing ListPatch
- https://git.kernel.org/stable/c/3d32327f5cfc087ee3922a3bcdcc29880dcdb50fMailing ListPatch
- https://git.kernel.org/stable/c/92e494a7568b60ae80d57fc0deafcaf3a4029ab3Mailing ListPatch
- https://git.kernel.org/stable/c/a349e5ab4dc9954746e836cd10b407ce48f9b2f6Mailing ListPatch
- https://git.kernel.org/stable/c/effe0500afda017a86c94482b1e36bc37586c9afMailing ListPatch
- https://git.kernel.org/stable/c/f63b94be6942ba82c55343e196bd09b53227618eMailing ListPatch
- https://git.kernel.org/stable/c/27cd3873fa76ebeb9f948baae40cb9a6d8692289Mailing ListPatch
- https://git.kernel.org/stable/c/2849a1b747cf37aa5b684527104d3a53f1e296d2Mailing ListPatch
- https://git.kernel.org/stable/c/3503372d0bf7b324ec0bd6b90606703991426176Mailing ListPatch
- https://git.kernel.org/stable/c/3d32327f5cfc087ee3922a3bcdcc29880dcdb50fMailing ListPatch
- https://git.kernel.org/stable/c/92e494a7568b60ae80d57fc0deafcaf3a4029ab3Mailing ListPatch
- https://git.kernel.org/stable/c/a349e5ab4dc9954746e836cd10b407ce48f9b2f6Mailing ListPatch
- https://git.kernel.org/stable/c/effe0500afda017a86c94482b1e36bc37586c9afMailing ListPatch
FAQ
What is CVE-2024-42153?
CVE-2024-42153 is a vulnerability with a CVSS score of 5.5 (MEDIUM). 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...
How severe is CVE-2024-42153?
CVE-2024-42153 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2024-42153?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.