Bug 2525381 (CVE-2026-80667) - CVE-2026-80667 kernel: net/mlx5: LAG, MPESW, Fix missing complete() on devcom error
Summary: CVE-2026-80667 kernel: net/mlx5: LAG, MPESW, Fix missing complete() on devcom...
Keywords:
Status: NEW
Alias: CVE-2026-80667
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-28 07:42 UTC by OSIDB Bzimport
Modified: 2026-08-31 07:57 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-28 07:42:05 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.