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

目标: 1000 元 · 已筹: 1000

100.0%

CVE-2025-21864— Linux kernel 安全漏洞

EPSS 0.01% · P3
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2025-21864 基础信息

漏洞信息

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

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

Vulnerability Title
tcp: drop secpath at the same time as we currently drop dst
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: tcp: drop secpath at the same time as we currently drop dst Xiumei reported hitting the WARN in xfrm6_tunnel_net_exit while running tests that boil down to: - create a pair of netns - run a basic TCP test over ipcomp6 - delete the pair of netns The xfrm_state found on spi_byaddr was not deleted at the time we delete the netns, because we still have a reference on it. This lingering reference comes from a secpath (which holds a ref on the xfrm_state), which is still attached to an skb. This skb is not leaked, it ends up on sk_receive_queue and then gets defer-free'd by skb_attempt_defer_free. The problem happens when we defer freeing an skb (push it on one CPU's defer_list), and don't flush that list before the netns is deleted. In that case, we still have a reference on the xfrm_state that we don't expect at this point. We already drop the skb's dst in the TCP receive path when it's no longer needed, so let's also drop the secpath. At this point, tcp_filter has already called into the LSM hooks that may require the secpath, so it should not be needed anymore. However, in some of those places, the MPTCP extension has just been attached to the skb, so we cannot simply drop all extensions.
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于在删除网络命名空间时未及时释放secpath,可能导致释放后重用。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 68822bdf76f10c3dc80609d4e2cdc1e847429086 ~ 87858bbf21da239ace300d61dd209907995c0491 -
LinuxLinux 5.19 -

二、漏洞 CVE-2025-21864 的公开POC

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

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2025-21864 的情报信息

登录查看更多情报信息。

同批安全公告 · Linux · 2025-03-12 · 共 26 条

CVE-2025-21853Linux kernel 安全漏洞
CVE-2024-58087Linux kernel 安全漏洞
CVE-2024-58088Linux kernel 安全漏洞
CVE-2024-58089Linux kernel 安全漏洞
CVE-2025-21844Linux kernel 安全漏洞
CVE-2025-21845Linux kernel 安全漏洞
CVE-2025-21846Linux kernel 安全漏洞
CVE-2025-21848Linux kernel 安全漏洞
CVE-2025-21847Linux kernel 安全漏洞
CVE-2025-21849Linux kernel 安全漏洞
CVE-2025-21851Linux kernel 安全漏洞
CVE-2025-21850Linux kernel 安全漏洞
CVE-2025-21852Linux kernel 安全漏洞
CVE-2025-21866Linux kernel 安全漏洞
CVE-2025-21855Linux kernel 安全漏洞
CVE-2025-21854Linux kernel 安全漏洞
CVE-2025-21856Linux kernel 安全漏洞
CVE-2025-21857Linux kernel 安全漏洞
CVE-2025-21858Linux kernel 资源管理错误漏洞
CVE-2025-21859Linux kernel 安全漏洞

显示前 20 条,共 26 条。 查看全部 → →

IV. Related Vulnerabilities

V. Comments for CVE-2025-21864

暂无评论


发表评论