| From bippy-5f407fcff5a0 Mon Sep 17 00:00:00 2001 |
| From: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
| To: <linux-cve-announce@vger.kernel.org> |
| Reply-to: <cve@kernel.org>, <linux-kernel@vger.kernel.org> |
| Subject: CVE-2024-56747: scsi: qedi: Fix a possible memory leak in qedi_alloc_and_init_sb() |
| |
| Description |
| =========== |
| |
| 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(). |
| |
| The Linux kernel CVE team has assigned CVE-2024-56747 to this issue. |
| |
| |
| Affected and fixed versions |
| =========================== |
| |
| Issue introduced in 4.10 with commit ace7f46ba5fde7273207c7122b0650ceb72510e0 and fixed in 4.19.325 with commit 4e48e5b26b3edc0e1dd329201ffc924a7a1f9337 |
| Issue introduced in 4.10 with commit ace7f46ba5fde7273207c7122b0650ceb72510e0 and fixed in 5.4.287 with commit eaf92fad1f21be63427920c12f22227e5f757424 |
| Issue introduced in 4.10 with commit ace7f46ba5fde7273207c7122b0650ceb72510e0 and fixed in 5.10.231 with commit a4d2011cbe039b25024831427b60ab91ee247066 |
| Issue introduced in 4.10 with commit ace7f46ba5fde7273207c7122b0650ceb72510e0 and fixed in 5.15.174 with commit bb8b45883eb072adba297922b67d1467082ac880 |
| Issue introduced in 4.10 with commit ace7f46ba5fde7273207c7122b0650ceb72510e0 and fixed in 6.1.120 with commit b778b5240485106abf665eb509cc01779ed0cb00 |
| Issue introduced in 4.10 with commit ace7f46ba5fde7273207c7122b0650ceb72510e0 and fixed in 6.6.64 with commit 10a6fc486ac40a410f0fb84cc15161238eccd20a |
| Issue introduced in 4.10 with commit ace7f46ba5fde7273207c7122b0650ceb72510e0 and fixed in 6.11.11 with commit cfc76acaf2c4b43d1e140f1e4cbde15adb540bc5 |
| Issue introduced in 4.10 with commit ace7f46ba5fde7273207c7122b0650ceb72510e0 and fixed in 6.12.2 with commit 20b775cf274cfbfa3da871a1108877e17b8b19e1 |
| Issue introduced in 4.10 with commit ace7f46ba5fde7273207c7122b0650ceb72510e0 and fixed in 6.13 with commit 95bbdca4999bc59a72ebab01663d421d6ce5775d |
| |
| Please see https://www.kernel.org for a full list of currently supported |
| kernel versions by the kernel community. |
| |
| Unaffected versions might change over time as fixes are backported to |
| older supported kernel versions. The official CVE entry at |
| https://cve.org/CVERecord/?id=CVE-2024-56747 |
| will be updated if fixes are backported, please check that for the most |
| up to date information about this issue. |
| |
| |
| Affected files |
| ============== |
| |
| The file(s) affected by this issue are: |
| drivers/scsi/qedi/qedi_main.c |
| |
| |
| Mitigation |
| ========== |
| |
| The Linux kernel CVE team recommends that you update to the latest |
| stable kernel version for this, and many other bugfixes. Individual |
| changes are never tested alone, but rather are part of a larger kernel |
| release. Cherry-picking individual commits is not recommended or |
| supported by the Linux kernel community at all. If however, updating to |
| the latest release is impossible, the individual changes to resolve this |
| issue can be found at these commits: |
| https://git.kernel.org/stable/c/4e48e5b26b3edc0e1dd329201ffc924a7a1f9337 |
| https://git.kernel.org/stable/c/eaf92fad1f21be63427920c12f22227e5f757424 |
| https://git.kernel.org/stable/c/a4d2011cbe039b25024831427b60ab91ee247066 |
| https://git.kernel.org/stable/c/bb8b45883eb072adba297922b67d1467082ac880 |
| https://git.kernel.org/stable/c/b778b5240485106abf665eb509cc01779ed0cb00 |
| https://git.kernel.org/stable/c/10a6fc486ac40a410f0fb84cc15161238eccd20a |
| https://git.kernel.org/stable/c/cfc76acaf2c4b43d1e140f1e4cbde15adb540bc5 |
| https://git.kernel.org/stable/c/20b775cf274cfbfa3da871a1108877e17b8b19e1 |
| https://git.kernel.org/stable/c/95bbdca4999bc59a72ebab01663d421d6ce5775d |