CVE-2024-42153

Summary

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.

Affected Software

VendorProductVersion RangeStatus
LinuxLinux41561f28e76a47dc6de0a954da85d0b5c42874eb < a349e5ab4dc9954746e836cd10b407ce48f9b2f6affected
LinuxLinux41561f28e76a47dc6de0a954da85d0b5c42874eb < effe0500afda017a86c94482b1e36bc37586c9afaffected
LinuxLinux41561f28e76a47dc6de0a954da85d0b5c42874eb < 2849a1b747cf37aa5b684527104d3a53f1e296d2affected
LinuxLinux41561f28e76a47dc6de0a954da85d0b5c42874eb < 3503372d0bf7b324ec0bd6b90606703991426176affected
LinuxLinux41561f28e76a47dc6de0a954da85d0b5c42874eb < 3d32327f5cfc087ee3922a3bcdcc29880dcdb50faffected
LinuxLinux41561f28e76a47dc6de0a954da85d0b5c42874eb < 92e494a7568b60ae80d57fc0deafcaf3a4029ab3affected
LinuxLinux41561f28e76a47dc6de0a954da85d0b5c42874eb < 27cd3873fa76ebeb9f948baae40cb9a6d8692289affected
LinuxLinux41561f28e76a47dc6de0a954da85d0b5c42874eb < f63b94be6942ba82c55343e196bd09b53227618eaffected
LinuxLinux2.6.20affected
LinuxLinux0 < 2.6.20unaffected
LinuxLinux4.19.318 <= 4.19.*unaffected
LinuxLinux5.4.280 <= 5.4.*unaffected
LinuxLinux5.10.222 <= 5.10.*unaffected
LinuxLinux5.15.163 <= 5.15.*unaffected
LinuxLinux6.1.98 <= 6.1.*unaffected
LinuxLinux6.6.39 <= 6.6.*unaffected
LinuxLinux6.9.9 <= 6.9.*unaffected
LinuxLinux6.10 <= *unaffected

Weaknesses

ADP Enrichment

CVE Program Container

Additional References

CISA ADP Vulnrichment

  • SSVC:
  • Exploitation: none
    • Automatable: no
    • Technical Impact: partial

References