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 BAA6741C66 for ; Sat, 2 Mar 2024 22:01:09 +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=1709416869; cv=none; b=EqG3lcnjKjl2gZ+XaYAxQlBpiWysAbWb1Pi66hHki6hIDYAttoucvowBdSFql5uU1zTOh5cVi8UKBOT20UIz3x0nFYOgOwRSYVzmCop9BynnOU+UFQQNftNYhRBKEtMDUYXh/d6SV8V/qG8qp/gZRSBPo/bKZrkYNY3Z/y9X60U= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709416869; c=relaxed/simple; bh=13K/mJazEZoaNVAYbREsGkwpWnfNlNqzRqPVmdqK6Uo=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=fM/yZF3yRl55JnM1kheDrLRTYmx/PYpuuX12FQB7s0MCXvNeoOAuZwi0WRRwEVU9wCE/gw6oRKzdrhRhED1oZnIlK9dPRsudw3OvHGo5j3OA9wuod48EpAZslPojmnx9CgPQkomvBk1anLkJytk/UWn0z0ge8cWs6XKxV6EaqY4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=vhsRDMcg; 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="vhsRDMcg" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E9214C433C7; Sat, 2 Mar 2024 22:01:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1709416869; bh=13K/mJazEZoaNVAYbREsGkwpWnfNlNqzRqPVmdqK6Uo=; h=From:To:Cc:Subject:Date:Reply-to:From; b=vhsRDMcgsQDJcfid28vZSPAw1wGD2mcS21Cmyijwb1iAYpnlZYD6nu2RipgnuElSp ilrRooIG3/ANHJqHvefrzHrin6qWvVYLQq4Z0AxYbcreg01zqNMs2d03dN7CCh+q/q TD0qC+50Y3FiaobSIgre0IPkf00y3LH+QMqSFego= From: Greg Kroah-Hartman To: linux-cve-announce@vger.kernel.org Cc: Greg Kroah-Hartman Subject: CVE-2023-52565: media: uvcvideo: Fix OOB read Date: Sat, 2 Mar 2024 22:59:59 +0100 Message-ID: <2024030254-CVE-2023-52565-07ce@gregkh> X-Mailer: git-send-email 2.44.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=1900; i=gregkh@linuxfoundation.org; h=from:subject:message-id; bh=13K/mJazEZoaNVAYbREsGkwpWnfNlNqzRqPVmdqK6Uo=; b=owGbwMvMwCRo6H6F97bub03G02pJDKmPF0Z1ra7ev/CnMPPuD48UI2OU93yUMYxQuZ7rWuXgO /2/+QLhjlgWBkEmBlkxRZYv23iO7q84pOhlaHsaZg4rE8gQBi5OAZjIjNsM8+znCj3MWOaqbtO3 ieHBHrtj5Ru0qxjm6R3mWJ/TJ+S2t8dlWiO3pf3LuncNAA== 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: media: uvcvideo: Fix OOB read If the index provided by the user is bigger than the mask size, we might do an out of bound read. The Linux kernel CVE team has assigned CVE-2023-52565 to this issue. Affected and fixed versions =========================== Issue introduced in 6.1.16 with commit 367703c3ec4f and fixed in 6.1.56 with commit 09635bf4cdd4 Issue introduced in 6.3 with commit 40140eda661e and fixed in 6.5.6 with commit 8bcf70d787f7 Issue introduced in 6.3 with commit 40140eda661e and fixed in 6.6 with commit 41ebaa5e0eeb Please see https://www.kernel.org or 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-52565 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/media/usb/uvc/uvc_ctrl.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/09635bf4cdd4adf2160198a6041bcc7ca46c0558 https://git.kernel.org/stable/c/8bcf70d787f7d53a3b85ad394f926cfef3eed023 https://git.kernel.org/stable/c/41ebaa5e0eebea4c3bac96b72f9f8ae0d77c0bdb