High [CVE-2026-64530] Handle TC_ACT_CONSUMED in tcf_qevent_handle
This high-severity Red Hat Linux advisory covers CVE-2026-64530 affecting Red Hat Enterprise Linux 10.0 Extended Update Support, Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Extended Update Support Long-Life Add-On.
Aggregated and source-linked by VulniPulse. Data sources, validation and limitations.
VulniPulse record published Record updated
Android app · Google Play
Monitor future Red Hat Linux CVEs from your phone.
Choose a whole vendor or a precise platform, then receive matching security advisories by phone notification, email, or both. Coverage follows 32 official vendor sources and 160+ reviewed platform categories.
Summary
In the Linux kernel, the following vulnerability has been resolved: net/sched: cls_api: Handle TC_ACT_CONSUMED in tcf_qevent_handle tcf_classify() can return TC_ACT_CONSUMED while the skb is held by the defragmentation engine (e.g. act_ct on out-of-order fragments).
When that happens the skb is no longer owned by the caller and must not be touched again. tcf_qevent_handle() did not handle TC_ACT_CONSUMED: it fell through the switch and returned the skb to the caller as if classification had passed.
The only qdisc that wires up qevents today is RED, via three call sites (qe_mark on RED_PROB_MARK/HARD_MARK, qe_early_drop on congestion_drop) red_enqueue() was continuing to operate on an skb it no longer owns in this case -- enqueueing it, dropping it, or updating statistics.
Resulting in a UAF. tc qdisc add dev eth0 root handle 1: red... qevent early_drop block 10 tc filter add block 10... action ct (with ct defrag enabled and traffic that produces out-of-order fragments, e.g. a fragmented UDP stream) Handle TC_ACT_CONSUMED in tcf_qevent_handle() the same way the ingress and egress fast paths do: treat it as stolen and return NULL without touching the skb.
Unlike the TC_ACT_STOLEN case, the skb must not be dropped/freed here, as it is no longer owned by us. A flaw was found in the Linux kernel's traffic control (TC) classifier application programming interface (API).
Affected versions
No affected-version range was extracted from the source record. The vendor advisory is authoritative — check it before change work.
Official advisory · high-confidence parse· fetched 12 days ago·verify at source
- kernel-0:6.12.0-211.42.1.el10_2
- kpatch-patch
- kernel-0:6.12.0-55.93.1.el10_0
- kernel-rt-0:4.18.0-553.150.1.rt7.491.el8_10
- kernel-0:4.18.0-553.150.1.el8_10
- kernel-0:4.18.0-372.204.1.el8_6
- kernel-0:5.14.0-687.33.1.el9_8
- kernel-0:5.14.0-284.184.1.el9_2
- kernel-rt-0:5.14.0-284.184.1.rt14.469.el9_2
- RHSA-2026:49211
- RHSA-2026:55618
- RHSA-2026:47620
- RHSA-2026:49213
- RHSA-2026:49214
- RHSA-2026:55762
- RHSA-2026:49033
- RHSA-2026:55761
- RHSA-2026:49212
- RHSA-2026:55763
- RHSA-2026:49032
- RHSA-2026:48222
- RHSA-2026:55837
- RHSA-2026:56224
- RHSA-2026:56225
Official advisory · high-confidence parse· fetched 12 days ago·verify at source
Mitigation checklist
- To mitigate this issue, avoid configuring the Linux kernel's traffic control (tc) subsystem with the RED queue discipline (`red`) that includes `qevent early_drop` and an `action ct` filter on interfaces processing fragmented UDP streams. This specific configuration is required to trigger the use-after-free vulnerability.
Official advisory · high-confidence parse· fetched 12 days ago·verify at source
Discussion(0)
No comments yet. Share field notes, upgrade gotchas, or questions — verify against the vendor advisory before acting on community advice.
Sign in to join the discussion.