Answer in brief
CVE-2022-49535 records a High severity (CVSS 8.8) vulnerability in scsi: lpfc: Fix null pointer dereference after failing to issue FLOGI and PLOGI. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 8.8. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Product | Affected versions | Fixed versions |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | Not reported | Not reported |
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=52edb2caf675684acf2140a125de4774c691fecd <c7dc74ab7975c9b96284abfe4cca756d75fa4604 || >=52edb2caf675684acf2140a125de4774c691fecd <10663ebec0ad5c78493a0dd34c9ee4d73d7ca0df || >=52edb2caf675684acf2140a125de4774c691fecd <577a942df3de2666f6947bdd3a5c9e8d30073424 | c7dc74ab7975c9b96284abfe4cca756d75fa4604, 10663ebec0ad5c78493a0dd34c9ee4d73d7ca0df, 577a942df3de2666f6947bdd3a5c9e8d30073424 |
| Linux/Linuxgeneric | 5.11 | Not reported |
Published upstream
Feb 26, 2025
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 4, 2026
In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix null pointer dereference after failing to issue FLOGI and PLOGI If lpfc_issue_els_flogi() fails and returns non-zero status, the node reference count is decremented to trigger the release of the nodelist structure. However, if there is a prior registration or dev-loss-evt work pending, the node may be released prematurely. When dev-loss-evt completes, the released node is referenced causing a use-after-free null pointer dereference. Similarly, when processing non-zero ELS PLOGI completion status in lpfc_cmpl_els_plogi(), the ndlp flags are checked for a transport registration before triggering node removal. If dev-loss-evt work is pending, the node may be released prematurely and a subsequent call to lpfc_dev_loss_tmo_handler() results in a use after free ndlp dereference. Add test for pending dev-loss before decrementing the node reference count for FLOGI, PLOGI, PRLI, and ADISC handling.
Quoted source text, attributed separately from HOL analysis.
Answer in brief
CVE-2022-49535 records a High severity (CVSS 8.8) vulnerability in scsi: lpfc: Fix null pointer dereference after failing to issue FLOGI and PLOGI. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 8.8. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Product | Affected versions | Fixed versions |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | Not reported | Not reported |
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=52edb2caf675684acf2140a125de4774c691fecd <c7dc74ab7975c9b96284abfe4cca756d75fa4604 || >=52edb2caf675684acf2140a125de4774c691fecd <10663ebec0ad5c78493a0dd34c9ee4d73d7ca0df || >=52edb2caf675684acf2140a125de4774c691fecd <577a942df3de2666f6947bdd3a5c9e8d30073424 | c7dc74ab7975c9b96284abfe4cca756d75fa4604, 10663ebec0ad5c78493a0dd34c9ee4d73d7ca0df, 577a942df3de2666f6947bdd3a5c9e8d30073424 |
| Linux/Linuxgeneric | 5.11 | Not reported |
Published upstream
Feb 26, 2025
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 4, 2026
In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix null pointer dereference after failing to issue FLOGI and PLOGI If lpfc_issue_els_flogi() fails and returns non-zero status, the node reference count is decremented to trigger the release of the nodelist structure. However, if there is a prior registration or dev-loss-evt work pending, the node may be released prematurely. When dev-loss-evt completes, the released node is referenced causing a use-after-free null pointer dereference. Similarly, when processing non-zero ELS PLOGI completion status in lpfc_cmpl_els_plogi(), the ndlp flags are checked for a transport registration before triggering node removal. If dev-loss-evt work is pending, the node may be released prematurely and a subsequent call to lpfc_dev_loss_tmo_handler() results in a use after free ndlp dereference. Add test for pending dev-loss before decrementing the node reference count for FLOGI, PLOGI, PRLI, and ADISC handling.
Quoted source text, attributed separately from HOL analysis.