Answer in brief
CVE-2026-92486 records a Unknown severity vulnerability in bpf: Fix CFI mismatch in task work callback. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=38aa7003e369802f81a078f6673d10d97013f04f <85a33c910edc3651f68b17ae3c597c012545958f || >=38aa7003e369802f81a078f6673d10d97013f04f <a2cbab47f44e9ea8c5a161ecba1b6bb8535771eb || >=38aa7003e369802f81a078f6673d10d97013f04f <2805abd089576799b15092949420e3f8ba97fabd | 85a33c910edc3651f68b17ae3c597c012545958f, a2cbab47f44e9ea8c5a161ecba1b6bb8535771eb, 2805abd089576799b15092949420e3f8ba97fabd |
| Linux/Linuxgeneric | 6.18 | Not reported |
Published upstream
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 17, 2026
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.
Quoted source text, attributed separately from HOL analysis.