
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2023-53754 is a NULL pointer dereference and resource leak vulnerability in the Linux kernel's SCSI lpfc driver (Emulex LightPulse Fibre Channel), specifically within the lpfc_sli4_pci_mem_setup() function. The flaw affects Linux kernel versions from 4.17 up to (but not including) the patched stable releases, and was publicly disclosed on December 8, 2025. It carries a CVSS v3.1 base score of 5.5 (Medium), requiring local low-privileged access with no user interaction (Red Hat CVE, Feedly).
The root cause is improper handling of PCI memory resource mapping in lpfc_sli4_pci_mem_setup(), classified as a NULL pointer dereference (CWE-476) combined with a resource leak. Two distinct code paths are affected: when if_type equals zero and pci_resource_start(pdev, PCI_64BIT_BAR4) returns false, drbl_regs_memmap_p is never remapped, causing a NULL pointer to be passed to iounmap() — which can trigger a kernel WARN() on certain architectures. When if_type equals six and the BAR4 resource is present, drbl_regs_memmap_p may be remapped while ctrl_regs_memmap_p is not, resulting in both a resource leak and another NULL pointer passed to iounmap(). The fix adds null checks before each iounmap() call and adjusts the associated goto labels (Red Hat Bugzilla, Feedly).
Successful triggering of this vulnerability can cause kernel warnings (WARN()), system instability, and potential crashes, resulting in a high availability impact on affected systems. The vulnerability does not expose confidential data or allow integrity modifications, but the resource leak associated with the if_type == 6 path can lead to persistent memory mapping issues. Systems using Emulex LightPulse Fibre Channel HBAs with affected kernel versions are at risk of unexpected kernel behavior during driver initialization (Red Hat CVE, Feedly).
Patches have been backported to multiple stable Linux kernel branches. Administrators should update to one of the following patched versions: 5.4.243, 5.10.180, 5.15.111, 6.1.28, 6.2.15, 6.3.2, or 6.4 and later. As a secondary measure, restricting local system access to minimize the attack surface is advisable. Distribution-specific kernel updates (e.g., Red Hat, Ubuntu, SUSE) should be applied as they become available through standard package management (Red Hat CVE, Red Hat Bugzilla).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."