Bug 2400723 (CVE-2022-50467) - CVE-2022-50467 kernel: scsi: lpfc: Fix null ndlp ptr dereference in abnormal exit path for GFT_ID
Summary: CVE-2022-50467 kernel: scsi: lpfc: Fix null ndlp ptr dereference in abnormal ...
Keywords:
Status: NEW
Alias: CVE-2022-50467
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: 2025-10-01 12:03 UTC by OSIDB Bzimport
Modified: 2025-10-01 22:33 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-10-01 12:03:40 UTC
In the Linux kernel, the following vulnerability has been resolved:

scsi: lpfc: Fix null ndlp ptr dereference in abnormal exit path for GFT_ID

An error case exit from lpfc_cmpl_ct_cmd_gft_id() results in a call to
lpfc_nlp_put() with a null pointer to a nodelist structure.

Changed lpfc_cmpl_ct_cmd_gft_id() to initialize nodelist pointer upon
entry.


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