Answer in brief
CVE-2026-90101 records a Unknown severity vulnerability in bnxt_en: Fix call to hardware monitoring event handler. 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 | >=a19b4801457b0806c0153dc344f548c6f8615896 <e3cad8389a72b8a309b5689c1683310126b0d7da || >=a19b4801457b0806c0153dc344f548c6f8615896 <001ff5d8e68aacd91768b824b930dd7e68db6688 || >=a19b4801457b0806c0153dc344f548c6f8615896 <b17907ef665bc76a495a8f909f74656d3f32b7a2 || >=a19b4801457b0806c0153dc344f548c6f8615896 <622d698df4239fef3e0eb51fe59f4198f957f28a | e3cad8389a72b8a309b5689c1683310126b0d7da, 001ff5d8e68aacd91768b824b930dd7e68db6688, b17907ef665bc76a495a8f909f74656d3f32b7a2, 622d698df4239fef3e0eb51fe59f4198f957f28a |
| Linux/Linuxgeneric | 6.7 | Not reported |
Published upstream
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 17, 2026
In the Linux kernel, the following vulnerability has been resolved: bnxt_en: Fix call to hardware monitoring event handler The first parameter of hwmon_notify_event() is supposed to be the hardware monitoring device. The bnxt driver calls it with the platform device as first parameter instead. This API break results in undefined behavior and may result in a crash. Pass the hardware monitoring device as parameter instead to fix the problem.
Quoted source text, attributed separately from HOL analysis.