3 matches found
CVE-2026-80667
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...
EUVD-2026-67543
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...
CVE-2026-80667
CVE-2026-80667 affects the Linux kernel's mlx5 driver (used by Mellanox/NVIDIA ConnectX network adapters), specifically the LAG (Link Aggregation Group) and MPESW (Multi-Packet Steering) subsystem. The root cause is that mlx5_mpesw_work() could return without calling complete() when mlx5_lag_get_...