NONE · 0

CVE-2026-72039

In the Linux kernel, the following vulnerability has been resolved: bnx2x: fix potential memory leak in bnx2x_alloc_mem_bp() If the allocation of fp[i].tpa_info fails, the error path will not free t...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: bnx2x: fix potential memory leak in bnx2x_alloc_mem_bp() If the allocation of fp[i].tpa_info fails, the error path will not free the struct bnx2x_fastpath allocated earlier, as it is not linked to the bp structure yet. Fix that by linking it immediately after allocation.

References

FAQ

What is CVE-2026-72039?

CVE-2026-72039 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: bnx2x: fix potential memory leak in bnx2x_alloc_mem_bp() If the allocation of fp[i].tpa_info fails, the error path will not free t...

How severe is CVE-2026-72039?

CVSS scoring is not yet available for CVE-2026-72039. Check NVD for updates.

Is there a patch for CVE-2026-72039?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.