| 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-43871: devres: Fix memory leakage caused by driver API devm_free_percpu() |
| |
| Description |
| =========== |
| |
| In the Linux kernel, the following vulnerability has been resolved: |
| |
| devres: Fix memory leakage caused by driver API devm_free_percpu() |
| |
| It will cause memory leakage when use driver API devm_free_percpu() |
| to free memory allocated by devm_alloc_percpu(), fixed by using |
| devres_release() instead of devres_destroy() within devm_free_percpu(). |
| |
| The Linux kernel CVE team has assigned CVE-2024-43871 to this issue. |
| |
| |
| Affected and fixed versions |
| =========================== |
| |
| Issue introduced in 4.10 with commit ff86aae3b4112b85d2231c23bccbc49589df1c06 and fixed in 4.19.320 with commit 700e8abd65b10792b2f179ce4e858f2ca2880f85 |
| Issue introduced in 4.10 with commit ff86aae3b4112b85d2231c23bccbc49589df1c06 and fixed in 5.4.282 with commit b044588a16a978cd891cb3d665dd7ae06850d5bf |
| Issue introduced in 4.10 with commit ff86aae3b4112b85d2231c23bccbc49589df1c06 and fixed in 5.10.224 with commit ef56dcdca8f2a53abc3a83d388b8336447533d85 |
| Issue introduced in 4.10 with commit ff86aae3b4112b85d2231c23bccbc49589df1c06 and fixed in 5.15.165 with commit 3047f99caec240a88ccd06197af2868da1af6a96 |
| Issue introduced in 4.10 with commit ff86aae3b4112b85d2231c23bccbc49589df1c06 and fixed in 6.1.103 with commit 3dcd0673e47664bc6c719ad47dadac6d55d5950d |
| Issue introduced in 4.10 with commit ff86aae3b4112b85d2231c23bccbc49589df1c06 and fixed in 6.6.44 with commit b67552d7c61f52f1271031adfa7834545ae99701 |
| Issue introduced in 4.10 with commit ff86aae3b4112b85d2231c23bccbc49589df1c06 and fixed in 6.10.3 with commit 95065edb8ebb27771d5f1e898eef6ab43dc6c87c |
| Issue introduced in 4.10 with commit ff86aae3b4112b85d2231c23bccbc49589df1c06 and fixed in 6.11 with commit bd50a974097bb82d52a458bd3ee39fb723129a0c |
| |
| 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-43871 |
| 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/base/devres.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/700e8abd65b10792b2f179ce4e858f2ca2880f85 |
| https://git.kernel.org/stable/c/b044588a16a978cd891cb3d665dd7ae06850d5bf |
| https://git.kernel.org/stable/c/ef56dcdca8f2a53abc3a83d388b8336447533d85 |
| https://git.kernel.org/stable/c/3047f99caec240a88ccd06197af2868da1af6a96 |
| https://git.kernel.org/stable/c/3dcd0673e47664bc6c719ad47dadac6d55d5950d |
| https://git.kernel.org/stable/c/b67552d7c61f52f1271031adfa7834545ae99701 |
| https://git.kernel.org/stable/c/95065edb8ebb27771d5f1e898eef6ab43dc6c87c |
| https://git.kernel.org/stable/c/bd50a974097bb82d52a458bd3ee39fb723129a0c |