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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-23413— Linux kernel 安全漏洞

CVSS 7.8 · High EPSS 0.12% · P2

影响版本矩阵 15

厂商产品版本范围状态
LinuxLinux230bb13650b0f186f540500fd5f5f7096a822a2a< a73d95b57bf9faebdfed591bcb7ed9292062a84caffected
1cb6f0bae50441f4b4b32a28315853b279c7404e< 37bef86e5428d59f70a4da82b80f9a8f252fecbeaffected
1cb6f0bae50441f4b4b32a28315853b279c7404e< 4c9af67f99aa3e51b522c54968ab3ac8272be41caffected
1cb6f0bae50441f4b4b32a28315853b279c7404e< 0509b762bc5e8ea7b8391130730c6d8502fc6e69affected
1cb6f0bae50441f4b4b32a28315853b279c7404e< a0671125d4f55e1e98d9bde8a0b671941987e208affected
f61ecf1bd5b562ebfd7d430ccb31619857e80857affected
6.6.41< 6.6.130affected
6.9.10< 6.10affected
… +7 条更多
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
clsact: Fix use-after-free in init/destroy rollback asymmetry
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: clsact: Fix use-after-free in init/destroy rollback asymmetry Fix a use-after-free in the clsact qdisc upon init/destroy rollback asymmetry. The latter is achieved by first fully initializing a clsact instance, and then in a second step having a replacement failure for the new clsact qdisc instance. clsact_init() initializes ingress first and then takes care of the egress part. This can fail midway, for example, via tcf_block_get_ext(). Upon failure, the kernel will trigger the clsact_destroy() callback. Commit 1cb6f0bae504 ("bpf: Fix too early release of tcx_entry") details the way how the transition is happening. If tcf_block_get_ext on the q->ingress_block ends up failing, we took the tcx_miniq_inc reference count on the ingress side, but not yet on the egress side. clsact_destroy() tests whether the {ingress,egress}_entry was non-NULL. However, even in midway failure on the replacement, both are in fact non-NULL with a valid egress_entry from the previous clsact instance. What we really need to test for is whether the qdisc instance-specific ingress or egress side previously got initialized. This adds a small helper for checking the miniq initialization called mini_qdisc_pair_inited, and utilizes that upon clsact_destroy() in order to fix the use-after-free scenario. Convert the ingress_destroy() side as well so both are consistent to each other.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
来源: CVE Program / CVE List V5
Vulnerability Type
N/A
来源: CVE Program / CVE List V5
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于clsact qdisc初始化销毁不对称,可能导致释放后重用。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 230bb13650b0f186f540500fd5f5f7096a822a2a ~ a73d95b57bf9faebdfed591bcb7ed9292062a84c -
LinuxLinux 6.10 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

同批安全公告 · Linux · 2026-04-02 · 共 6 条

CVE-2026-234157.8 HIGHLinux kernel 安全漏洞
CVE-2026-234127.8 HIGHLinux kernel 安全漏洞
CVE-2026-234147.5 HIGHLinux kernel 安全漏洞
CVE-2026-23417Linux kernel 安全漏洞
CVE-2026-23416Linux kernel 安全漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-23413

暂无评论


发表评论