NONE · 0

CVE-2026-72087

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix memory leak in lpfc_sli4_driver_resource_setup() The memory allocated for mboxq using mempool_alloc() is not freed...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix memory leak in lpfc_sli4_driver_resource_setup() The memory allocated for mboxq using mempool_alloc() is not freed in some of the early exit error paths. Fix that by moving the mempool_free() call to an earlier point after last use.

References

FAQ

What is CVE-2026-72087?

CVE-2026-72087 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix memory leak in lpfc_sli4_driver_resource_setup() The memory allocated for mboxq using mempool_alloc() is not freed...

How severe is CVE-2026-72087?

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

Is there a patch for CVE-2026-72087?

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