Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-68337

Published Aug 10, 2026 EPSS 0.15% (5th pctl)

Overview

CVE-2026-68337 is a known-severity vulnerability. It was published on August 10, 2026.

Technical 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_ne

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2026-68337?

CVE-2026-68337 is a known-severity vulnerability. It was published on August 10, 2026.

How severe is CVE-2026-68337?

CVSS score information is not yet available for this vulnerability. Check back as the CVE record is updated by NVD analysts.

How do I fix or remediate CVE-2026-68337?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-68337?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-68337 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.