CVE-2026-63074

CMP Indefinite Cache Growth of ExtraCerts

Issue summary: The OpenSSL Certificate Management Protocol (CMP) caches additional certificates (extraCerts) sent in a CMP message, but never expunges them (for instance if they are invalid). If a server reuses an OSSL_CMP_CTX frequently, this cache of extraCerts may grow unboundedly, and a malicious client may flood a CMP server with requests driving this growth. Impact summary: Users utilizing a CMP server that reuses a single OSSL_CMP_CTX for the lifetime of a server process may observe unbounded memory growth in the event a malicious client repeatedly sends requests containing unique extra certificates, which may lead to OOM conditions. CWE: CWE-770: Allocation of Resources Without Limits or Throttling Description: If a remote user sends CMP messages to a server with a list of extraCerts and the message is rejected, the extraCerts from the message remains in the server contexts untrusted certificate stack. This exposes servers with long lived ctx objects to Denial of Service attacks in which an attacker sends messages intending to be rejected with a large list of additional certificates repeatedly, forcing the server to store them indefinitely. The issue was fixed by removing the added extra certs if the message is rejected, using the same method as when the context is configured to not do caching at all. FIPS impact: no As the CMP code lives outside the FIPS module boundary, no FIPS modules are affected by this CVE.


We have discovered 98,896 live websites that are affected by CVE-2026-63074.

Run a Free Instant Scan




Affected Software

Product  OpenSSL
Category Web Server Extensions
Vulnerable Domains98,896 live websites (20% of OpenSSL install base)
Vulnerable Versions
  • from 3 through 3.0.22
  • from 3.4 through 3.4.7
  • from 3.5 through 3.5.8
  • from 3.6 through 3.6.4
  • from 4 through 4.0.2
Vulnerable Versions Count37 versions ( 51% of all versions)


Common Weakness Enumeration

CWE-770 Allocation of Resources Without Limits or Throttling



Details

  • Published - Aug 25, 2026
  • Updated - Aug 25, 2026

Credits

  • Pavоl Žáčik (Red Hat) (reporter)
  • Neil Horman (remediation developer)

Website Distribution by Country

Number of websites using CVE-2026-63074
United States29,281 websites



Netherlands13,455 websites
Germany11,537 websites
Japan4,173 websites
Denmark3,619 websites
France3,535 websites
GB3,215 websites
Canada3,060 websites
Switzerland2,694 websites
Czech Republic2,173 websites

Website Distribution by TLD

Number of websites using CVE-2026-63074
.com30,768 websites
.nl10,518 websites
.org5,968 websites
.de5,854 websites
.net4,535 websites
.edu3,522 websites
.dk3,314 websites
.ch2,595 websites
.ca2,387 websites
.jp1,963 websites

Vulnerable Versions

Vulnerable versions are highlighted in red

Websites affected by CVE-2026-63074

Top websites that are affected by CVE-2026-63074. Please click on the "Contact us" link to get more information.
DomainCountryRankContacts
********.com United States*,***
*******.com United States*,***
****.*****.net Japan*,***
****.org United States*,***
*******.com United States*,***
***********.com Italy*,***
***.net Singapore*,***
***.***********.com United States*,***
*******.org France*,***
***.***********.com United States*,***
See full domain list

FAQ

CVE-2026-63074 is Allocation of Resources Without Limits or Throttling in OpenSSL
A total of 98,896 websites have been identified as vulnerable to CVE-2026-63074, based on global website indexing conducted by WebTechSurvey.
The OpenSSL is affected by the CVE-2026-63074 vulnerability.
OpenSSL versions up to 4.0.2 are vulnerable to CVE-2026-63074.
CVE-2026-63074 is resolved in version 4.0.2 of OpenSSL.