PT-2026-51988 · Linux+2 · Linux Kernel+2

CVE-2026-53094

·

Published

2026-04-05

·

Updated

2026-09-07

CVSS v3.1

7.8

High

VectorAV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Name of the Vulnerable Software and Affected Versions Linux kernel (affected versions not specified)
Description An issue exists in the BPF subsystem where a stale pointer is maintained after constant blinding. When a dev-bound-only BPF program (BPF F XDP DEV BOUND ONLY) undergoes JIT compilation with constant blinding enabled (where bpf jit harden is 2 or greater), the bpf jit blind constants() function clones the program. The original program is then freed in bpf jit prog release other(). While this function updates aux->prog to point to the surviving clone, it fails to update offload->prog.
This results in offload->prog pointing to freed memory. When the network namespace is destroyed, cleanup net() triggers bpf dev bound netdev unregister(), which calls bpf prog offload destroy(offload->prog). Accessing this freed pointer causes a page fault, leading to a system crash. Constant blinding is a security feature used to prevent JIT spraying attacks by masking immediate values in the compiled code.
Recommendations At the moment, there is no information about a newer version that contains a fix for this vulnerability.

Exploit

Use After Free

Found an issue in the description? Have something to add? Feel free to write us 👾

Weakness Enumeration

Related Identifiers

BDU:2026-13993
CVE-2026-53094
USN-8566-1
USN-8567-1
USN-8568-1
USN-8569-1
USN-8574-1
USN-8574-2
USN-8574-3
USN-8593-1
USN-8595-1
USN-8595-2
USN-8595-3
USN-8596-1
USN-8603-1
USN-8606-1
USN-8607-1
USN-8608-1
USN-8609-1
USN-8618-1
USN-8619-1
USN-8663-1
USN-8664-1
USN-8665-1
USN-8728-1

Affected Products

Linuxmint
Linux Kernel
Ubuntu