Answer in brief
CVE-2026-80667 records a Unknown severity vulnerability in net/mlx5: LAG, MPESW, Fix missing complete() on devcom error. 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 | >=b430c1b4f63be51dde175a1dd3addba65ca24e2b <68cdbe498da8475cfd49591954e3db8fc6582eda || >=b430c1b4f63be51dde175a1dd3addba65ca24e2b <6a802de97a8bf8d5f1e4a048c67de9a8c2d2f9eb || >=b430c1b4f63be51dde175a1dd3addba65ca24e2b <4d720c6c60e1852253b68aeee3044ebed5243adb || >=b430c1b4f63be51dde175a1dd3addba65ca24e2b <d4b85f9a668b9c44216bb78daf4ec1a915cc92d1 | 68cdbe498da8475cfd49591954e3db8fc6582eda, 6a802de97a8bf8d5f1e4a048c67de9a8c2d2f9eb, 4d720c6c60e1852253b68aeee3044ebed5243adb, d4b85f9a668b9c44216bb78daf4ec1a915cc92d1 |
| Linux/Linuxgeneric | 6.7 | Not reported |
Published upstream
Aug 28, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 28, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 28, 2026
In the Linux kernel, the following vulnerability has been resolved: net/mlx5: LAG, MPESW, Fix missing complete() on devcom error mlx5_mpesw_work() returned without calling complete() when mlx5_lag_get_devcom_comp() returned NULL. A caller that queued the work and waited on mpesww->comp would block indefinitely. Funnel the early-return path through a new "complete" label so the waiter is always woken.
Quoted source text, attributed separately from HOL analysis.