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 8AF2E165EFC for ; Thu, 27 Feb 2025 02:13: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=1740622389; cv=none; b=WG8MQhAJxph9akJM66RLFse/CAJTooN92ThSAWHJQ5VdJhBOPmf2bULZqvbi8obrfKmuWGspSzCJAzKoRwPSVI29DhxxGiqh4zo/f0c1EJuLD4v1dB16YOEmHNJDRnkisVvnSOPPrFiSwYiiulOzNAgDW7rK1bPZHcoTg+Se1YA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740622389; c=relaxed/simple; bh=ZLZvrgptD5PaXX63RRUWCty8zMLN6OlBviJQZY/Jphc=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=bN5pTLEkMkokRrf1UK+XyfG9gv98en2KbAyUgYv0iLd3PyWKZ5jjiTUkjlhojYdE06em29zT2E+wwo3xsZoUGZ+bLfru6rwDxLVIK28/jkV5xd5jSH+3k+OR4qoPZE5bg92Ho9+OAdTzZH4RDduFE4dA/zuB6nNhE3J4TSekpw0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=xuccBlq0; 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="xuccBlq0" Received: by smtp.kernel.org (Postfix) with ESMTPSA id F05BDC4CEE8; Thu, 27 Feb 2025 02:13:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1740622389; bh=ZLZvrgptD5PaXX63RRUWCty8zMLN6OlBviJQZY/Jphc=; h=From:To:Cc:Subject:Date:Reply-to:From; b=xuccBlq0EWGNdYOMPn5bIp4mkdj73FRLTNLHOhSINIq7iKiwiOEFFm1JPc+91mUIB 0p87BEIvY962P5Rn46mKFCpfMz+nw30jw0eRkz8eGrSSb5q3JBwAezGVY3cuR+FrVt 9I34YyFDlDUh4yw16d2xU3bcwjP2yVhoe3RrHJ+c= From: Greg Kroah-Hartman To: linux-cve-announce@vger.kernel.org Cc: Greg Kroah-Hartman Subject: CVE-2024-58014: wifi: brcmsmac: add gain range check to wlc_phy_iqcal_gainparams_nphy() Date: Wed, 26 Feb 2025 18:11:08 -0800 Message-ID: <2025022657-CVE-2024-58014-6269@gregkh> X-Mailer: git-send-email 2.48.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=2325; i=gregkh@linuxfoundation.org; h=from:subject:message-id; bh=ZLZvrgptD5PaXX63RRUWCty8zMLN6OlBviJQZY/Jphc=; b=owGbwMvMwCRo6H6F97bub03G02pJDOn7T258u2iSnt32wqWujrtP2z5znz1j20W735OyMnqjv T41Ru2o7YhlYRBkYpAVU2T5so3n6P6KQ4pehranYeawMoEMYeDiFICJVC9hmKf/6UfRzZoFTpZl Yl+urzTaWlJ4so1hwUKXMvntZZa2u17m9rmfX9g2qSuFEwA= 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: wifi: brcmsmac: add gain range check to wlc_phy_iqcal_gainparams_nphy() In 'wlc_phy_iqcal_gainparams_nphy()', add gain range check to WARN() instead of possible out-of-bounds 'tbl_iqcal_gainparams_nphy' access. Compile tested only. Found by Linux Verification Center (linuxtesting.org) with SVACE. The Linux kernel CVE team has assigned CVE-2024-58014 to this issue. Affected and fixed versions =========================== Fixed in 6.1.129 with commit ada9df08b3ef683507e75b92f522fb659260147f Fixed in 6.6.78 with commit 093286c33409bf38896f2dab0c0bb6ca388afb33 Fixed in 6.12.14 with commit c27ce584d274f6ad3cba2294497de824a3c66646 Fixed in 6.13.3 with commit 6f6e293246dc1f5b2b6b3d0f2d757598489cda79 Fixed in 6.14-rc1 with commit 3f4a0948c3524ae50f166dbc6572a3296b014e62 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-58014 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/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.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/ada9df08b3ef683507e75b92f522fb659260147f https://git.kernel.org/stable/c/093286c33409bf38896f2dab0c0bb6ca388afb33 https://git.kernel.org/stable/c/c27ce584d274f6ad3cba2294497de824a3c66646 https://git.kernel.org/stable/c/6f6e293246dc1f5b2b6b3d0f2d757598489cda79 https://git.kernel.org/stable/c/3f4a0948c3524ae50f166dbc6572a3296b014e62