CVE-2026-31413
Linux Debian vulnerability analysis and mitigation

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.


SourceNVD

Related Linux Debian vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-4154HIGH7.8
  • GIMPGIMP
  • libgimp-3_0-0
NoYesApr 11, 2026
CVE-2026-4153HIGH7.8
  • GIMPGIMP
  • libgimpui-2_0-0
NoYesApr 11, 2026
CVE-2026-4152HIGH7.8
  • GIMPGIMP
  • gimp
NoYesApr 11, 2026
CVE-2026-4151HIGH7.8
  • GIMPGIMP
  • gimp-extension-goat-excercises
NoYesApr 11, 2026
CVE-2026-31413N/AN/A
  • Linux DebianLinux Debian
  • linux
NoYesApr 12, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management