Answer in brief
CVE-2026-93147 records a Unknown severity vulnerability in s390/bpf: Replace ly instruction with llgf. 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 | >=9012cf2491e3c5d28d098b0d6da804af82977032 <88500a86ab79f01c568de6ed00f5b1c5c79f11d5 || >=9012cf2491e3c5d28d098b0d6da804af82977032 <5f6cc299938b561cb01e343bab7042611fcee12a | 88500a86ab79f01c568de6ed00f5b1c5c79f11d5, 5f6cc299938b561cb01e343bab7042611fcee12a |
| Linux/Linuxgeneric | 7.2 | 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: s390/bpf: Replace ly instruction with llgf cpu_nr is a 32 bit value and BPF_REG_0 is a 64 bit register, when ly loads the cpu_nr into BPF_REG_0 it does not zero the upper bits, but llgf does.
Quoted source text, attributed separately from HOL analysis.