In the Linux kernel, the following vulnerability has been resolved:
scsi: qedi: Fix a possible memory leak in qedi_alloc_and_init_sb()
Hook "qedi_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().
References
Configurations
Configuration 1 (hide)
|
History
03 Nov 2025, 21:18
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
Information
Published : 2024-12-29 12:15
Updated : 2025-11-03 21:18
NVD link : CVE-2024-56747
Mitre link : CVE-2024-56747
CVE.ORG link : CVE-2024-56747
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
