From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7CB9D25D1E7 for ; Fri, 2 May 2025 16:00:57 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1746201657; cv=none; b=oMs/xey1fW6/gyk4WeqW1zTUXlcSFYSubwHnbHI718t6Ggtcfb22aQgl9Anj7jdgh/wo9VZ8bQ2LilsAwipapfYiaxgbFw6NTxzKzN3dP0+knCPeH8sUl/czlphgLAAPpIzccH0jiOI3Rh5h8ubYhCxqsJ5VKn/HWgliPNUI6aU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1746201657; c=relaxed/simple; bh=4Dwoh3wG8Q8UOl5qNlN5e9lyX+mAiCvrYrSfXNzK5qM=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=VTbyanDxt2WvKIp/2ERmMDIG+MnaZsqanvbBCG1DtjoPJDDBjIyzq3gdcYbITDgoORdw2Me+GSy3lcCIZtIFgyzkuyvsjeWOr4u9HtxRHoE1dc0doijY0CclUCRJ4DParuzrQDcEJadMZlRJZwAloNbanJC0sHHpyQ9IoWRjPNk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=Kke1acoe; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="Kke1acoe" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9BB3DC4CEE9; Fri, 2 May 2025 16:00:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1746201657; bh=4Dwoh3wG8Q8UOl5qNlN5e9lyX+mAiCvrYrSfXNzK5qM=; h=From:To:Cc:Subject:Date:Reply-to:From; b=Kke1acoeOxN5RCO6NAonpg3QlGd+WDTDwmRQ6Dz3OSAj+OQyFTTAEDqb484nAT+i0 4ixzCdrbdADKoicx6EP6xfu2aEQTuxegMfUjaTKbEHzEa1clFJ7sT0Lbn/ZWYIbGqw rlR0oSSoZb3icQbvmFgYImtTKvTmGCnxiVu3ADqU= From: Greg Kroah-Hartman To: linux-cve-announce@vger.kernel.org Cc: Greg Kroah-Hartman Subject: CVE-2023-53127: scsi: mpi3mr: Fix expander node leak in mpi3mr_remove() Date: Fri, 2 May 2025 17:56:32 +0200 Message-ID: <2025050233-CVE-2023-53127-a596@gregkh> X-Mailer: git-send-email 2.49.0 Precedence: bulk X-Mailing-List: linux-cve-announce@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Reply-to: , X-Developer-Signature: v=1; a=openpgp-sha256; l=2108; i=gregkh@linuxfoundation.org; h=from:subject:message-id; bh=+6TV9NMJl/LNiLxLo9K/OLvuEWU+ts+8EvTCudcYn1w=; b=owGbwMvMwCRo6H6F97bub03G02pJDBkir75OlLHqVJPZ/nWX9p25Lkv3nFhyN1DxkbhZsAib1 cRSg0UlHbEsDIJMDLJiiixftvEc3V9xSNHL0PY0zBxWJpAhDFycAjARq2qGBX2HJtX9F3g1VX6x yp2t39dqZkcvO8ew4OTS/RtSXiz9VSgiw1rGZVOaI/B7GQA= X-Developer-Key: i=gregkh@linuxfoundation.org; a=openpgp; fpr=F4B60CC5BF78C2214A313DCB3147D40DDB2DFB29 Content-Transfer-Encoding: 8bit From: Greg Kroah-Hartman Description =========== In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Fix expander node leak in mpi3mr_remove() Add a missing resource clean up in .remove. The Linux kernel CVE team has assigned CVE-2023-53127 to this issue. Affected and fixed versions =========================== Issue introduced in 6.1 with commit e22bae30667a7e74ed057e00fb6e8c79e0738de3 and fixed in 6.1.21 with commit 0023972a7593720f8878aed06c03ac9e541078be Issue introduced in 6.1 with commit e22bae30667a7e74ed057e00fb6e8c79e0738de3 and fixed in 6.2.8 with commit cf9777be5683c5e55680c089df02ee27d2226aa8 Issue introduced in 6.1 with commit e22bae30667a7e74ed057e00fb6e8c79e0738de3 and fixed in 6.3 with commit ce756daa36e1ba271bb3334267295e447aa57a5c 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-2023-53127 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/mpi3mr/mpi3mr.h drivers/scsi/mpi3mr/mpi3mr_os.c drivers/scsi/mpi3mr/mpi3mr_transport.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/0023972a7593720f8878aed06c03ac9e541078be https://git.kernel.org/stable/c/cf9777be5683c5e55680c089df02ee27d2226aa8 https://git.kernel.org/stable/c/ce756daa36e1ba271bb3334267295e447aa57a5c