VDB
DEBIAN-CVE-2024-42153
DEBIAN-CVE-2024-42153
PUBLISHED
CVSS 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 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.
Risk Scores
CVSS v3.1
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:14 | linux | 0, 0 |
| Debian:12 | linux | 0, 6.1.27-1, 6.1.37-1 |
| Debian:11 | linux | 5.10.162-1, 5.10.216-1, 5.10.218-1 |
| Debian:11 | linux-6.1 | 6.1.112-1, 0, 6.1.106-3~deb11u1 |
| Debian:13 | linux | 0, 0 |
Timeline
- Jul 30, 2024 CVE Published
- Apr 28, 2026 CVE Updated