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_an…
High CVSS 7.8
Summary
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(); bpf_timer_cancel_and_free(); spin_lock(); t = timer->timer; timer->timer = NULL; spin_unlock(); hrtimer_cancel(&t->timer); …
In-depth triage · Auto channel
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Affected products
- :
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/0281b919e175bb9c3128bd3872ac2903e9436e3f Patch
- https://git.kernel.org/stable/c/5268bb02107b9eedfdcd51db75b407d10043368c Patch
- https://git.kernel.org/stable/c/7d80a9e745fa5b47da3bca001f186c02485c7c33 Patch
- https://git.kernel.org/stable/c/8327ed12e8ebc5436bfaa1786c49988894f9c8a6 Patch
- https://git.kernel.org/stable/c/addf5e297e6cbf5341f9c07720693ca9ba0057b5 Patch
- https://git.kernel.org/stable/c/0281b919e175bb9c3128bd3872ac2903e9436e3f Patch
- https://git.kernel.org/stable/c/5268bb02107b9eedfdcd51db75b407d10043368c Patch
- https://git.kernel.org/stable/c/7d80a9e745fa5b47da3bca001f186c02485c7c33 Patch
- https://git.kernel.org/stable/c/8327ed12e8ebc5436bfaa1786c49988894f9c8a6 Patch
- https://git.kernel.org/stable/c/addf5e297e6cbf5341f9c07720693ca9ba0057b5 Patch
Timeline
- nvd_ingest NVD