Bug 2516275 (CVE-2026-72087) - CVE-2026-72087 kernel: scsi: lpfc: Fix memory leak in lpfc_sli4_driver_resource_setup()
Summary: CVE-2026-72087 kernel: scsi: lpfc: Fix memory leak in lpfc_sli4_driver_resour...
Keywords:
Status: NEW
Alias: CVE-2026-72087
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-15 06:04 UTC by OSIDB Bzimport
Modified: 2026-08-17 20:48 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-15 06:04:00 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.