CVE-2026-89906 PUBLISHED

LoongArch: BPF: Refactor jump offset calculation in tail call

Assigner: Linux
Reserved: 11.09.2026 Published: 16.09.2026 Updated: 16.09.2026

In the Linux kernel, the following vulnerability has been resolved:

LoongArch: BPF: Refactor jump offset calculation in tail call

The old macro-based jmp_offset calculation derives the jump distance from a stale prior-pass code stride, which can lead to wrong branch offsets and soft lockups under extra JIT passes.

Fix this by calculating the offset directly on the absolute target: "ctx->offset[insn + 1] - ctx->idx".

To avoid a false 16-bit range check abort during size estimation, add a "ctx->image == NULL" guard to inject a safe dummy offset.

Metrics

CVSS Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CVSS Score: 7.8

AV:L - The bug is in the LoongArch eBPF JIT emit_bpf_tail_call() and is reached only by loading a program that uses bpf_tail_call via bpf(BPF_PROG_LOAD) on the local host. Kernel CNA guidance classifies BPF as a local attack vector. AC:L - The attacker fully controls the BPF bytecode, including bpf2bpf subprograms that force the extra JIT pass where the stale prior-pass stride is used. Wrong jmp_offset encodings are deterministic for a given program (the in-tree tailcall_bpf2bpf_1 case), with no race or layout outside attacker control. PR:L - BPF_MAP_TYPE_PROG_ARRAY is an unprivileged map type, bpf_tail_call_proto is returned before the CAP_BPF gate, and SOCKET_FILTER programs load without CAP_BPF where unprivileged BPF is enabled. Otherwise only CAP_BPF or a delegated BPF token in a user namespace is required, not init-namespace root. UI:N - The attacker loads the crafted program, attaches it to a socket they own or runs it with BPF_PROG_TEST_RUN, and triggers the miscompiled tail call themselves. No separate victim action is required. S:U - The wrong branches execute inside the host kernel's own JIT image and corrupt in-kernel control flow. That is standard kernel privilege-escalation impact, not a VM, IOMMU, or hypervisor boundary crossing. C:H - Miscomputed tail-call "goto out" branches can land inside the remaining sequence after the max_entries check, so an out-of-range index performs an OOB load of array->ptrs[] and treats the result as a function pointer, disclosing kernel memory. Mid-image jumps likewise execute attacker-shaped JIT loads at kernel privilege. I:H - The same OOB ptrs[] load is followed by an indirect jump through prog->bpf_func, hijacking kernel control flow. Branches that skip the NULL or tail-call-count checks, or that land mid-instruction, likewise yield a kernel-mode write and control-flow primitive. A:H - The fix and the prior incomplete tail-call offset patch document watchdog soft lockups from wrong, including backward, branches looping in kernel context. Any such hang, oops, or panic is Availability High.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from cd39d9e6b7e4c58fa77783e7aedf7ada51d02ea3 to 882b8912b7e92341fdb115ba0e2e5142a28684ff (excl.)
  • affected from cd39d9e6b7e4c58fa77783e7aedf7ada51d02ea3 to 96f44d493c280ea161569c43d7ed0f3b0815803a (excl.)
  • affected from cd39d9e6b7e4c58fa77783e7aedf7ada51d02ea3 to 37d545d12f21c4d50612ecaebd7ae1e5bf91b2d8 (excl.)
  • Version 1a782fa32e644aa9fbae6c8488f3e61221ac96e1 is affected
  • Version 17c010fe45def335fe03a0718935416b04c7f349 is affected
  • Version f83d469e16bb1f75991ca67c56786fb2aaa42bea is affected
  • Version f2b5e50cc04d7a049b385bc1c93b9cbf5f10c94f is affected
  • Version 9262e3e04621558e875eb5afb5e726b648cd5949 is affected
  • affected from 6.1.149 to 6.2 (excl.)
  • affected from 6.6.103 to 6.7 (excl.)
  • affected from 6.12.43 to 6.13 (excl.)
  • affected from 6.15.11 to 6.16 (excl.)
  • affected from 6.16.2 to 6.17 (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 6.17 is affected
  • unaffected from 0 to 6.17 (excl.)
  • unaffected from 6.18.51 to 6.18.* (incl.)
  • unaffected from 7.2.5 to 7.2.* (incl.)
  • unaffected from 7.3-rc1 to * (incl.)

References