CVE-2026-68337
Last modified
CVE-2026-68337 is a vulnerability of currently unknown severity. 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.
Description
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 there reaches the NULL deref in two ways: * It calls bpf_redirect() directly, which dereferences the context at the top of the helper: tc qdisc add dev eth0 root handle 1: red limit 1MB min 10KB max 20KB \ avpkt 1000 burst 100 qevent early_drop block 10 tc filter add block 10 pref 1 bpf obj redirect.o * It simply returns TC_ACT_REDIRECT without helper call: tcf_qevent_handle() then dispatches to skb_do_redirect(), which dereferences the context Rather than extending bpf_net_context management into the qdisc path, make the redirect helpers refuse to operate when no context exists, and have tcf_qevent_handle() drop a TC_ACT_REDIRECT verdict instead of calling skb_do_redirect(). Previous behaviour was a crash, so nothing regresses by not supporting it.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 3625750f05ecce21a0fce429c1ff85acfffb461b, < cabfacbd5af09d3ae898ca224c4a1459e9bba15d; >= 3625750f05ecce21a0fce429c1ff85acfffb461b, < 3f4920d165b29052255527d8ae7619e7ec132ece |
| Linux | Linux | 5.9 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-68337?
How severe is CVE-2026-68337?
How do I fix CVE-2026-68337?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-68331In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68332In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68333In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68334In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68335In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68336In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68338In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68339In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6834The a+HRD developed by aEnrich has a Missing Authorization v…7.1
- CVE-2026-68340In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68341In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68342In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-68337?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
