In the Linux kernel, the following vulnerability has been resolved: bpf: Cancel the running bpf_timer through kworker for PREEMPT_RT During the update procedure, when overwrite element in a pre-all…
High CVSS 7.8
Summary
In the Linux kernel, the following vulnerability has been resolved: bpf: Cancel the running bpf_timer through kworker for PREEMPT_RT During the update procedure, when overwrite element in a pre-allocated htab, the freeing of old_element is protected by the bucket lock. The reason why the bucket lock is necessary is that the old_element has already been stashed in htab->extra_elems after alloc_htab_elem() returns. If freeing the old_element after the bucket lock is unlocked, the stashed elemen…
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/33e47d9573075342a41783a55c8c67bc71246fc1 Patch
- https://git.kernel.org/stable/c/58f038e6d209d2dd862fcf5de55407855856794d Patch
- https://git.kernel.org/stable/c/fbeda3d939ca10063aafa7a77cc0f409d82cda88 Patch
Timeline
- nvd_ingest NVD