SB2026040306 - Always-Incorrect Control Flow Implementation in Linux kernel bpf



SB2026040306 - Always-Incorrect Control Flow Implementation in Linux kernel bpf

Published: April 3, 2026

Security Bulletin ID SB2026040306
Severity
Low
Patch available
YES
Number of vulnerabilities 1
Exploitation vector Local access
Highest impact Data manipulation

Breakdown by Severity

Low 100%
  • Low
  • Medium
  • High
  • Critical

Description

This security bulletin contains information about 1 security vulnerability.


1) Always-Incorrect Control Flow Implementation (CVE-ID: CVE-2026-23417)

The vulnerability allows a local user to bypass constant blinding in JIT-compiled BPF code.

The vulnerability exists due to improper handling of BPF_PROBE_MEM32 immediate stores in bpf_jit_blind_insn() when processing BPF programs for JIT compilation. A local user can supply a BPF program with user-controlled 32-bit immediates to bypass constant blinding in JIT-compiled BPF code.

The issue occurs when BPF_ST|BPF_MEM instructions are rewritten to BPF_ST|BPF_PROBE_MEM32 during verification before constant blinding runs, causing the immediate store instruction to fall through unblinded when JIT hardening is enabled.


Remediation

Install update from vendor's website.