| 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-50183: scsi: lpfc: Ensure DA_ID handling completion before deleting an NPIV instance |
| |
| Description |
| =========== |
| |
| In the Linux kernel, the following vulnerability has been resolved: |
| |
| scsi: lpfc: Ensure DA_ID handling completion before deleting an NPIV instance |
| |
| Deleting an NPIV instance requires all fabric ndlps to be released before |
| an NPIV's resources can be torn down. Failure to release fabric ndlps |
| beforehand opens kref imbalance race conditions. Fix by forcing the DA_ID |
| to complete synchronously with usage of wait_queue. |
| |
| The Linux kernel CVE team has assigned CVE-2024-50183 to this issue. |
| |
| |
| Affected and fixed versions |
| =========================== |
| |
| Fixed in 6.1.113 with commit 0857b1c573c0b095aa778bb26d8b3378172471b6 |
| Fixed in 6.6.57 with commit 0ef6e016eb53fad6dc44c3253945efb43a3486b9 |
| Fixed in 6.11.4 with commit bbc525409bfe8e5bff12f5d18d550ab3e52cdbef |
| Fixed in 6.12 with commit 0a3c84f71680684c1d41abb92db05f95c09111e8 |
| |
| 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-50183 |
| 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/lpfc/lpfc_ct.c |
| drivers/scsi/lpfc/lpfc_disc.h |
| drivers/scsi/lpfc/lpfc_vport.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/0857b1c573c0b095aa778bb26d8b3378172471b6 |
| https://git.kernel.org/stable/c/0ef6e016eb53fad6dc44c3253945efb43a3486b9 |
| https://git.kernel.org/stable/c/bbc525409bfe8e5bff12f5d18d550ab3e52cdbef |
| https://git.kernel.org/stable/c/0a3c84f71680684c1d41abb92db05f95c09111e8 |