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

目标: 1000 元 · 已筹: 1336

100%

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

AI 预测 7.8 利用难度: 中等 EPSS 0.12% · P2

影响版本矩阵 10

厂商产品版本范围状态
LinuxLinux6082b6c328b5486da2b356eae94b8b83c98b5565< 56af722756ed82fee2ae5d5b4d04743407506195affected
6082b6c328b5486da2b356eae94b8b83c98b5565< ccbf29b28b5554f9d65b2fb53b994673ad58b3bfaffected
6082b6c328b5486da2b356eae94b8b83c98b5565< de641ea08f8fff6906e169d2576c2ac54e562fbbaffected
6082b6c328b5486da2b356eae94b8b83c98b5565< 2321a9596d2260310267622e0ad8fbfa6f95378faffected
6.9affected
< 6.9unaffected
6.12.80≤ 6.12.*unaffected
6.18.21≤ 6.18.*unaffected
… +2 条更多
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
bpf: Fix constant blinding for PROBE_MEM32 stores
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix constant blinding for PROBE_MEM32 stores BPF_ST | BPF_PROBE_MEM32 immediate stores are not handled by bpf_jit_blind_insn(), allowing user-controlled 32-bit immediates to survive unblinded into JIT-compiled native code when bpf_jit_harden >= 1. The root cause is that convert_ctx_accesses() rewrites BPF_ST|BPF_MEM to BPF_ST|BPF_PROBE_MEM32 for arena pointer stores during verification, before bpf_jit_blind_constants() runs during JIT compilation. The blinding switch only matches BPF_ST|BPF_MEM (mode 0x60), not BPF_ST|BPF_PROBE_MEM32 (mode 0xa0). The instruction falls through unblinded. Add BPF_ST|BPF_PROBE_MEM32 cases to bpf_jit_blind_insn() alongside the existing BPF_ST|BPF_MEM cases. The blinding transformation is identical: load the blinded immediate into BPF_REG_AX via mov+xor, then convert the immediate store to a register store (BPF_STX). The rewritten STX instruction must preserve the BPF_PROBE_MEM32 mode so the architecture JIT emits the correct arena addressing (R12-based on x86-64). Cannot use the BPF_STX_MEM() macro here because it hardcodes BPF_MEM mode; construct the instruction directly instead.
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: 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存在安全漏洞,该漏洞源于bpf未对PROBE_MEM32存储进行常量混淆,可能导致用户控制的数据进入JIT代码。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 6082b6c328b5486da2b356eae94b8b83c98b5565 ~ 56af722756ed82fee2ae5d5b4d04743407506195 -
LinuxLinux 6.9 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-23417

暂无评论


发表评论