CVE-2026-72308
Received Received - Intake

Refcount Leak in Linux Kernel mlxsw Driver

Vulnerability report for CVE-2026-72308, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-15

Last updated on: 2026-08-15

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: mlxsw: fix refcount leak in mlxsw_sp_port_lag_join() When mlxsw_sp_port_lag_index_get() fails, mlxsw_sp_port_lag_join() returns an error without releasing the lag reference obtained by the earlier mlxsw_sp_lag_get(). All other error paths in the function jump to the cleanup label that ends with mlxsw_sp_lag_put(), so this is a single missed release. Fix the leak by replacing the bare 'return err' with a goto to the existing error cleanup label, which will drop the reference safely.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-15
Last Modified
2026-08-15
Generated
2026-08-15
AI Q&A
2026-08-15
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux_kernel linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a Linux kernel vulnerability where a reference count is not properly released when a function fails. Specifically, in the mlxsw driver, if mlxsw_sp_port_lag_index_get() fails, mlxsw_sp_port_lag_join() returns an error without releasing a lag reference obtained earlier by mlxsw_sp_lag_get().

Impact Analysis

This vulnerability could lead to a memory leak in the Linux kernel, potentially causing system instability or resource exhaustion over time if exploited repeatedly.

Mitigation Strategies

Update your Linux kernel to the latest patched version to resolve the refcount leak in mlxsw_sp_port_lag_join().

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-72308. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart