Skip to main content

Linux CVE-2026-64530

| EUVDEUVD-2026-49051 CRITICAL
2026-07-26 Linux GHSA-w5h3-gv63-49vp
9.8
CVSS 3.1 · Vendor: Linux
Share

Severity by source

Vendor (Linux) PRIMARY
9.8 CRITICAL
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Red Hat
7.8 HIGH
qualitative

Primary rating from Vendor (Linux).

CVSS VectorVendor: Linux

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

5
Analysis Generated
Jul 27, 2026 - 06:05 vuln.today
CVSS changed
Jul 27, 2026 - 05:22 NVD
9.8 (CRITICAL)
Patch available
Jul 26, 2026 - 08:32 EUVD
CVE Published
Jul 26, 2026 - 06:28 cve.org
UNKNOWN (no severity yet)
CVE Published
Jul 26, 2026 - 06:28 cve.org
CRITICAL 9.8

DescriptionCVE.org

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.

AnalysisAI

Use-after-free in the Linux kernel's net/sched cls_api when handling TC_ACT_CONSUMED in tcf_qevent_handle can allow remote code execution. The flaw is triggered if a RED qdisc is configured with a qevent early_drop and a tc filter using connection tracking (act_ct) with defragmentation enabled while receiving out-of-order fragments. No active exploitation or public PoC exists; EPSS score 0.17% indicates low exploitation probability despite a CVSS 9.8 base score.

Vendor StatusVendor

Debian

linux
Release Status Fixed Version Urgency
bullseye not-affected - -
bullseye (security) fixed 5.10.259-1 -
bookworm vulnerable 6.1.176-1 -
bookworm (security) vulnerable 6.1.177-1 -
trixie vulnerable 6.12.94-1 -
trixie (security) vulnerable 6.12.96-1 -
forky vulnerable 7.1.3-1 -
sid vulnerable 7.1.4-1 -
(unstable) fixed (unfixed) -

SUSE

Product Status
SUSE Linux Enterprise Desktop 15 SP7 Affected
SUSE Linux Enterprise Desktop 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 16.0 Affected

Share

CVE-2026-64530 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy