Security Advisory

CVE-2023-52472

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-02-25 08:16:34
Last updated 2026-05-11 19:27:58
Assigner Linux
State PUBLISHED

Description

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 cant actually fail in current kernels, but adding a check is very simple and makes the static checkers happy.