Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Protect memory leak for NPIV ports sending PLOGI_RJT There is a potential memory leak in lpfc_ignore_els_cmpl() and lpfc_els_rsp_reject() that was allocated from NPIV PLOGI_RJT (lpfc_rcv_plogi()'s login_mbox). Check if cmdiocb->context_un.mbox was allocated in lpfc_ignore_els_cmpl(), and then free it back to phba->mbox_mem_pool along with mbox->ctx_buf for service parameters. For lpfc_els_rsp_reject() failure, free both the ctx_buf for service parameters and the login_mbox.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | < 5.18.3 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/672d1cb40551ea9c95efad43ab6d45e4ab4e015fPatch
- https://git.kernel.org/stable/c/c00df0f34a6d5e14da379f96ea67e501ce67b002Patch
FAQ
What is CVE-2022-49534?
CVE-2022-49534 is a vulnerability with a CVSS score of 5.5 (MEDIUM). In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Protect memory leak for NPIV ports sending PLOGI_RJT There is a potential memory leak in lpfc_ignore_els_cmpl() and lp...
How severe is CVE-2022-49534?
CVE-2022-49534 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2022-49534?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.