Answer in brief
CVE-2026-98110 records a Unknown severity vulnerability in Bluetooth: btintel: bound firmware ID by TLV length. 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 | >=164c62f958f8c7f0bde1e9a5a8677971c6f28205 <aef56a2bd5aa22808ce508605d7497d2b5e8eb5f || >=164c62f958f8c7f0bde1e9a5a8677971c6f28205 <058f56de5f48ba4b3be01526006ac83ce9e79f39 || >=164c62f958f8c7f0bde1e9a5a8677971c6f28205 <a07b3024a927892dd46e7dfbed438e8834e24098 || >=164c62f958f8c7f0bde1e9a5a8677971c6f28205 <ac8aa9e0ec93a12a60230066f199f49c3b9aac3d | aef56a2bd5aa22808ce508605d7497d2b5e8eb5f, 058f56de5f48ba4b3be01526006ac83ce9e79f39, a07b3024a927892dd46e7dfbed438e8834e24098, ac8aa9e0ec93a12a60230066f199f49c3b9aac3d |
| Linux/Linuxgeneric | 6.11 | 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: Bluetooth: btintel: bound firmware ID by TLV length The firmware ID is treated as a NUL-terminated string even though the TLV length is its only boundary. If the value does not contain a NUL terminator, snprintf() can read beyond the received response. Limit the conversion to the advertised TLV value length.
Quoted source text, attributed separately from HOL analysis.