


Perceptive Security
SOC/SIEM Consultancy

Issue summary: A malicious TLS server can cause a memory leak in a TLS
client that has enabled OCSP response checking by sending an OCSP
response that contains …
Published:
5 August 2026 at 00:00:00
Alert date:
5 August 2026 at 23:03:13
Source:
nvd.nist.gov
Network Infrastructure, Web Technologies
CVE-2026-54876 describes a memory leak vulnerability in OpenSSL affecting TLS clients that have enabled OCSP response checking. A malicious TLS server can send a BasicOCSPResponse with an empty SEQUENCE OF SingleResponse, causing the OCSP_BASICRESP structure to not be freed due to an early return bypassing cleanup code. The attacker can amplify the memory leak by padding bogus certificates into the response. Repeated connections to a malicious server can exhaust client memory over time, resulting in a Denial of Service. The vulnerability is classified under CWE-401 (Missing Release of Memory after Effective Lifetime). OCSP response checking is not enabled by default, so only clients explicitly using X509_V_FLAG_OCSP_RESP_CHECK or X509_V_FLAG_OCSP_RESP_CHECK_ALL flags are affected. FIPS modules in OpenSSL 4.0 and 3.6 are not impacted as the affected code lies outside the FIPS module boundary. Patches have been committed to the OpenSSL GitHub repository.
Technical details
Mitigation steps:
Affected products:
OpenSSL
Related links:
https://nvd.nist.gov/vuln/detail/CVE-2026-54876
https://github.com/openssl/openssl/commit/155b5fe0f93365e6df1c56ee3606b121080c6c12
https://github.com/openssl/openssl/commit/d8c51048ac037a21bae0f41cad7a3920dc7f3638
https://openssl-library.org/news/secadv/20260805.txt
http://www.openwall.com/lists/oss-security/2026/08/05/8
Related CVE's:
Related threat actors:
IOC's:
This article was created with the assistance of AI technology by Perceptive.
