CVE-2022-49730

Source
https://nvd.nist.gov/vuln/detail/CVE-2022-49730
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2022-49730.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2022-49730
Downstream
Related
Published
2025-02-26T07:01:48Z
Modified
2025-08-09T20:01:27Z
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

scsi: lpfc: Resolve NULL ptr dereference after an ELS LOGO is aborted

A use-after-free crash can occur after an ELS LOGO is aborted.

Specifically, a nodelist structure is freed and then ndlp->vport->cfglogverbose is dereferenced in lpfcnlpget() when the discovery state machine is mistakenly called a second time with NLPEVTDEVICE_RM argument.

Rework lpfccmplels_logo() to prevent the duplicate calls to release a nodelist structure.

References

Affected packages