In the Linux kernel, the following vulnerability has been resolved: bpf: Reject redirect helpers without a bpf_net_context The bpf_redirect*() helpers and skb_do_redirect() obtain the per-task bpf_…
Info
Summary
In the Linux kernel, the following vulnerability has been resolved: bpf: Reject redirect helpers without a bpf_net_context The bpf_redirect*() helpers and skb_do_redirect() obtain the per-task bpf_redirect_info via bpf_net_ctx_get_ri(), which dereferences the current->bpf_net_context unconditionally. That context is established on the paths that run tc BPF such as sch_handle_{ingress,egress}(), *except* for the case where {cls,act}_bpf was attached to a proper qdisc. A program running from th…
In-depth triage
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/0f2118b757509332bb0e65f90e5233766f14bb88
- https://git.kernel.org/stable/c/3f4920d165b29052255527d8ae7619e7ec132ece
- https://git.kernel.org/stable/c/aafb093adffad91d4d071e8a7e0dcd9b1d91c94a
- https://git.kernel.org/stable/c/cabfacbd5af09d3ae898ca224c4a1459e9bba15d
Timeline
- nvd_ingest NVD