目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-64530— Linux tc cls_api 处理 TC_ACT_CONSUMED 漏洞

AI 预测 7.8 利用难度: 中等 EPSS 0.17% · P7

影响版本矩阵 21

厂商产品版本范围状态
LinuxLinux172ba7d46c202e679f3ccb10264c67416aaeb1c4< 5ed3d6f85991656667059d3fa5a1d683ac58c447affected
0b5b831122fc3789fff75be433ba3e4dd7b779d4< f42e8134a3a1074b834a574d404352f867ba994aaffected
73f7da5fd124f2cda9161e2e46114915e6e82e97< 447d493034a9cf7bf13a2abac86d0573d907ec2faffected
3f14b377d01d8357eba032b4cabc8c1149b458b6< e1270e69dcf2c3512c453484178f2e9dc0db3f05affected
3f14b377d01d8357eba032b4cabc8c1149b458b6< 2140c2f3f2e7b066e1ae616ede8856cafd8015e9affected
3f14b377d01d8357eba032b4cabc8c1149b458b6< e28aedab9488343924d227b5a896faed67ce84d5affected
3f14b377d01d8357eba032b4cabc8c1149b458b6< a8a02897f2b479127db261de05cbf0c28b98d159affected
f5346df0591d10bc948761ca854b1fae6d2ef441affected
… +13 条更多
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2026-64530 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
net/sched: cls_api: Handle TC_ACT_CONSUMED in tcf_qevent_handle
来源: CVE Program / CVE List V5
Vulnerability Description
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.
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: CVE Program / CVE List V5
Vulnerability Type
N/A
来源: CVE Program / CVE List V5

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 172ba7d46c202e679f3ccb10264c67416aaeb1c4 ~ 5ed3d6f85991656667059d3fa5a1d683ac58c447 -
LinuxLinux 6.8 -

二、漏洞 CVE-2026-64530 的公开POC

#POC 描述源链接神龙链接
AI 生成 POC高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-64530 的情报信息

登录查看更多情报信息。

CVE-2026-64530 补丁与修复 (7)

IV. Related Vulnerabilities

V. Comments for CVE-2026-64530

暂无评论


发表评论