CVE-2026-80667: net/mlx5: LAG, MPESW, Fix missing complete() on devcom error

Published Aug 28, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

net/mlx5: LAG, MPESW, Fix missing complete() on devcom error

mlx5mpeswwork() returned without calling complete() when mlx5laggetdevcomcomp() 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.

Affected Software

1 affected component
Linux Linux kernel

Event History

Aug 28, 2026
CVE Published
via MITRE·06:49 AM
Data Sourced
via MITRE·06:49 AM
Description

Frequently Asked Questions

1

What is the practical impact if this condition occurs?

A caller that queues the MPESW work and waits on its completion can block indefinitely because the completion signal is not sent when mlx5_lag_get_devcom_comp() returns NULL.

2

What condition triggers the indefinite wait?

The issue is triggered when mlx5_mpesw_work() encounters a NULL result from mlx5_lag_get_devcom_comp() and returns through the affected early-return path.

3

What does the fix change?

The fix routes the devcom-error early-return path through a completion label, ensuring complete() is called and any waiting caller is woken.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203