Get a Demo

Let's Patch It!

Book a short call with one our specialists, we'll walk you through how Endor Patches work, and ask you a few questions about your environment (like your primary programming languages and repository management). We'll also send you an email right after you fill out the form, feel free to reply with any questions you have in advance!

CVE

CVE-2026-64530

net/sched: cls_api: Handle TC_ACT_CONSUMED in tcf_qevent_handle
Back to all
CVE

CVE-2026-64530

net/sched: cls_api: Handle TC_ACT_CONSUMED in tcf_qevent_handle

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

net/sched: clsapi: Handle TCACTCONSUMED in tcfqevent_handle

tcfclassify() can return TCACT_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.

tcfqeventhandle() did not handle TCACTCONSUMED: 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

(qemark on REDPROBMARK/HARDMARK, qeearlydrop 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 TCACTCONSUMED in tcfqeventhandle() the same way the ingress

and egress fast paths do: treat it as stolen and return NULL without

touching the skb. Unlike the TCACTSTOLEN case, the skb must not be

dropped/freed here, as it is no longer owned by us.

Package Versions Affected

Package Version
patch Availability
No items found.

Automatically patch vulnerabilities without upgrading

Fix Without Upgrading
Detect compatible fix
Apply safe remediation
Fix with a single pull request

CVSS Version

Severity
Base Score
CVSS Version
Score Vector
C
H
U
9.8
-
3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
C
H
U
0
-
3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
C
H
U
-

Related Resources

No items found.

References

https://git.kernel.org/stable/c/2140c2f3f2e7b066e1ae616ede8856cafd8015e9, https://git.kernel.org/stable/c/447d493034a9cf7bf13a2abac86d0573d907ec2f, https://git.kernel.org/stable/c/5ed3d6f85991656667059d3fa5a1d683ac58c447, https://git.kernel.org/stable/c/a8a02897f2b479127db261de05cbf0c28b98d159, https://git.kernel.org/stable/c/e1270e69dcf2c3512c453484178f2e9dc0db3f05, https://git.kernel.org/stable/c/e28aedab9488343924d227b5a896faed67ce84d5, https://git.kernel.org/stable/c/f42e8134a3a1074b834a574d404352f867ba994a, https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64530.json, https://nvd.nist.gov/vuln/detail/CVE-2026-64530, https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Severity

9.8

CVSS Score
0
10

Basic Information

Base CVSS
9.8
EPSS Probability
0.00536%
EPSS Percentile
0.4396%
Introduced Version
172ba7d46c202e679f3ccb10264c67416aaeb1c4,0b5b831122fc3789fff75be433ba3e4dd7b779d4,73f7da5fd124f2cda9161e2e46114915e6e82e97,3f14b377d01d8357eba032b4cabc8c1149b458b6,0,5.15.148,6.1.75,6.6.14,6.7.2,5.16.0,6.2.0,6.7.0,6.8.0,6.13.0
Fix Available
5ed3d6f85991656667059d3fa5a1d683ac58c447,f42e8134a3a1074b834a574d404352f867ba994a,447d493034a9cf7bf13a2abac86d0573d907ec2f,a8a02897f2b479127db261de05cbf0c28b98d159,5.15.212,6.1.178,6.6.145,6.8,6.12.97,6.18.40,7.1.5,0:4.18.0-553.150.1.rt7.491.el8_10,0:4.18.0-553.150.1.el8_10,0:1-16.el8_10,0:1-13.el8_10,0:1-11.el8_10,0:1-9.el8_10,0:1-6.el8_10,6.12.0-211.42.1.el10_2,1-6.el10_2,6.1.180-1,6.12.100-1~deb12u1,6.12.100-1,0:5.15.0-324.217.5.2.el9uek,0:6.12.0-206.104.3.3.el9uek,0:5.14.0-687.33.1.el9_8,0:6.12.0-206.104.3.3.el10uek,0:6.12.0-211.42.1.el10_2,0:5.15.0-324.217.5.2.el8uek,0:5.15.213-150.251.amzn2,0:1.0-0.amzn2,1:6.12.100-125.179.amzn2023,1:1.0-0.amzn2023,1:6.1.180-225.360.amzn2023,1:6.18.41-94.142.amzn2023

Fix Critical Vulnerabilities Instantly

Secure your app without upgrading.
Fix Without Upgrading