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 35E1E1F4266 for ; Fri, 27 Dec 2024 13:54:13 +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=1735307653; cv=none; b=rPeLMxNIJe8SOAATIR/qgXpEHp6bULiuasD/u0w4hHe3JEigbg4CY8Mzk1Gcs56jpesTIHy4Yxis8VguOin+/ve9Sjchzzvb51mMW/Yn5/G3vTiQn+XIOMMhAEjbRjxgapt0Ey8Q2LgZFFt9i6qT1KogDpxAjvUYsa5mX+pZQXA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1735307653; c=relaxed/simple; bh=CAf7WClRIe+VpegUHF0OcGOYZj/fzXH7Bu1weQJcANg=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=j8dkppaiwgTSQTFLp62o6LU5Cm4sLiOzwU95F5j+fpBd7E0d/WJr8q8qTkBmQQcUVhDb2V9yCidZv0qoES6ypaDXgNiEnb7ibhM4HAubymc1QuaLTf0Bon154VyVFruHjCs9kSOA3wxlwzZ9pz1//FSXxgSgtgH8u+22wmHy8O4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=1+SaV4MN; 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="1+SaV4MN" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A9E4CC4CED0; Fri, 27 Dec 2024 13:54:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1735307653; bh=CAf7WClRIe+VpegUHF0OcGOYZj/fzXH7Bu1weQJcANg=; h=From:To:Cc:Subject:Date:Reply-to:From; b=1+SaV4MNruecWOCzHDzx8NJQk4Acipet7TFkVLakuxCzC4LSEI5yvQ4MGLGRwjhL3 3P3ns3yIZgKAwlOi2LvPekzP6U4etYCPO7drzTRlsgECjVdARcJdQuLlplHp9jLwnQ sqsXDWBVMX00dQWzQg0ZW9DNCKoIVmJWmKFcv5v8= From: Greg Kroah-Hartman To: linux-cve-announce@vger.kernel.org Cc: Greg Kroah-Hartman Subject: CVE-2024-53197: ALSA: usb-audio: Fix potential out-of-bound accesses for Extigy and Mbox devices Date: Fri, 27 Dec 2024 14:52:43 +0100 Message-ID: <2024122725-CVE-2024-53197-6aef@gregkh> X-Mailer: git-send-email 2.47.1 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=3638; i=gregkh@linuxfoundation.org; h=from:subject:message-id; bh=CAf7WClRIe+VpegUHF0OcGOYZj/fzXH7Bu1weQJcANg=; b=owGbwMvMwCRo6H6F97bub03G02pJDOl5GyX3eJ7qqDxi+ef+NIOOjPidKf8OO8Y9umM25Zca6 +aEN+8+d8SyMAgyMciKKbJ82cZzdH/FIUUvQ9vTMHNYmUCGMHBxCsBEXDkZFjQXTbmwvC22KCNE Tl4ox4p95uGJcQwLls1n7/u3yoZLMLzZyEniY6XvPdVTAA== 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: ALSA: usb-audio: Fix potential out-of-bound accesses for Extigy and Mbox devices A bogus device can provide a bNumConfigurations value that exceeds the initial value used in usb_get_configuration for allocating dev->config. This can lead to out-of-bounds accesses later, e.g. in usb_destroy_configuration. The Linux kernel CVE team has assigned CVE-2024-53197 to this issue. Affected and fixed versions =========================== Issue introduced in 2.6.12 with commit 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 and fixed in 4.19.325 with commit 0b4ea4bfe16566b84645ded1403756a2dc4e0f19 Issue introduced in 2.6.12 with commit 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 and fixed in 5.4.287 with commit 9b8460a2a7ce478e0b625af7c56d444dc24190f7 Issue introduced in 2.6.12 with commit 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 and fixed in 5.10.231 with commit 62dc01c83fa71e10446ee4c31e0e3d5d1291e865 Issue introduced in 2.6.12 with commit 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 and fixed in 5.15.174 with commit 9887d859cd60727432a01564e8f91302d361b72b Issue introduced in 2.6.12 with commit 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 and fixed in 6.1.120 with commit 920a369a9f014f10ec282fd298d0666129379f1b Issue introduced in 2.6.12 with commit 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 and fixed in 6.6.64 with commit b8f8b81dabe52b413fe9e062e8a852c48dd0680d Issue introduced in 2.6.12 with commit 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 and fixed in 6.11.11 with commit 379d3b9799d9da953391e973b934764f01e03960 Issue introduced in 2.6.12 with commit 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 and fixed in 6.12.2 with commit b521b53ac6eb04e41c03f46f7fe452e4d8e9bcca Issue introduced in 2.6.12 with commit 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 and fixed in 6.13-rc1 with commit b909df18ce2a998afef81d58bbd1a05dc0788c40 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-53197 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: sound/usb/quirks.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/0b4ea4bfe16566b84645ded1403756a2dc4e0f19 https://git.kernel.org/stable/c/9b8460a2a7ce478e0b625af7c56d444dc24190f7 https://git.kernel.org/stable/c/62dc01c83fa71e10446ee4c31e0e3d5d1291e865 https://git.kernel.org/stable/c/9887d859cd60727432a01564e8f91302d361b72b https://git.kernel.org/stable/c/920a369a9f014f10ec282fd298d0666129379f1b https://git.kernel.org/stable/c/b8f8b81dabe52b413fe9e062e8a852c48dd0680d https://git.kernel.org/stable/c/379d3b9799d9da953391e973b934764f01e03960 https://git.kernel.org/stable/c/b521b53ac6eb04e41c03f46f7fe452e4d8e9bcca https://git.kernel.org/stable/c/b909df18ce2a998afef81d58bbd1a05dc0788c40