#VU62768 Uncontrolled Memory Allocation in OpenSSL - CVE-2022-1473

 

#VU62768 Uncontrolled Memory Allocation in OpenSSL - CVE-2022-1473

Published: May 3, 2022 / Updated: October 28, 2023


Vulnerability identifier: #VU62768
Vulnerability risk: Low
CVSSv4.0: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:U/U:Clear
CVE-ID: CVE-2022-1473
CWE-ID: CWE-789
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vulnerable software:
OpenSSL
Software vendor:
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.


Remediation

Install updates from vendor's website.

External links