Bugzilla – Bug 1225269
VUL-0: REJECTED: CVE-2023-52820: kernel: drm_lease.c: copy user-array safely
Last modified: 2024-05-24 15:47:22 UTC
In the Linux kernel, the following vulnerability has been resolved: drm_lease.c: copy user-array safely Currently, there is no overflow-check with memdup_user(). Use the new function memdup_array_user() instead of memdup_user() for duplicating the user-space array safely. References: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2023-52820 https://git.kernel.org/pub/scm/linux/security/vulns.git/plain/cve/published/2023/CVE-2023-52820.mbox https://git.kernel.org/stable/c/0f5f56745188b06f13509e5054231cb7a4cb047d https://git.kernel.org/stable/c/301e597e7b81efa307dd0969ff8f2af9d7b9064e https://git.kernel.org/stable/c/ea42bc330723644a0bd01d7124a601ab60b27747 https://git.kernel.org/stable/c/f37d63e219c39199a59b8b8a211412ff27192830 https://www.cve.org/CVERecord?id=CVE-2023-52820 https://bugzilla.redhat.com/show_bug.cgi?id=2282688
CVE is rejected: https://lore.kernel.org/linux-cve-announce/2024052441-REJECTED-db42@gregkh/