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
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-02-26 16:27
Updated : 2024-04-17 18:47
NVD link : CVE-2023-52472
Mitre link : CVE-2023-52472
CVE.ORG link : CVE-2023-52472
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference