Vulnerability 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.
CVSS Score
HIGH
References
- https://git.kernel.org/stable/c/0f0e4ae6975c773f7854fc48932a267f6c79088f
- https://git.kernel.org/stable/c/40cc06bf71476932e5d139fa326dcd0372766e16
FAQ
What is CVE-2026-72345?
CVE-2026-72345 is a vulnerability with a CVSS score of 7.8 (HIGH). 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_sing...
How severe is CVE-2026-72345?
CVE-2026-72345 has been rated HIGH with a CVSS base score of 7.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-72345?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.