Answer in brief
CVE-2026-90084 records a Unknown severity vulnerability in octeontx2-vf: fix workqueue and netdev race in probe/remove. 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 | >=cbc100aa220556d056272f07dc735c9758089da9 <42a139332ce81a907dac987f1494d30e0a8ab149 || >=cbc100aa220556d056272f07dc735c9758089da9 <ef42c9e922dfa806576d9d82867da2f3cd76b3ca || >=cbc100aa220556d056272f07dc735c9758089da9 <3ba97ff4f873481d370bee7f7dfb87f8296af9be | 42a139332ce81a907dac987f1494d30e0a8ab149, ef42c9e922dfa806576d9d82867da2f3cd76b3ca, 3ba97ff4f873481d370bee7f7dfb87f8296af9be |
| Linux/Linuxgeneric | 5.14 | 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: octeontx2-vf: fix workqueue and netdev race in probe/remove Initialize the VF workqueue before register_netdev() so ndo_set_rx_mode does not queue work on a NULL workqueue. Unregister the netdev before destroying the workqueue, and add proper probe error cleanup.
Quoted source text, attributed separately from HOL analysis.