Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-31413

7.8 · HIGH
Published Apr 12, 2026 linux CWE-125 EPSS 0.22% (13th pctl)

Overview

CVE-2026-31413 is a high-severity vulnerability affecting linux linux_kernel. It was published on April 12, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical 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.

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 6.12.75, < 6.12.80 Affected

Frequently Asked Questions

What is CVE-2026-31413?

CVE-2026-31413 is a high-severity vulnerability affecting linux linux_kernel. It was published on April 12, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2026-31413?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2026-31413?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-31413?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-31413 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.