Answer in brief
CVE-2026-98034 records a Unknown severity vulnerability in bpf: Mark NULL kptr stores precise. 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 | >=61df10c7799e27807ad5e459eec9d77cddf8bf45 <86168208737bdd267d92d855d453d1d2f840df19 || >=61df10c7799e27807ad5e459eec9d77cddf8bf45 <ecdc5043794c9184aa8e6c814603899479c46b35 || b5a8069835e5236824a84281592d29f859b33153 || >=5.18.18 <5.19 | 86168208737bdd267d92d855d453d1d2f840df19, ecdc5043794c9184aa8e6c814603899479c46b35, 5.19 |
| Linux/Linuxgeneric | 5.19 | Not reported |
Published upstream
Sep 25, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 25, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 25, 2026
In the Linux kernel, the following vulnerability has been resolved: bpf: Mark NULL kptr stores precise check_map_kptr_access() permits a scalar store into an untrusted kptr field only when the register is known to contain zero. Unlike other verifier checks whose outcome depends on a scalar value, it does not mark that register precise. A state checkpoint reached with an imprecise zero can therefore prune a second path that reaches the store with an arbitrary nonzero scalar. The program can write attacker-controlled bits into the kptr field and load them back as a PTR_TO_BTF_ID. Call mark_chain_precision() before accepting a known-zero register. This forces state equivalence to compare its scalar range and makes the verifier visit and reject a path carrying a nonzero value.
Quoted source text, attributed separately from HOL analysis.