| 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-50124: Bluetooth: ISO: Fix UAF on iso_sock_timeout |
| |
| Description |
| =========== |
| |
| In the Linux kernel, the following vulnerability has been resolved: |
| |
| Bluetooth: ISO: Fix UAF on iso_sock_timeout |
| |
| conn->sk maybe have been unlinked/freed while waiting for iso_conn_lock |
| so this checks if the conn->sk is still valid by checking if it part of |
| iso_sk_list. |
| |
| The Linux kernel CVE team has assigned CVE-2024-50124 to this issue. |
| |
| |
| Affected and fixed versions |
| =========================== |
| |
| Issue introduced in 6.0 with commit ccf74f2390d60a2f9a75ef496d2564abb478f46a and fixed in 6.1.115 with commit 876ac72d535fa94f4ac57bba651987c6f990f646 |
| Issue introduced in 6.0 with commit ccf74f2390d60a2f9a75ef496d2564abb478f46a and fixed in 6.6.59 with commit 14bcb721d241e62fdd18f6f434a2ed2ab6e71a9b |
| Issue introduced in 6.0 with commit ccf74f2390d60a2f9a75ef496d2564abb478f46a and fixed in 6.11.6 with commit d75aad1d3143ca68cda52ff80ac392e1bbd84325 |
| Issue introduced in 6.0 with commit ccf74f2390d60a2f9a75ef496d2564abb478f46a and fixed in 6.12 with commit 246b435ad668596aa0e2bbb9d491b6413861211a |
| |
| 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-50124 |
| 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: |
| net/bluetooth/iso.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/876ac72d535fa94f4ac57bba651987c6f990f646 |
| https://git.kernel.org/stable/c/14bcb721d241e62fdd18f6f434a2ed2ab6e71a9b |
| https://git.kernel.org/stable/c/d75aad1d3143ca68cda52ff80ac392e1bbd84325 |
| https://git.kernel.org/stable/c/246b435ad668596aa0e2bbb9d491b6413861211a |