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 29FD52E612E for ; Tue, 7 Oct 2025 15:25:19 +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=1759850719; cv=none; b=hu9SPLVwyfoPOQiQfHRlVMyBdMNrkZYl/5f0ghlM5wf6bUkZKOF+9J3iwKKdG+5ZQ1YK2mqIlQOC2eBKTfPaKj5zsP0mt7YxFjqr8fX99VykNh5kDo2qnhXdpm6KETRuDrVcVUwbImkRV/9Ou8HUsT8umc1ZPX/gNL5M98iNF2E= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1759850719; c=relaxed/simple; bh=1PNV+C389fOwRPFiF7O2qYePGzUpsQiHNDpHlXg1RVo=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=Ac7dMEPJCffjqWznb78ow6g5eN1p5evLOzaBp1y9mPN5EZrdbIlg1hThroEK6MjxMX5G3Wqc1/qI7uyz/NTUOCL522CV4qotpVJXVWL/j+P7CycBV8sGc2+0l57EUCNsn9mHCGCKz2dNOayd1Frw+ZEsemOtIhlDhEuZKMyxF0U= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=XDI4r7bp; 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="XDI4r7bp" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A9CE3C4CEF1; Tue, 7 Oct 2025 15:25:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1759850719; bh=1PNV+C389fOwRPFiF7O2qYePGzUpsQiHNDpHlXg1RVo=; h=From:To:Cc:Subject:Date:Reply-to:From; b=XDI4r7bpkVp+lwpe4HpZ2ZMsKRBdcyBqeketzRuUCA+QGJFM4+YE+pkGgIIkGBUCk UyoiURi3waBjgtqjMsief2+GxXvRmhUXOabdEofpmX2lnNYx8sQEYeHbYLajsEEt/v 9N8YAlNoJWzRKeva4acbHrbPf1kamZcc8cTl5yQc= From: Greg Kroah-Hartman To: linux-cve-announce@vger.kernel.org Cc: Greg Kroah-Hartman Subject: CVE-2023-53675: scsi: ses: Fix possible desc_ptr out-of-bounds accesses Date: Tue, 7 Oct 2025 17:21:34 +0200 Message-ID: <2025100707-CVE-2023-53675-e7ac@gregkh> X-Mailer: git-send-email 2.51.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=2558; i=gregkh@linuxfoundation.org; h=from:subject:message-id; bh=X6BmDpi3O+uJs9RjyDwhc0CnoyJaAKmAxBRqNZ+lESo=; b=owGbwMvMwCRo6H6F97bub03G02pJDBlP9R+7icf0vbhxu1u9yFb/6vEZXieefVjanhiQLKlyw lp07g+mjlgWBkEmBlkxRZYv23iO7q84pOhlaHsaZg4rE8gQBi5OAZhILg/Dgg3xE2ss+fMWv1ew m75gtm6L0pcNqxgW7CqNMlu+rGZe45RsVY4mt/4Dv++rAAA= 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: ses: Fix possible desc_ptr out-of-bounds accesses Sanitize possible desc_ptr out-of-bounds accesses in ses_enclosure_data_process(). The Linux kernel CVE team has assigned CVE-2023-53675 to this issue. Affected and fixed versions =========================== Fixed in 4.14.308 with commit 72021ae61a2bc6ca73cd593e255a10ed5f5dc5e7 Fixed in 4.19.276 with commit cffe09ca0555e235a42d6fa065e463c4b3d5b657 Fixed in 5.4.235 with commit 79ec5dd5fb07ecaea2f978c2d7a9f2f3526e4d19 Fixed in 5.10.173 with commit c315560e3ef77c1d822249f1743e647dc9c9912a Fixed in 5.15.99 with commit 584892fd29a41ef424a148118a3103b16b94fb8c Fixed in 6.1.16 with commit 414418abc19fa4ccf730d273061a426c07a061d6 Fixed in 6.2.3 with commit 4b8cae410472653a59e15af62c57c49b8e0a1201 Fixed in 6.3 with commit 801ab13d50cf3d26170ee073ea8bb4eececb76ab 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-53675 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/ses.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/72021ae61a2bc6ca73cd593e255a10ed5f5dc5e7 https://git.kernel.org/stable/c/cffe09ca0555e235a42d6fa065e463c4b3d5b657 https://git.kernel.org/stable/c/79ec5dd5fb07ecaea2f978c2d7a9f2f3526e4d19 https://git.kernel.org/stable/c/c315560e3ef77c1d822249f1743e647dc9c9912a https://git.kernel.org/stable/c/584892fd29a41ef424a148118a3103b16b94fb8c https://git.kernel.org/stable/c/414418abc19fa4ccf730d273061a426c07a061d6 https://git.kernel.org/stable/c/4b8cae410472653a59e15af62c57c49b8e0a1201 https://git.kernel.org/stable/c/801ab13d50cf3d26170ee073ea8bb4eececb76ab