PT-2024-7371 · Linux+6 · Linux Kernel+6
Dohyun Kim
+1
·
Published
2024-07-10
·
Updated
2026-05-26
·
CVE-2024-42239
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions:
Linux kernel (affected versions not specified)
Description:
The issue is related to the BPF timer functionality in the Linux kernel. When two or more timer callbacks are executed in parallel and attempt to cancel each other, it can lead to a deadlock situation. This happens because the
bpf timer cancel function waits for the callback to finish executing, causing a lockup. To resolve this, an atomic counter named 'cancelling' is added to the bpf hrtimer to track outstanding cancellation requests. If there are any, the operation is failed with an error to prevent the deadlock.Recommendations:
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Improper Locking
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Alt Linux
Astra Linux
Debian
Linuxmint
Linux Kernel
Suse
Ubuntu