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 A21763FB38 for ; Fri, 17 May 2024 12:09:08 +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=1715947748; cv=none; b=M5u7wcKKtPtLHK2hcFW7K8HsCIuRcai8xLDmOaHt5U0b8cLgYnMHNeqPfAEXOgmZfelAUIRepG7Wt7xGWJ0uDSw555DhLw9/pVM+IByWuzdFmruq67DJ4lm17es9Xykq3ZQVaoK050KniVYtPbnILU3ewm2v8TF48DbSTE7UXiM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715947748; c=relaxed/simple; bh=yDRhIChJxD1Pw/Jrg6w6VJ/C/gUQHHKZ882Fv8fxWVM=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=lqUxu/mxb9Hu+8YMNp7HBcvNROP/Hr1PxGqFlrn64e3bSjkdtbj1zMsuM3SXbLzcz90nHSwwMFU3Z+dS2YKZqUNdBKO3Vt1u/td9YyXviBi7CYWZOV1ZHyKLKhz2k2FigN98/NfnB/BbOtEDVUvu6rKFbZBfglcDXYhEbTt/oMs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=jwKkXs/Q; 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="jwKkXs/Q" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C4069C2BD10; Fri, 17 May 2024 12:09:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1715947748; bh=yDRhIChJxD1Pw/Jrg6w6VJ/C/gUQHHKZ882Fv8fxWVM=; h=From:To:Cc:Subject:Date:Reply-to:From; b=jwKkXs/Q4AI28neCmnkfzhar4vDCWszEtd0RUrMteUFRv0bcGaaA1GyWVXXhxhVdw Fn2Zw6IFgxkxmYCpmwWFfEE5P06cFQMI3aeeU3MbpiB4u/Q07sra1EjiTUh53sgEjv je1FAAJxCn1FRJGecWxvU+W72ur8ClSpUy+rgLjw= From: Greg Kroah-Hartman To: linux-cve-announce@vger.kernel.org Cc: Greg Kroah-Hartman Subject: CVE-2024-27432: net: ethernet: mtk_eth_soc: fix PPE hanging issue Date: Fri, 17 May 2024 14:08:58 +0200 Message-ID: <2024051755-CVE-2024-27432-e3bd@gregkh> X-Mailer: git-send-email 2.45.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=2666; i=gregkh@linuxfoundation.org; h=from:subject:message-id; bh=yDRhIChJxD1Pw/Jrg6w6VJ/C/gUQHHKZ882Fv8fxWVM=; b=owGbwMvMwCRo6H6F97bub03G02pJDGnuHjcC9u/a8vJckP7lmPoVHrMNg+fY3jPxrnMwu3Xs1 7q5xgaJHbEsDIJMDLJiiixftvEc3V9xSNHL0PY0zBxWJpAhDFycAjCRzYUM8yuZpbbxnrM2Do+7 OdVyuydD8tInFgzzzJOmq5w8OsmgxviHZzbTPxWB2+5sAA== 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: net: ethernet: mtk_eth_soc: fix PPE hanging issue A patch to resolve an issue was found in MediaTek's GPL-licensed SDK: In the mtk_ppe_stop() function, the PPE scan mode is not disabled before disabling the PPE. This can potentially lead to a hang during the process of disabling the PPE. Without this patch, the PPE may experience a hang during the reboot test. The Linux kernel CVE team has assigned CVE-2024-27432 to this issue. Affected and fixed versions =========================== Issue introduced in 5.13 with commit ba37b7caf1ed and fixed in 5.15.153 with commit 9fcadd125044 Issue introduced in 5.13 with commit ba37b7caf1ed and fixed in 6.1.83 with commit f78807362828 Issue introduced in 5.13 with commit ba37b7caf1ed and fixed in 6.6.23 with commit 943c14ece95e Issue introduced in 5.13 with commit ba37b7caf1ed and fixed in 6.7.11 with commit 49202a8256fc Issue introduced in 5.13 with commit ba37b7caf1ed and fixed in 6.8.2 with commit 09a190743386 Issue introduced in 5.13 with commit ba37b7caf1ed and fixed in 6.9 with commit ea80e3ed09ab 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-27432 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/net/ethernet/mediatek/mtk_ppe.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/9fcadd125044007351905d40c405fadc2d3bb6d6 https://git.kernel.org/stable/c/f78807362828ad01db2a9ed005bf79501b620f27 https://git.kernel.org/stable/c/943c14ece95eb1cf98d477462aebcbfdfd714633 https://git.kernel.org/stable/c/49202a8256fc50517ef06fd5e2084c4febde6369 https://git.kernel.org/stable/c/09a1907433865b7c8ee6777e507f5126bdd38c0f https://git.kernel.org/stable/c/ea80e3ed09ab2c2b75724faf5484721753e92c31