cve/2024/CVE-2024-56748.md
2025-09-29 21:09:30 +02:00

1.1 KiB

CVE-2024-56748

Description

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 DMAmemory sb_virt when it fails. Add dma_free_coherent() to free it. Thisis the same way as qedr_alloc_mem_sb() and qede_alloc_mem_sb().

POC

Reference

No PoCs from references.

Github