#VU62768 Uncontrolled Memory Allocation in OpenSSL - CVE-2022-1473
Published: May 3, 2022 / Updated: October 28, 2023
OpenSSL
OpenSSL Software Foundation
Description
The vulnerability allows a remote attacker to perform denial of service (DoS) attack.
The vulnerability exists due to memory reuse is not possible in the OPENSSL_LH_flush() function, which empties a hash table when decoding certificates or keys. If a long lived process periodically decodes certificates or keys its memory usage will expand without bounds and the process might be terminated by the operating system causing a denial of service.