CVE-2026-68441: net/sched: Handle TC_ACT_REDIRECT from qdisc filter chains

Published Aug 12, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

net/sched: Handle TCACTREDIRECT from qdisc filter chains

When a TC filter attached to a qdisc filter chain returns TCACTREDIRECT (ex: via an eBPF program calling bpfredirect() or an actbpf action), the redirect was silently lost i.e no qdisc classify function handled TCACTREDIRECT, so the packet fell through the switch and was enqueued normally instead of being redirected.

This has been broken since bpfredirect() was introduced for TC in commit 27b29f63058d ("bpf: add bpfredirect() helper"). We got lucky for a long time because bpfnetcontext was a per-CPU variable that was always available.

commit 401cb7dae813 ("net: Reference bpfredirectinfo via taskstruct on PREEMPTRT.") turned bpfnetcontext into a taskstruct member that is only set up by explicit callers. Without a caller setting it up, bpfredirect() itself crashes with a NULL pointer dereference in bpfnetctxgetri(). However, even with bpfnetcontext available, TCACTREDIRECT from qdisc filter chains cannot be honored without adding skbdoredirect() calls to every qdisc classify function, which would require changes across net/sched/. Isolate it to ebpf core where it belongs.

Instead, add a tcfclassifyqdisc() inline helper in pktcls.h, as a wrapper around tcfclassify() for use by qdisc classify functions and tcfqeventhandle(). When the classify verdict is TCACTREDIRECT, the wrapper converts it to TCACTSHOT, dropping the packet rather than letting it continue silently. Dropping is preferred over letting the packet through because the user immediately sees packet loss. Silently passing the packet through would hide the problem and leave the user wondering why their redirect is not working.

The clsact fast path, tcrun() continues to call tcfclassify() directly and is unaffected: TCACTREDIRECT is returned as-is and handled by schhandleegress/ingress() calling skbdoredirect() as before.

Event History

Aug 12, 2026
CVE Published
via MITRE·12:07 AM
Data Sourced
via MITRE·12:07 AM
Description
Data Sourced
via NVD·12:17 AM
Description
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-68441?

CVE-2026-68441 has a risk score of 23, indicating a critical vulnerability.

2

How does CVE-2026-68441 affect the Linux kernel?

CVE-2026-68441 affects the Linux kernel by improperly handling TC_ACT_REDIRECT from qdisc filter chains, leading to potential vulnerabilities.

3

What can be exploited in CVE-2026-68441?

The vulnerability in CVE-2026-68441 can be exploited through eBPF programs or act_bpf actions that utilize TC filter mechanisms.

4

How do I fix CVE-2026-68441?

To fix CVE-2026-68441, you should update your Linux kernel to the latest patched version provided by your distribution.

5

What is the impact of CVE-2026-68441 on network security?

CVE-2026-68441 could potentially lead to denial-of-service conditions or unintentional data exposure due to improper handling in networking components.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203