Answer in brief
CVE-2026-98097 records a Unknown severity vulnerability in tipc: Dont send random pad bytes in RESET/ACTIVATE messages. 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 | >=e74a386d70c793ef44678b44b021c99094b28c47 <48033a89356b8ae21a94db70c79bb6fcc91a23c2 || >=e74a386d70c793ef44678b44b021c99094b28c47 <4ab2977323d5f068a872126f7818d1aeb9e9ca0d || >=e74a386d70c793ef44678b44b021c99094b28c47 <bee1459e57f2e0bd240c62f35c0a284291e27971 || >=e74a386d70c793ef44678b44b021c99094b28c47 <81c600c26302a27852ed8b19c5f2f647ea3555c9 | 48033a89356b8ae21a94db70c79bb6fcc91a23c2, 4ab2977323d5f068a872126f7818d1aeb9e9ca0d, bee1459e57f2e0bd240c62f35c0a284291e27971, 81c600c26302a27852ed8b19c5f2f647ea3555c9 |
| Linux/Linuxgeneric | 4.6 | 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: tipc: Dont send random pad bytes in RESET/ACTIVATE messages The interface name is passed in a fixed length (TIPC_MAX_IF_NAME) buffer. Replace the strcpy(data, l->if_name) with memcpy() so that the pad bytes are actually written (l->if_name[] is zero padded) rather than sending random bytes from the skb to the remote system. Replace two other strcpy() with strscpy().
Quoted source text, attributed separately from HOL analysis.