Description
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.
Published: 2026-08-28
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In the Linux kernel, the Mellanox mlx5 driver contains a bug where a work function can exit without signaling completion when a devcom error occurs. This omission can cause a caller waiting on the completion to block indefinitely, potentially leading to a kernel hang or degraded service.

Affected Systems

The vulnerability exists in any Linux kernel that includes the mlx5 driver before the patch. Most modern distributions ship the driver in the upstream kernel, so many systems could be affected unless they have installed the recent kernel or applied the patch. Based on the driver name and file path, the issue appears to affect Mellanox mlx5 devices; this inference is drawn from the driver naming and is not explicitly confirmed in the vendor list, which only lists Linux:Linux.

Risk and Exploitability

There is no EPSS score available and the vulnerability is not listed in CISA KEV, so exploit prevalence is unknown. The description does not specify an external trigger; it appears that a local action that causes a devcom error and triggers the missing completion will lead to blocking. Because the driver runs in kernel mode, an attacker would need sufficient privileges or physical access to send specific packets or manipulate hardware, making the risk primarily local unless remote code execution is already possible on the system.

Generated by OpenCVE AI on August 28, 2026 at 13:55 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Linux kernel update that includes the patch for the mlx5 driver.
  • Regularly check your distribution’s security advisories to ensure the kernel patch is applied in a timely fashion.
  • Continuously monitor kernel logs for messages indicating stalled work queue entries or devcom errors, and investigate promptly if they appear.

Generated by OpenCVE AI on August 28, 2026 at 13:55 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 14:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-703

Fri, 28 Aug 2026 11:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-703

Fri, 28 Aug 2026 07:30:00 +0000

Type Values Removed Values Added
Description 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.
Title net/mlx5: LAG, MPESW, Fix missing complete() on devcom error
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-28T06:49:09.277Z

Reserved: 2026-08-26T14:34:25.782Z

Link: CVE-2026-80667

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-28T08:16:51.973

Modified: 2026-08-28T08:16:51.973

Link: CVE-2026-80667

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T14:00:06Z

Weaknesses

No weakness.