CVE-2022-50467
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-10-01

Last updated on: 2025-10-02

Assigner: kernel.org

Description
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.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-10-01
Last Modified
2025-10-02
Generated
2026-06-16
AI Q&A
2025-10-01
EPSS Evaluated
2026-06-15
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel From 5.15.160 (inc) to 5.16 (inc)
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 vulnerability is a null pointer dereference in the Linux kernel's lpfc driver. Specifically, in an error case within the function lpfc_cmpl_ct_cmd_gft_id(), a call is made to lpfc_nlp_put() with a null pointer to a nodelist structure, which can cause abnormal behavior or crashes. The fix involved initializing the nodelist pointer upon entry to prevent this null dereference.

Impact Analysis

The vulnerability can cause the Linux kernel to dereference a null pointer, potentially leading to system crashes or instability when the lpfc driver encounters certain error conditions. This could affect system availability or reliability.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2022-50467. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart