Answer in brief
CVE-2026-98057 records a Unknown severity vulnerability in ring-buffer: Add checking nr_subbufs to persistent ring buffer validation. 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 | >=3ec743d558f111d8999aea24577ba66c65ee2eeb <f0467190e6a9fc61e343c8064ef16aad513788c3 || >=f5b95f1fa2ef3a03f49eeec658ba97e721412b32 <69d502457e3f76142f7fcf6e2625e80e0ce8a60f || >=f5b95f1fa2ef3a03f49eeec658ba97e721412b32 <6c001a62c34f13fe1c6a24304c289b387d9e697d || 0d547a6f5e8fad26ebc12f501d7d19fccdbad6bf || >=6.12.16 <6.12.111 || >=6.13.4 <6.14 | f0467190e6a9fc61e343c8064ef16aad513788c3, 69d502457e3f76142f7fcf6e2625e80e0ce8a60f, 6c001a62c34f13fe1c6a24304c289b387d9e697d, 6.12.111, 6.14 |
| Linux/Linuxgeneric | 6.14 | 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: ring-buffer: Add checking nr_subbufs to persistent ring buffer validation Sashiko reported that the code was using meta->nr_subbufs without making sure that it matched the nr_pages + 1 on data that was assuming the two were the same. Add a check to the persistent ring buffer validation code to make sure that the saved nr_subbufs matches what we expect.
Quoted source text, attributed separately from HOL analysis.