THREATOPS
THREAT OPSThreat News › [NVD] CVE-2024-26737 (HIGH 7.8) — In the Linux kernel, the following vulnerability has been resolved: bpf: Fix racing between bpf_timer_cancel_and_free and bpf_timer_cancel The following race is possible between bpf_timer_cancel_and_free and bpf_timer_cancel. It will lead a UAF on the timer->timer. bpf_timer_c

[NVD] CVE-2024-26737 (HIGH 7.8) — In the Linux kernel, the following vulnerability has been resolved: bpf: Fix racing between bpf_timer_cancel_and_free and bpf_timer_cancel The following race is possible between bpf_timer_cancel_and_free and bpf_timer_cancel. It will lead a UAF on the timer->timer. bpf_timer_c

lownvdPublished 2024-04-03

CVE-2024-26737 CVSS: 7.8 HIGH Published: 2024-04-03T17:15:51.243

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

bpf: Fix racing between bpf_timer_cancel_and_free and bpf_timer_cancel

The following race is possible between bpf_timer_cancel_and_free and bpf_timer_cancel. It will lead a UAF on the timer->timer.

bpf_timer_cancel(); spin_lock(); t = timer->time; spin_unlock(

Indicators of compromise

Original source: https://nvd.nist.gov/vuln/detail/CVE-2024-26737