---
id: CVE-2026-92486
title: |-
  In the Linux kernel, the following vulnerability has been resolved:

  bpf: Fix CFI mismatch in task work callback

  BPF subprograms use the bpf_callback_t ABI, but task work invokes the
  callback through a three-argument function pointer
summary: |-
  In the Linux kernel, the following vulnerability has been resolved:

  bpf: Fix CFI mismatch in task work callback

  BPF subprograms use the bpf_callback_t ABI, but task work invokes the
  callback through a three-argument function pointer. T…
severity: none
vendor: Linux
product: Linux
affected:
  - >-
    Linux >= 38aa7003e369802f81a078f6673d10d97013f04f <
    85a33c910edc3651f68b17ae3c597c012545958f
  - >-
    Linux >= 38aa7003e369802f81a078f6673d10d97013f04f <
    a2cbab47f44e9ea8c5a161ecba1b6bb8535771eb
  - >-
    Linux >= 38aa7003e369802f81a078f6673d10d97013f04f <
    2805abd089576799b15092949420e3f8ba97fabd
  - Linux 6.18
published: '2026-09-17'
updated: '2026-09-17'
sourceUpdated: '2026-09-17T17:17:50.697'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-92486'
references:
  - url: 'https://git.kernel.org/stable/c/2805abd089576799b15092949420e3f8ba97fabd'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/85a33c910edc3651f68b17ae3c597c012545958f'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/a2cbab47f44e9ea8c5a161ecba1b6bb8535771eb'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
tags:
  - nvd
  - cve.org
ingestedAt: '2026-09-17T16:21:47.786Z'
epss: 0.00206
epssPercentile: 0.09446
---

## Overview

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

bpf: Fix CFI mismatch in task work callback

BPF subprograms use the bpf_callback_t ABI, but task work invokes the
callback through a three-argument function pointer. This trips kCFI.

Store and invoke the callback as bpf_callback_t.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
