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

目标: 1000 元 · 已筹: 1336

100%

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

CVSS 7.8 · High EPSS 0.22% · P13

影响版本矩阵 7

厂商产品版本范围状态
LinuxLinuxdea9989a3f3961faede93752cd81eb5a9514d911< 342aa1ee995ef5bbf876096dc3a5e51218d76fa4affected
4c122e8ae14950cf6b59d208fc5160f7c601e746< 58bd87d0e69204dbd739e4387a1edb0c4b1644e7affected
e52567173ba86dbffb990595fbe60e2e83899372< d13281ae7ea8902b21d99d10a2c8caf0bdec0455affected
bffacdb80b93b7b5e96b26fad64cc490a6c7d6c7< c845894ebd6fb43226b3118d6b017942550910c5affected
6.12.75< 6.12.80affected
6.18.16< 6.18.21affected
6.19.6< 6.19.11affected
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
bpf: Fix unsound scalar forking in maybe_fork_scalars() for BPF_OR
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix unsound scalar forking in maybe_fork_scalars() for BPF_OR maybe_fork_scalars() is called for both BPF_AND and BPF_OR when the source operand is a constant. When dst has signed range [-1, 0], it forks the verifier state: the pushed path gets dst = 0, the current path gets dst = -1. For BPF_AND this is correct: 0 & K == 0. For BPF_OR this is wrong: 0 | K == K, not 0. The pushed path therefore tracks dst as 0 when the runtime value is K, producing an exploitable verifier/runtime divergence that allows out-of-bounds map access. Fix this by passing env->insn_idx (instead of env->insn_idx + 1) to push_stack(), so the pushed path re-executes the ALU instruction with dst = 0 and naturally computes the correct result for any opcode.
来源: 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存在安全漏洞,该漏洞源于maybe_fork_scalars函数中BPF_OR指令的标量分叉逻辑错误,可能导致越界映射访问。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux dea9989a3f3961faede93752cd81eb5a9514d911 ~ 342aa1ee995ef5bbf876096dc3a5e51218d76fa4 -
LinuxLinux 6.12.75 ~ 6.12.80 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-31413 补丁与修复 (4)

IV. Related Vulnerabilities

V. Comments for CVE-2026-31413

暂无评论


发表评论