CVE-2024-42153
Published: Jul 30, 2024
Modified: May 11, 2026
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.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected 41561f28e76a47dc6de0a954da85d0b5c42874eb - < a349e5ab4dc9954746e836cd10b407ce48f9b2f6affected 41561f28e76a47dc6de0a954da85d0b5c42874eb - < effe0500afda017a86c94482b1e36bc37586c9afaffected 41561f28e76a47dc6de0a954da85d0b5c42874eb - < 2849a1b747cf37aa5b684527104d3a53f1e296d2affected 41561f28e76a47dc6de0a954da85d0b5c42874eb - < 3503372d0bf7b324ec0bd6b90606703991426176affected 41561f28e76a47dc6de0a954da85d0b5c42874eb - < 3d32327f5cfc087ee3922a3bcdcc29880dcdb50f+3 more versions |
Linux | Linux | affected 2.6.20unaffected 0 - < 2.6.20unaffected 4.19.318 - <= 4.19.*unaffected 5.4.280 - <= 5.4.*unaffected 5.10.222 - <= 5.10.*+5 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now