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: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service
Action: Patch Immediately
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

The EPSS score of less than 1% indicates a very low exploitation probability, and the vulnerability is not listed in CISA KEV, so exploit prevalence remains low. The CVSS score of 5.5 indicates medium severity. 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 31, 2026 at 15:58 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 31, 2026 at 15:58 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 31 Aug 2026 14:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-362
CWE-775

Mon, 31 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-833
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Low


Fri, 28 Aug 2026 16:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-362
CWE-775

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

Severity : Low

Publid Date: 2026-08-28T00:00:00Z

Links: CVE-2026-80667 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-31T16:00:06Z

Weaknesses