| From bippy-1.2.0 Mon Sep 17 00:00:00 2001 |
| From: Greg Kroah-Hartman <gregkh@kernel.org> |
| To: <linux-cve-announce@vger.kernel.org> |
| Reply-to: <cve@kernel.org>, <linux-kernel@vger.kernel.org> |
| Subject: CVE-2024-38541: of: module: add buffer overflow check in of_modalias() |
| |
| Description |
| =========== |
| |
| In the Linux kernel, the following vulnerability has been resolved: |
| |
| of: module: add buffer overflow check in of_modalias() |
| |
| In of_modalias(), if the buffer happens to be too small even for the 1st |
| snprintf() call, the len parameter will become negative and str parameter |
| (if not NULL initially) will point beyond the buffer's end. Add the buffer |
| overflow check after the 1st snprintf() call and fix such check after the |
| strlen() call (accounting for the terminating NUL char). |
| |
| The Linux kernel CVE team has assigned CVE-2024-38541 to this issue. |
| |
| |
| Affected and fixed versions |
| =========================== |
| |
| Issue introduced in 4.14 with commit bc575064d688c8933a6ca51429bea9bc63628d3b and fixed in 5.4.294 with commit 46795440ef2b4ac919d09310a69a404c5bc90a88 |
| Issue introduced in 4.14 with commit bc575064d688c8933a6ca51429bea9bc63628d3b and fixed in 5.10.238 with commit 733e62786bdf1b2b9dbb09ba2246313306503414 |
| Issue introduced in 4.14 with commit bc575064d688c8933a6ca51429bea9bc63628d3b and fixed in 5.15.182 with commit c7f24b7d94549ff4623e8f41ea4d9f5319bd8ac8 |
| Issue introduced in 4.14 with commit bc575064d688c8933a6ca51429bea9bc63628d3b and fixed in 6.1.136 with commit 5d59fd637a8af42b211a92b2edb2474325b4d488 |
| Issue introduced in 4.14 with commit bc575064d688c8933a6ca51429bea9bc63628d3b and fixed in 6.6.33 with commit 0b0d5701a8bf02f8fee037e81aacf6746558bfd6 |
| Issue introduced in 4.14 with commit bc575064d688c8933a6ca51429bea9bc63628d3b and fixed in 6.8.12 with commit ee332023adfd5882808f2dabf037b32d6ce36f9e |
| Issue introduced in 4.14 with commit bc575064d688c8933a6ca51429bea9bc63628d3b and fixed in 6.9.3 with commit e45b69360a63165377b30db4a1dfddd89ca18e9a |
| Issue introduced in 4.14 with commit bc575064d688c8933a6ca51429bea9bc63628d3b and fixed in 6.10 with commit cf7385cb26ac4f0ee6c7385960525ad534323252 |
| |
| 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-38541 |
| 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/of/module.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/46795440ef2b4ac919d09310a69a404c5bc90a88 |
| https://git.kernel.org/stable/c/733e62786bdf1b2b9dbb09ba2246313306503414 |
| https://git.kernel.org/stable/c/c7f24b7d94549ff4623e8f41ea4d9f5319bd8ac8 |
| https://git.kernel.org/stable/c/5d59fd637a8af42b211a92b2edb2474325b4d488 |
| https://git.kernel.org/stable/c/0b0d5701a8bf02f8fee037e81aacf6746558bfd6 |
| https://git.kernel.org/stable/c/ee332023adfd5882808f2dabf037b32d6ce36f9e |
| https://git.kernel.org/stable/c/e45b69360a63165377b30db4a1dfddd89ca18e9a |
| https://git.kernel.org/stable/c/cf7385cb26ac4f0ee6c7385960525ad534323252 |