First published: Sun Dec 29 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: scsi: qedf: Fix a possible memory leak in qedf_alloc_and_init_sb() Hook "qed_ops->common->sb_init = qed_sb_init" does not release the DMA memory sb_virt when it fails. Add dma_free_coherent() to free it. This is the same way as qedr_alloc_mem_sb() and qede_alloc_mem_sb().
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=4.11<5.4.287 | |
Linux Kernel | >=5.5<5.10.231 | |
Linux Kernel | >=5.11<5.15.174 | |
Linux Kernel | >=5.16<6.1.120 | |
Linux Kernel | >=6.2<6.6.64 | |
Linux Kernel | >=6.7<6.11.11 | |
Linux Kernel | >=6.12<6.12.2 | |
debian/linux | <=5.10.223-1 | 5.10.234-1 6.1.129-1 6.1.128-1 6.12.20-1 6.12.21-1 |
debian/linux-6.1 | 6.1.129-1~deb11u1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-56748 has a medium severity rating due to the potential for memory leaks in the Linux kernel SCSI subsystem.
To address CVE-2024-56748, ensure you update your Linux kernel to a version that includes the fix for the memory leak, specifically updating beyond version 6.12.
CVE-2024-56748 affects Linux kernel versions from 4.11 to 6.12, excluding the patched versions.
The impact of CVE-2024-56748 can potentially lead to resource exhaustion through memory leaks, which may degrade system performance or stability.
Currently, there are no known workarounds for CVE-2024-56748, and users are advised to apply the kernel update to mitigate the vulnerability.