Bugzilla – Bug 1220427
VUL-0: CVE-2023-52472: kernel: crypto: rsa - add a check for allocation failure due to mpi_alloc()
Last modified: 2024-03-04 16:15:59 UTC
In the Linux kernel, the following vulnerability has been resolved: crypto: rsa - add a check for allocation failure Static checkers insist that the mpi_alloc() allocation can fail so add a check to prevent a NULL dereference. Small allocations like this can't actually fail in current kernels, but adding a check is very simple and makes the static checkers happy. References: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2023-52472 https://www.cve.org/CVERecord?id=CVE-2023-52472 https://lore.kernel.org/linux-cve-announce/2024022547-CVE-2023-52472-fa03@gregkh/T/#u Patch: https://git.kernel.org/stable/c/d872ca165cb67112f2841ef9c37d51ef7e63d1e4
Closing since all code stream are not affected or already patched.