Answer in brief
CVE-2026-98111 records a Unknown severity vulnerability in Bluetooth: btintel: validate version TLV value lengths. 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 | >=57375beef71af9f245e88357fa71d9600650cb7d <83499ac3ca62e43ed40f7574b13ed398a6891511 || >=57375beef71af9f245e88357fa71d9600650cb7d <76948d207d0978a613ce06a05cba07284a5578a7 || >=57375beef71af9f245e88357fa71d9600650cb7d <5ec43df2830b73e004147303bf7914ca884d6770 || >=57375beef71af9f245e88357fa71d9600650cb7d <a086c0892969bf8a0151b0f12bd14a68827c88b2 | 83499ac3ca62e43ed40f7574b13ed398a6891511, 76948d207d0978a613ce06a05cba07284a5578a7, 5ec43df2830b73e004147303bf7914ca884d6770, a086c0892969bf8a0151b0f12bd14a68827c88b2 |
| Linux/Linuxgeneric | 5.10 | 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: validate version TLV value lengths btintel_parse_version_tlv() verifies that a complete TLV is present in the response, but it does not ensure that the value is long enough for the specific TLV type. A short value can therefore cause an out-of-bounds read through get_unaligned_le16(), get_unaligned_le32(), or memcpy(). Reject values shorter than the minimum required by each known TLV type. Also reject responses that do not contain the Command Complete Status field.
Quoted source text, attributed separately from HOL analysis.