PT-2025-8467 · Linux+4 · Linux Kernel+4
Published
2022-01-01
·
Updated
2026-05-26
·
CVE-2022-49534
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A potential memory leak was identified in the Linux kernel, specifically in the lpfc driver. The issue occurs when handling NPIV PLOGI RJT responses, where memory allocated for service parameters and login mailboxes is not properly freed. This can happen in two functions:
lpfc ignore els cmpl() and lpfc els rsp reject(). The memory leak is related to the lpfc rcv plogi() function's login mailbox.Recommendations
To resolve the issue, ensure that the
cmdiocb->context un.mbox is checked for allocation in lpfc ignore els cmpl() and freed back to phba->mbox mem pool along with mbox->ctx buf for service parameters. For lpfc els rsp reject() failures, free both the ctx buf for service parameters and the login mailbox.
At the moment, there is no information about a newer version that contains a fix for this vulnerability.Exploit
DoS
Memory Leak
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Centos
Debian
Linux Kernel
Red Hat
Suse