CVE-2024-42153

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-42153
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-42153.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2024-42153
Downstream
Related
Published
2024-07-30T08:15:06Z
Modified
2025-08-09T19:01:29Z
Severity
  • 5.5 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

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

When deltimersync() is called in an interrupt context it throws a warning because of potential deadlock. The timer is used only to exit from waitforcompletion() after a timeout so replacing the call with waitforcompletion_timeout() allows to remove the problematic timer and its related functions altogether.

References

Affected packages