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

net/mlx5: LAG, Fix off-by-one in single-FDB error rollback

On failure at index i, the reverse cleanup loop in
mlx5_lag_create_single_fdb() starts from i, so the failed index
itself is rolled back. That can operate on uninitialized state or
double-tear-down a rule the add_one path already self-rolled-back.

Start the rollback from i - 1 so only successfully-installed entries
are undone.
Published: 2026-08-15
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The bug is due to an off‑by‑one error in the rollback loop of mlx5_lag_create_single_fdb() within the Linux kernel. On failure at index i, the loop incorrectly starts the cleanup from i, causing the failed entry to be rolled back and potentially operating on uninitialized memory or double‑tearing a rule that had already been self‑rolled back. This corruption can trigger a kernel panic or lead to a denial of service.

Affected Systems

All Linux kernel releases that include the mlx5 network driver with LAG support are affected. No specific version ranges are published; any kernel that has not integrated the patch commits 0f0e4ae6 or 40cc06bf may be vulnerable. System administrators should verify the kernel version and commit history to determine exposure.

Risk and Exploitability

The CVSS score of 7.8 indicates a high severity vulnerability, but the EPSS score of < 1% suggests a very low likelihood of exploitation. The bug is not listed in the CISA KEV catalog, indicating no confirmed public exploits. The description does not detail how the error is triggered; the off‑by‑one slip in the rollback loop could lead to kernel memory corruption, potentially causing a panic or denial of service if exercised. Because the bug can result in critical kernel state corruption, it warrants immediate attention until a patch is applied.

Generated by OpenCVE AI on August 22, 2026 at 05:25 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a kernel version that includes the fixed commit identifiers 0f0e4ae6 or 40cc06bf
  • If an immediate upgrade is not possible, temporarily disable the mlx5 LAG feature or blacklist the mlx5 kernel module to prevent the rollback path from executing
  • Monitor kernel logs for failures or panics that indicate the bug is triggered; consider enabling crash dump or sysrq to recover
  • Apply any vendor or distribution security updates that ship the fix as soon as they become available

Generated by OpenCVE AI on August 22, 2026 at 05:25 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 20 Aug 2026 00:15:00 +0000

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

None

threat_severity

Moderate


Mon, 17 Aug 2026 17:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-680

Mon, 17 Aug 2026 09:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-665

Mon, 17 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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


Sat, 15 Aug 2026 19:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-665

Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: net/mlx5: LAG, Fix off-by-one in single-FDB error rollback On failure at index i, the reverse cleanup loop in mlx5_lag_create_single_fdb() starts from i, so the failed index itself is rolled back. That can operate on uninitialized state or double-tear-down a rule the add_one path already self-rolled-back. Start the rollback from i - 1 so only successfully-installed entries are undone.
Title net/mlx5: LAG, Fix off-by-one in single-FDB error rollback
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-17T05:43:04.347Z

Reserved: 2026-08-09T03:40:39.920Z

Link: CVE-2026-72345

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:22:07.870

Modified: 2026-08-17T06:18:38.440

Link: CVE-2026-72345

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-72345 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T05:30:17Z

Weaknesses
  • CWE-193

    Off-by-one Error

  • CWE-680

    Integer Overflow to Buffer Overflow