CVE-2023-53754
Linux Kernel <=6.3.1 - Resource Leak & NULL Pointer Dereference in lpfc_sli4_pci_mem_setup()
Title source: llmDescription
In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix ioremap issues in lpfc_sli4_pci_mem_setup() When if_type equals zero and pci_resource_start(pdev, PCI_64BIT_BAR4) returns false, drbl_regs_memmap_p is not remapped. This passes a NULL pointer to iounmap(), which can trigger a WARN() on certain arches. When if_type equals six and pci_resource_start(pdev, PCI_64BIT_BAR4) returns true, drbl_regs_memmap_p may has been remapped and ctrl_regs_memmap_p is not remapped. This is a resource leak and passes a NULL pointer to iounmap(). To fix these issues, we need to add null checks before iounmap(), and change some goto labels.
References (7)
Core 7
Core References
Scores
EPSS
0.0017
EPSS Percentile
6.7%
Details
Status
published
Products (22)
linux/Kernel
4.17.0 - 5.4.243linux
linux/Kernel
5.11.0 - 5.15.111linux
linux/Kernel
5.16.0 - 6.1.28linux
linux/Kernel
5.5.0 - 5.10.180linux
linux/Kernel
6.2.0 - 6.2.15linux
linux/Kernel
6.3.0 - 6.3.2linux
Linux/Linux
< 4.17
Linux/Linux
1351e69fc6db30e186295f1c9495d03cef6a01a2 - 631d0fab143bef85ea0813596f1dda36e2b9724c
Linux/Linux
1351e69fc6db30e186295f1c9495d03cef6a01a2 - 74d90f92eafe8ccd12827228236a28a94eda6bcc
Linux/Linux
1351e69fc6db30e186295f1c9495d03cef6a01a2 - 7e5a54d1f00725a739dcd20f616d82eff4f764bd
... and 12 more
Published
Dec 08, 2025
Tracked Since
Feb 18, 2026