Answer in brief
CVE-2026-90105 records a Unknown severity vulnerability in vxlan: fix reading neigh ha. 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 | >=e4f67addf158f98f8197e08974966b18480dc751 <ecc8bac11a101e5f6989a14b92e17b51f9761630 || >=e4f67addf158f98f8197e08974966b18480dc751 <b824059a673b2283e78c7aae2c7d257aad7f0e1d | ecc8bac11a101e5f6989a14b92e17b51f9761630, b824059a673b2283e78c7aae2c7d257aad7f0e1d |
| Linux/Linuxgeneric | 3.8 | 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: vxlan: fix reading neigh ha Currently arp/neigh_reduce read neigh ha directly which can lead to partial reads while the neigh is being updated. Use neigh_ha_snapshot to take a stable snapshot of the address similar to route_shortcircuit which already does the right thing.
Quoted source text, attributed separately from HOL analysis.