CVE-2023-53754
Published: Dec 8, 2025
Modified: May 11, 2026
Description
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.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected 1351e69fc6db30e186295f1c9495d03cef6a01a2 - < 74d90f92eafe8ccd12827228236a28a94eda6bccaffected 1351e69fc6db30e186295f1c9495d03cef6a01a2 - < bab8dc38b1a0a12bc064fc064269033bdcf5b88eaffected 1351e69fc6db30e186295f1c9495d03cef6a01a2 - < fd8c83d8375b9dac1949f2753485a5c055ebfad0affected 1351e69fc6db30e186295f1c9495d03cef6a01a2 - < e6f1ef4a53856ed000b0f7265d7e16dcb00f4243affected 1351e69fc6db30e186295f1c9495d03cef6a01a2 - < 631d0fab143bef85ea0813596f1dda36e2b9724c+2 more versions |
Linux | Linux | affected 4.17unaffected 0 - < 4.17unaffected 5.4.243 - <= 5.4.*unaffected 5.10.180 - <= 5.10.*unaffected 5.15.111 - <= 5.15.*+4 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now