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 F0A26149DE5 for ; Wed, 3 Apr 2024 14:58:41 +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=1712156322; cv=none; b=OJ5Rf7tKeLI1Q+uxbG+WA0mro/vPo16dKgUdeKaJwZKU0pHQMpDPHT7JTKNubkBarTCh0rZXKkhymzhexNywCRxGfFSELNYvHD4y1rejF/VYUJixQMRXKWCuJ5AZWAzkfKFdsuQUv8GT+J2JexuMPfuBZ6Wp016i4B6MRAsPav8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712156322; c=relaxed/simple; bh=5y3+ZN0vHlNjTW0bLAgdTOukL7zrxPwh3nRAVxWBjHs=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=JLNoZ9tCV0sLq3X85cwtRspbDYsZKP4gjsbHMfIvjeoaC1L2du/RCjXhcD7cGTNrmyOM0njMdDYF+nETw93Eo0BrVrj7iOaHfeH2FmbGyy9Y+U3CvIjQE39N2qseVM/mqjgOiz5HX7YcDmEenRFmeRiMYBb76oQYpsYZXRy0mMM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=B3BcA5jU; 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="B3BcA5jU" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5CB7AC433F1; Wed, 3 Apr 2024 14:58:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1712156321; bh=5y3+ZN0vHlNjTW0bLAgdTOukL7zrxPwh3nRAVxWBjHs=; h=From:To:Cc:Subject:Date:Reply-to:From; b=B3BcA5jUIIIu1mUHVu52EnlWRx8Bvd4MnU/0WLzM0H4cx8cykjj5awVCcy0d7y9T5 A0i0EQLB/1hlGvKinVV40vZVmm+/p68dBE92IJ/m8kd5vwnqd1IRh12yUDC81HT3um PNVklsxPcciUFvQhmkkE8VHVNgLwwYDmHU4Qb+w8= From: Greg Kroah-Hartman To: linux-cve-announce@vger.kernel.org Cc: Greg Kroah-Hartman Subject: CVE-2024-26711: iio: adc: ad4130: zero-initialize clock init data Date: Wed, 3 Apr 2024 16:56:02 +0200 Message-ID: <2024040342-CVE-2024-26711-de47@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=2012; i=gregkh@linuxfoundation.org; h=from:subject:message-id; bh=5y3+ZN0vHlNjTW0bLAgdTOukL7zrxPwh3nRAVxWBjHs=; b=owGbwMvMwCRo6H6F97bub03G02pJDGm8ue90P82xn3o4W3WNUmhgTlt1+hyOOJ28gm+cKS8+T P32OVqvI5aFQZCJQVZMkeXLNp6j+ysOKXoZ2p6GmcPKBDKEgYtTACYimMcw35Nxhsium3KuH3co qZkprbc+4yRXzzCH85PGn5kaAnfW3Yz6Nkck2/rG3LjNAA== 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: iio: adc: ad4130: zero-initialize clock init data The clk_init_data struct does not have all its members initialized, causing issues when trying to expose the internal clock on the CLK pin. Fix this by zero-initializing the clk_init_data struct. The Linux kernel CVE team has assigned CVE-2024-26711 to this issue. Affected and fixed versions =========================== Issue introduced in 6.2 with commit 62094060cf3a and fixed in 6.6.18 with commit 0e0dab377509 Issue introduced in 6.2 with commit 62094060cf3a and fixed in 6.7.6 with commit 02876e2df02f Issue introduced in 6.2 with commit 62094060cf3a and fixed in 6.8 with commit a22b0a2be69a 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-26711 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/iio/adc/ad4130.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/0e0dab37750926d4fb0144edb1c1ea0612fea273 https://git.kernel.org/stable/c/02876e2df02f8b17a593d77a0a7879a8109b27e1 https://git.kernel.org/stable/c/a22b0a2be69a36511cb5b37d948b651ddf7debf3