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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-74583— Linux内核cls_route模块过滤器快速映射use-after-free漏洞

一分钟漏洞结论

影响对象
Linux Linux
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

在 Linux 内核中,已修复以下漏洞: 网络调度器:cls_route:修复过滤器中 fastmap 的空指针释放后使用(UAF)漏洞 route4 分类器维护一个包含 16 个槽位的 fastmap 缓存,该缓存存储由 索引的原始 指针。对于每一个命中过滤器的数据包,读者(route4_classify)会通过 函数填充此缓存。而在删除或修改过滤器时,写者(route4_delete、route4_change)会在通过 RCU 延迟机制对过滤器进行 之前,先调用 清空该缓存。 这导致了以下 UAF(Use-A

AI 预测 7.8 利用难度: 困难 EPSS 0.17% · P6

影响版本矩阵 18

厂商产品 版本范围状态
Linux Linux 1109c00547fc66df45b9ff923544be4c1e1bec13< 7897198b26445b4009a057bda1986b94a99e5d5f affected
1109c00547fc66df45b9ff923544be4c1e1bec13< 820f083c294ad6d319c02a7d43294f2ed2565139 affected
1109c00547fc66df45b9ff923544be4c1e1bec13< 5ec9001be6d0eb527251125632ec8fe88278897f affected
1109c00547fc66df45b9ff923544be4c1e1bec13< b969984b2bdc85d721ce4047cd270cd37ec705a2 affected
1109c00547fc66df45b9ff923544be4c1e1bec13< a17f636c9330eac879822ce29f998e5abd1b72c1 affected
1109c00547fc66df45b9ff923544be4c1e1bec13< 0e7a8cf8895b06d07c7311f028eba16ad742b9bc affected
1109c00547fc66df45b9ff923544be4c1e1bec13< ae9aff87025219005a2d16b4fe83d6f24643e50d affected
1109c00547fc66df45b9ff923544be4c1e1bec13< 47d7f7051253bdc02b1d245d87e38f16d31a74df affected
… +10 条更多
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
net/sched: cls_route: fix fastmap use-after-free on filter
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: net/sched: cls_route: fix fastmap use-after-free on filter The route4 classifier maintains a 16-slot fastmap cache that stores raw struct route4_filter pointers indexed by (id, iif). The reader (route4_classify) populates this cache via route4_set_fastmap() for every classified packet that hits a filter. The writer (route4_delete, route4_change) clears the cache via route4_reset_fastmap() before RCU-deferred kfree of the filter. This creates a UAF race: 1. Reader walks the RCU-protected bucket chain, finds filter f 2. Writer unlinks f, calls route4_reset_fastmap(), then tcf_queue_work() 3. Reader calls route4_set_fastmap() and writes f into the cache *after* the writer's reset, caching a pointer about to be freed 4. After the RCU grace period, kfree(f) executes 5. Next classified packet on the same (id, iif) tuple hits the stale fastmap entry and reads f->res from freed memory Reproduced with an mdelay(100) accelerator in route4_set_fastmap() and a concurrent add/delete stress test (provided by both zdi and Santosh). Both triggered KASAN slab-use-after-free reports in the route4 fastmap paths. Fix: Introduce a per-filter boolean dying flag to suppress stale fastmap republishing by in-flight readers.
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: CVE Program / CVE List V5
Vulnerability Type
N/A
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
Linux Linux 1109c00547fc66df45b9ff923544be4c1e1bec13 ~ 7897198b26445b4009a057bda1986b94a99e5d5f -
Linux Linux 3.18 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-74583 补丁与修复 (8)

同批安全公告 · Linux · 2026-08-21 · 共 4 条

CVE-2026-74581 Linux IPv6 清除被抑制的FIB6规则结果
CVE-2026-74582 Linux网络栈 非环形发送路径中 hard_header_len 不一致漏洞
CVE-2026-74580 vhost 重置 vring 元数据缓存

IV. Related Vulnerabilities

V. Comments for CVE-2026-74583

暂无评论


发表评论