CVE-2026-72087
Received Received - Intake

Memory Leak in Linux Kernel SCSI LPFC Driver

Vulnerability report for CVE-2026-72087, 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-23

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-15
Last Modified
2026-08-23
Generated
2026-09-04
AI Q&A
2026-08-15
EPSS Evaluated
2026-09-03
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux 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 memory leak vulnerability in the Linux kernel's SCSI driver (lpfc). The issue occurs in the lpfc_sli4_driver_resource_setup() function where memory allocated for mboxq using mempool_alloc() is not freed in certain error paths. The fix moves the mempool_free() call to an earlier point after the memory is no longer needed.

Detection Guidance

This vulnerability is specific to the Linux kernel's lpfc driver and involves a memory leak in error paths. Detection requires checking for memory leaks in the lpfc driver or kernel logs. Use commands like dmesg | grep lpfc or journalctl -k | grep lpfc to inspect driver logs for memory allocation issues. Ensure your kernel version includes the fix by checking with uname -r and comparing against patched versions.

Impact Analysis

The memory leak could lead to gradual exhaustion of system memory over time, potentially causing performance degradation or system instability. This may result in crashes or slowdowns in systems running vulnerable Linux kernel versions with the affected SCSI driver.

Compliance Impact

This vulnerability involves a memory leak in the Linux kernel's SCSI driver (lpfc) due to improper freeing of allocated memory in error paths. It does not directly impact data confidentiality, integrity, or availability in a way that would violate GDPR or HIPAA requirements. However, unpatched systems could experience resource exhaustion, potentially leading to service disruptions that may indirectly affect compliance with uptime or reliability standards.

Mitigation Strategies

Update the Linux kernel to the patched version that includes the fix for CVE-2026-72087. Monitor system logs for memory leaks related to the lpfc driver.

Chat Assistant

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

EPSS Chart