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 1714C1514D6 for ; Mon, 13 May 2024 13:12:45 +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=1715605965; cv=none; b=iotdwS0XT90jIGvB80/LY+qoQRxOu+YKqDq/oeqIhsUtyhYKifhz8WmabsJ++z8qHfRzzz5aeWd4qEKrNdE5BYzOVWPlfnVd2bkWoV+LOJUdqK2coXU7U35AeRY5tUhvBFcfnwPUWhqCyYfCO1JxiEnFNYjPCPyg5x6JyO7Ff/Q= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715605965; c=relaxed/simple; bh=cuE2FDg/b845KmVlNsXbN9ZQBnuQZx5q8+Cmglejmdc=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=PDe5PPynnpVg8KAliMQbd3dG5fAIXdPZ+te6dayQE84r8oCd2OW4UxWleNY8mos8LRg2c8ovABDXo/YCqebVgDBixhDzwsB/Ro5SLfgdvrEFx8F46pr0CgQQYjbWABz1Dj2Y/YMMS4Mi8xhwU8EqtHnON3/ia40KzXTiq+zCZWE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=r+o9JjBm; 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="r+o9JjBm" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 545CBC113CC; Mon, 13 May 2024 13:12:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1715605964; bh=cuE2FDg/b845KmVlNsXbN9ZQBnuQZx5q8+Cmglejmdc=; h=From:To:Cc:Subject:Date:Reply-to:From; b=r+o9JjBmc+JriDaQenc5jTqQqmSkuC4VgtdWFQYRv66OBE+mNiSbnhryuffa2ebbH qMPm42Y5JHuzQ4O2Dv5TVuzW5A7QrBULbmY1RTKTC3zGhGEaL+uZxXLsXXKCSKc2iX jCIaChEkx3NEfu0WEGbYeqiBJR8gghydNef/w0PE= From: Greg Kroah-Hartman To: linux-cve-announce@vger.kernel.org Cc: Greg Kroah-Hartman Subject: CVE-2023-52656: io_uring: drop any code related to SCM_RIGHTS Date: Mon, 13 May 2024 15:12:39 +0200 Message-ID: <2024051338-CVE-2023-52656-6545@gregkh> X-Mailer: git-send-email 2.45.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=2196; i=gregkh@linuxfoundation.org; h=from:subject:message-id; bh=cuE2FDg/b845KmVlNsXbN9ZQBnuQZx5q8+Cmglejmdc=; b=owGbwMvMwCRo6H6F97bub03G02pJDGlOgsd+az5PZjrXY8bw5E1skqeRvMH3epnojvIH+aaLn q3w893dEcvCIMjEICumyPJlG8/R/RWHFL0MbU/DzGFlAhnCwMUpABN56sIwv+Kk0IfaiujajW7z 21X+d566HdHMzzDfs1CpLPz+2u7KTO+YtWHrVJ/MKX0DAA== X-Developer-Key: i=gregkh@linuxfoundation.org; a=openpgp; fpr=F4B60CC5BF78C2214A313DCB3147D40DDB2DFB29 Content-Transfer-Encoding: 8bit Description =========== In the Linux kernel, the following vulnerability has been resolved: io_uring: drop any code related to SCM_RIGHTS This is dead code after we dropped support for passing io_uring fds over SCM_RIGHTS, get rid of it. The Linux kernel CVE team has assigned CVE-2023-52656 to this issue. Affected and fixed versions =========================== Fixed in 5.4.273 with commit cfb24022bb2c Fixed in 5.10.214 with commit a6771f343af9 Fixed in 5.15.153 with commit d909d381c315 Fixed in 6.1.83 with commit a3812a47a320 Fixed in 6.7.11 with commit 88c49d9c8961 Fixed in 6.8 with commit 6e5e6d274956 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-52656 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: include/linux/io_uring_types.h io_uring/filetable.c io_uring/io_uring.c io_uring/rsrc.c io_uring/rsrc.h 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/cfb24022bb2c31f1f555dc6bc3cc5e2547446fb3 https://git.kernel.org/stable/c/a6771f343af90a25f3a14911634562bb5621df02 https://git.kernel.org/stable/c/d909d381c3152393421403be4b6435f17a2378b4 https://git.kernel.org/stable/c/a3812a47a32022ca76bf46ddacdd823dc2aabf8b https://git.kernel.org/stable/c/88c49d9c896143cdc0f77197c4dcf24140375e89 https://git.kernel.org/stable/c/6e5e6d274956305f1fc0340522b38f5f5be74bdb