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 717982FDC52 for ; Mon, 22 Dec 2025 16:12:43 +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=1766419963; cv=none; b=LbnlLiUuCuKlJ+GshwPl6ajIChBDDgRhluq6rD9cyYNaZr3zOCowVE6jQTvH6nqk90qPArvuEkYuGIMoqpTkTfkk9Fv8YSCqvnv0CQcv3fMECgH4jBwPjCnp6hpu1JB5jcM6J9QRUYfogVgK8BcRn2qUgXIaoJXNp00nbUln3BI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1766419963; c=relaxed/simple; bh=dnzDxyAwKpihY1+jOP1PmQUrxeItxe30roLqib8jXVk=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=KnDXPOBSKlXHmospglIWJj5H1DeGukPeN8jc3ayCJ0OlOWq2gjdFLBfErIeygQ+9TJZhiBDi5a87m2L2Dbr1hfbSBoc+J0506S8pJhRjYNw1+nzEMB7N+4Ty3N9NKHlbdhHDilZsV/Z7KqRwd/GEcwE5Uk21xyOIWrF6e1dWn/A= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=wVnLoCIW; 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="wVnLoCIW" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BB722C4CEF1; Mon, 22 Dec 2025 16:12:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1766419963; bh=dnzDxyAwKpihY1+jOP1PmQUrxeItxe30roLqib8jXVk=; h=From:To:Cc:Subject:Date:Reply-To:From; b=wVnLoCIWkmDhJkruglri98LCFU8KDcbPbg4exRHSRn5Ue761MGxuioqqSsV/Pp1BV YbQQUlIgMU55SOe4tJxLNaSmx1hLTRsX+BX6h9w1LR4e2MXMyvKthG1nX/RQga7fer oX1Axn7FfLzUdRt9s0daJfJ8NlsX4vRPfzmah9RA= From: Greg Kroah-Hartman To: linux-cve-announce@vger.kernel.org Cc: Greg Kroah-Hartman Subject: CVE-2025-68328: firmware: stratix10-svc: fix bug in saving controller data Date: Mon, 22 Dec 2025 17:12:30 +0100 Message-ID: <2025122229-CVE-2025-68328-bdfd@gregkh> X-Mailer: git-send-email 2.52.0 Reply-To: , Precedence: bulk X-Mailing-List: linux-cve-announce@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Developer-Signature: v=1; a=openpgp-sha256; l=3153; i=gregkh@linuxfoundation.org; h=from:subject:message-id; bh=o78OTW3DmUSE307+0GMgVayKsohHja9B0NPiglXb36A=; b=owGbwMvMwCRo6H6F97bub03G02pJDJmeue+Erzycmykv8W71x5OrSuZv8fzI2f1uiv6jy89+x n123Nrv1BHLwiDIxCArpsjyZRvP0f0VhxS9DG1Pw8xhZQIZwsDFKQATYYpmmJ8T8VP659tjDM48 XA2aNzM2VJl/usUwP+msyb0wE+bp3SYdUze6vOINZQ7SAwA= 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: firmware: stratix10-svc: fix bug in saving controller data Fix the incorrect usage of platform_set_drvdata and dev_set_drvdata. They both are of the same data and overrides each other. This resulted in the rmmod of the svc driver to fail and throw a kernel panic for kthread_stop and fifo free. The Linux kernel CVE team has assigned CVE-2025-68328 to this issue. Affected and fixed versions =========================== Issue introduced in 5.4 with commit b5dc75c915cdaebab9b9875022e45638d6b14a7e and fixed in 5.10.247 with commit 9d0a330abd9e49bcebf6307aac185081bde49a43 Issue introduced in 5.4 with commit b5dc75c915cdaebab9b9875022e45638d6b14a7e and fixed in 5.15.197 with commit 354fb03002da0970d337f0d3edbeb46cc4fa6f41 Issue introduced in 5.4 with commit b5dc75c915cdaebab9b9875022e45638d6b14a7e and fixed in 6.1.159 with commit b359df793f609b1efce31dadfe6883ec73852619 Issue introduced in 5.4 with commit b5dc75c915cdaebab9b9875022e45638d6b14a7e and fixed in 6.6.119 with commit 71796c91ee8e33faf4434a9e210b5063c28ea907 Issue introduced in 5.4 with commit b5dc75c915cdaebab9b9875022e45638d6b14a7e and fixed in 6.12.61 with commit 60ab1851614e6007344042b66da6e31d1cc26cb3 Issue introduced in 5.4 with commit b5dc75c915cdaebab9b9875022e45638d6b14a7e and fixed in 6.17.11 with commit bd226fa02ed6db6fce0fae010802f0950fd14fb9 Issue introduced in 5.4 with commit b5dc75c915cdaebab9b9875022e45638d6b14a7e and fixed in 6.18 with commit d0fcf70c680e4d1669fcb3a8632f41400b9a73c2 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-2025-68328 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/firmware/stratix10-svc.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/9d0a330abd9e49bcebf6307aac185081bde49a43 https://git.kernel.org/stable/c/354fb03002da0970d337f0d3edbeb46cc4fa6f41 https://git.kernel.org/stable/c/b359df793f609b1efce31dadfe6883ec73852619 https://git.kernel.org/stable/c/71796c91ee8e33faf4434a9e210b5063c28ea907 https://git.kernel.org/stable/c/60ab1851614e6007344042b66da6e31d1cc26cb3 https://git.kernel.org/stable/c/bd226fa02ed6db6fce0fae010802f0950fd14fb9 https://git.kernel.org/stable/c/d0fcf70c680e4d1669fcb3a8632f41400b9a73c2