| 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-2022-49250: ASoC: codecs: rx-macro: fix accessing compander for aux |
| |
| Description |
| =========== |
| |
| In the Linux kernel, the following vulnerability has been resolved: |
| |
| ASoC: codecs: rx-macro: fix accessing compander for aux |
| |
| AUX interpolator does not have compander, so check before accessing |
| compander data for this. |
| |
| Without this checkan array of out bounds access will be made in |
| comp_enabled[] array. |
| |
| The Linux kernel CVE team has assigned CVE-2022-49250 to this issue. |
| |
| |
| Affected and fixed versions |
| =========================== |
| |
| Issue introduced in 5.12 with commit 4f692926f562ff48abfcca6b16f36ff8d57473b6 and fixed in 5.15.33 with commit 9208ecc703b5ed5b12d7ea13c79207f4c8456638 |
| Issue introduced in 5.12 with commit 4f692926f562ff48abfcca6b16f36ff8d57473b6 and fixed in 5.16.19 with commit 87a2b44cb3005d30c3a72234d1e47b03ae3bb29a |
| Issue introduced in 5.12 with commit 4f692926f562ff48abfcca6b16f36ff8d57473b6 and fixed in 5.17.2 with commit 6aa8ef9535dbd561293406608ebe791627b10196 |
| Issue introduced in 5.12 with commit 4f692926f562ff48abfcca6b16f36ff8d57473b6 and fixed in 5.18 with commit 42c709c4e1ce4c136891530646c9abd5dff3524f |
| |
| 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-2022-49250 |
| 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: |
| sound/soc/codecs/lpass-rx-macro.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/9208ecc703b5ed5b12d7ea13c79207f4c8456638 |
| https://git.kernel.org/stable/c/87a2b44cb3005d30c3a72234d1e47b03ae3bb29a |
| https://git.kernel.org/stable/c/6aa8ef9535dbd561293406608ebe791627b10196 |
| https://git.kernel.org/stable/c/42c709c4e1ce4c136891530646c9abd5dff3524f |