Answer in brief
CVE-2026-53090 records a High severity (CVSS 7.8) vulnerability in bpf: Fix ld_{abs,ind} failure path analysis in subprogs. 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.
Answer in brief
CVE-2026-53090 records a High severity (CVSS 7.8) vulnerability in bpf: Fix ld_{abs,ind} failure path analysis in subprogs. 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.
CVSS is 7.8. 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 | >=09b28d76eac48e922dc293da1aa2b2b85c32aeee <37ad2bb11e9de92cb7b94548705eeedd87f7d392 || >=09b28d76eac48e922dc293da1aa2b2b85c32aeee <8674e2db06cff6b50f2216eed9a761d15425bb34 || >=09b28d76eac48e922dc293da1aa2b2b85c32aeee <ce01a4e5cfac7adbe0be565f90cd32ecbb2f8337 || >=09b28d76eac48e922dc293da1aa2b2b85c32aeee <d846d83bdacbd8f14fc45c63b8c1d22608452e1c || >=09b28d76eac48e922dc293da1aa2b2b85c32aeee <ee861486e377edc55361c08dcbceab3f6b6577bd | 37ad2bb11e9de92cb7b94548705eeedd87f7d392, 8674e2db06cff6b50f2216eed9a761d15425bb34, ce01a4e5cfac7adbe0be565f90cd32ecbb2f8337, d846d83bdacbd8f14fc45c63b8c1d22608452e1c, ee861486e377edc55361c08dcbceab3f6b6577bd |
| Linux/Linuxgeneric | 5.10 | Not reported |
Published upstream
Jun 24, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Jun 24, 2026
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix ld_{abs,ind} failure path analysis in subprogs Usage of ld_{abs,ind} instructions got extended into subprogs some time ago via commit 09b28d76eac4 ("bpf: Add abnormal return checks."). These are only allowed in subprograms when the latter are BTF annotated and have scalar return types. The code generator in bpf_gen_ld_abs() has an abnormal exit path (r0=0 + exit) from legacy cBPF times. While the enforcement is on scalar return types, the verifier must also simulate the path of abnormal exit if the packet data load via ld_{abs,ind} failed. This is currently not the case. Fix it by having the verifier simulate both success and failure paths, and extend it in similar ways as we do for tail calls. The success path (r0=unknown, continue to next insn) is pushed onto stack for later validation and the r0=0 and return to the caller is done on the fall-through side.
Quoted source text, attributed separately from HOL analysis.
CVSS is 7.8. 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 | >=09b28d76eac48e922dc293da1aa2b2b85c32aeee <37ad2bb11e9de92cb7b94548705eeedd87f7d392 || >=09b28d76eac48e922dc293da1aa2b2b85c32aeee <8674e2db06cff6b50f2216eed9a761d15425bb34 || >=09b28d76eac48e922dc293da1aa2b2b85c32aeee <ce01a4e5cfac7adbe0be565f90cd32ecbb2f8337 || >=09b28d76eac48e922dc293da1aa2b2b85c32aeee <d846d83bdacbd8f14fc45c63b8c1d22608452e1c || >=09b28d76eac48e922dc293da1aa2b2b85c32aeee <ee861486e377edc55361c08dcbceab3f6b6577bd | 37ad2bb11e9de92cb7b94548705eeedd87f7d392, 8674e2db06cff6b50f2216eed9a761d15425bb34, ce01a4e5cfac7adbe0be565f90cd32ecbb2f8337, d846d83bdacbd8f14fc45c63b8c1d22608452e1c, ee861486e377edc55361c08dcbceab3f6b6577bd |
| Linux/Linuxgeneric | 5.10 | Not reported |
Published upstream
Jun 24, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Jun 24, 2026
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix ld_{abs,ind} failure path analysis in subprogs Usage of ld_{abs,ind} instructions got extended into subprogs some time ago via commit 09b28d76eac4 ("bpf: Add abnormal return checks."). These are only allowed in subprograms when the latter are BTF annotated and have scalar return types. The code generator in bpf_gen_ld_abs() has an abnormal exit path (r0=0 + exit) from legacy cBPF times. While the enforcement is on scalar return types, the verifier must also simulate the path of abnormal exit if the packet data load via ld_{abs,ind} failed. This is currently not the case. Fix it by having the verifier simulate both success and failure paths, and extend it in similar ways as we do for tail calls. The success path (r0=unknown, continue to next insn) is pushed onto stack for later validation and the r0=0 and return to the caller is done on the fall-through side.
Quoted source text, attributed separately from HOL analysis.