VDB

CVE-2026-31413

CVE-2026-31413 PUBLISHED CVSS 9.300000190734863 CRITICAL

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.

EPSS 0.01% · 1.4th percentile

Risk Scores

CVSS v4.0
9.300000190734863
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
EPSS Score
0.01%
1.4th percentile

Affected Products

VendorProductVersions
LinuxLinux*, 6.12.80, 6.19.11
linuxlinux_kernel6.18.16, 6.19.6, 7.0-rc1

Timeline

  • Apr 12, 2026 CVE Published
  • Apr 12, 2026 PoC Published
  • Apr 12, 2026 PoC Published
  • Apr 12, 2026 PoC Published
  • Apr 12, 2026 PoC Published
  • Apr 12, 2026 PoC Published
  • Apr 12, 2026 Security Advisory
  • May 18, 2026 EPSS Score
  • May 19, 2026 EPSS Score
  • May 20, 2026 EPSS Score
  • May 21, 2026 EPSS Score
  • May 22, 2026 EPSS Score
Open in Interactive Console →
$ Console Community · 100/wk Open console ›