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

目标: 1000 元 · 已筹: 1336

100%

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

AI 预测 5.5 利用难度: 中等 EPSS 0.18% · P8

影响版本矩阵 10

厂商产品版本范围状态
LinuxLinuxec0e2da95f72d4a46050a4d994e4fe471474fd80< 3bce44b344040e5eef3d64d38b157c15304c0aabaffected
ec0e2da95f72d4a46050a4d994e4fe471474fd80< 5017c302ca4b2a45149ad64e058fa2d5623c068faffected
ec0e2da95f72d4a46050a4d994e4fe471474fd80< 21167bf70dbe400563e189ac632258d35eda38b5affected
ec0e2da95f72d4a46050a4d994e4fe471474fd80< 55c0ced59fe17dee34e9dfd5f7be63cbab207758affected
6.6affected
< 6.6unaffected
6.6.112≤ 6.6.*unaffected
6.12.53≤ 6.12.*unaffected
… +2 条更多
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
bpf: Reject negative offsets for ALU ops
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: bpf: Reject negative offsets for ALU ops When verifying BPF programs, the check_alu_op() function validates instructions with ALU operations. The 'offset' field in these instructions is a signed 16-bit integer. The existing check 'insn->off > 1' was intended to ensure the offset is either 0, or 1 for BPF_MOD/BPF_DIV. However, because 'insn->off' is signed, this check incorrectly accepts all negative values (e.g., -1). This commit tightens the validation by changing the condition to '(insn->off != 0 && insn->off != 1)'. This ensures that any value other than the explicitly permitted 0 and 1 is rejected, hardening the verifier against malformed BPF programs.
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于BPF验证器未正确拒绝ALU操作中的负偏移量,可能导致恶意BPF程序执行。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux ec0e2da95f72d4a46050a4d994e4fe471474fd80 ~ 3bce44b344040e5eef3d64d38b157c15304c0aab -
LinuxLinux 6.6 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

同批安全公告 · Linux · 2025-11-12 · 共 96 条

CVE-2025-40176Linux kernel 安全漏洞
CVE-2025-40172Linux kernel 安全漏洞
CVE-2025-40171Linux kernel 安全漏洞
CVE-2025-40167Linux kernel 安全漏洞
CVE-2025-40164Linux kernel 安全漏洞
CVE-2025-40162Linux kernel 安全漏洞
CVE-2025-40163Linux kernel 安全漏洞
CVE-2025-40161Linux kernel 安全漏洞
CVE-2025-40166Linux kernel 安全漏洞
CVE-2025-40175Linux kernel 安全漏洞
CVE-2025-40174Linux kernel 安全漏洞
CVE-2025-40173Linux kernel 安全漏洞
CVE-2025-40177Linux kernel 安全漏洞
CVE-2025-40178Linux kernel 安全漏洞
CVE-2025-40179Linux kernel 安全漏洞
CVE-2025-40180Linux kernel 安全漏洞
CVE-2025-40181Linux kernel 安全漏洞
CVE-2025-40183Linux kernel 安全漏洞
CVE-2025-40182Linux kernel 安全漏洞
CVE-2025-40184Linux kernel 安全漏洞

显示前 20 条,共 96 条。 查看全部 &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2025-40169

暂无评论


发表评论