| From bippy-5f407fcff5a0 Mon Sep 17 00:00:00 2001 |
| From: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
| To: <linux-cve-announce@vger.kernel.org> |
| Reply-to: <cve@kernel.org>, <linux-kernel@vger.kernel.org> |
| Subject: CVE-2024-43849: soc: qcom: pdr: protect locator_addr with the main mutex |
| |
| Description |
| =========== |
| |
| In the Linux kernel, the following vulnerability has been resolved: |
| |
| soc: qcom: pdr: protect locator_addr with the main mutex |
| |
| If the service locator server is restarted fast enough, the PDR can |
| rewrite locator_addr fields concurrently. Protect them by placing |
| modification of those fields under the main pdr->lock. |
| |
| The Linux kernel CVE team has assigned CVE-2024-43849 to this issue. |
| |
| |
| Affected and fixed versions |
| =========================== |
| |
| Issue introduced in 5.7 with commit fbe639b44a82755d639df1c5d147c93f02ac5a0f and fixed in 5.10.224 with commit eab05737ee22216250fe20d27f5a596da5ea6eb7 |
| Issue introduced in 5.7 with commit fbe639b44a82755d639df1c5d147c93f02ac5a0f and fixed in 5.15.165 with commit d0870c4847e77a49c2f91bb2a8e0fa3c1f8dea5c |
| Issue introduced in 5.7 with commit fbe639b44a82755d639df1c5d147c93f02ac5a0f and fixed in 6.1.103 with commit 475a77fb3f0e1d527f56c60b79f5879661df5b80 |
| Issue introduced in 5.7 with commit fbe639b44a82755d639df1c5d147c93f02ac5a0f and fixed in 6.6.44 with commit 3e815626d73e05152a8142f6e44aecc4133e6e08 |
| Issue introduced in 5.7 with commit fbe639b44a82755d639df1c5d147c93f02ac5a0f and fixed in 6.10.3 with commit 8543269567e2fb3d976a8255c5e348aed14f98bc |
| Issue introduced in 5.7 with commit fbe639b44a82755d639df1c5d147c93f02ac5a0f and fixed in 6.11 with commit 107924c14e3ddd85119ca43c26a4ee1056fa9b84 |
| |
| 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-43849 |
| 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/soc/qcom/pdr_interface.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/eab05737ee22216250fe20d27f5a596da5ea6eb7 |
| https://git.kernel.org/stable/c/d0870c4847e77a49c2f91bb2a8e0fa3c1f8dea5c |
| https://git.kernel.org/stable/c/475a77fb3f0e1d527f56c60b79f5879661df5b80 |
| https://git.kernel.org/stable/c/3e815626d73e05152a8142f6e44aecc4133e6e08 |
| https://git.kernel.org/stable/c/8543269567e2fb3d976a8255c5e348aed14f98bc |
| https://git.kernel.org/stable/c/107924c14e3ddd85119ca43c26a4ee1056fa9b84 |