| 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-2023-52869: pstore/platform: Add check for kstrdup |
| |
| Description |
| =========== |
| |
| In the Linux kernel, the following vulnerability has been resolved: |
| |
| pstore/platform: Add check for kstrdup |
| |
| Add check for the return value of kstrdup() and return the error |
| if it fails in order to avoid NULL pointer dereference. |
| |
| The Linux kernel CVE team has assigned CVE-2023-52869 to this issue. |
| |
| |
| Affected and fixed versions |
| =========================== |
| |
| Issue introduced in 5.8 with commit 563ca40ddf400dbf8c6254077f9b6887101d0f08 and fixed in 5.10.201 with commit bb166bdae1a7d7db30e9be7e6ccaba606debc05f |
| Issue introduced in 5.8 with commit 563ca40ddf400dbf8c6254077f9b6887101d0f08 and fixed in 5.15.139 with commit 379b120e4f27fd1cf636a5f85570c4d240a3f688 |
| Issue introduced in 5.8 with commit 563ca40ddf400dbf8c6254077f9b6887101d0f08 and fixed in 6.1.63 with commit 63f637309baadf81a095f2653e3b807d4b5814b9 |
| Issue introduced in 5.8 with commit 563ca40ddf400dbf8c6254077f9b6887101d0f08 and fixed in 6.5.12 with commit 1c426da79f9fc7b761021b5eb44185ba119cd44a |
| Issue introduced in 5.8 with commit 563ca40ddf400dbf8c6254077f9b6887101d0f08 and fixed in 6.6.2 with commit ad5cb6deb41417ef41b9d6ff54f789212108606f |
| Issue introduced in 5.8 with commit 563ca40ddf400dbf8c6254077f9b6887101d0f08 and fixed in 6.7 with commit a19d48f7c5d57c0f0405a7d4334d1d38fe9d3c1c |
| |
| 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-2023-52869 |
| 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: |
| fs/pstore/platform.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/bb166bdae1a7d7db30e9be7e6ccaba606debc05f |
| https://git.kernel.org/stable/c/379b120e4f27fd1cf636a5f85570c4d240a3f688 |
| https://git.kernel.org/stable/c/63f637309baadf81a095f2653e3b807d4b5814b9 |
| https://git.kernel.org/stable/c/1c426da79f9fc7b761021b5eb44185ba119cd44a |
| https://git.kernel.org/stable/c/ad5cb6deb41417ef41b9d6ff54f789212108606f |
| https://git.kernel.org/stable/c/a19d48f7c5d57c0f0405a7d4334d1d38fe9d3c1c |