CVE-2026-63074
Last modified
CVE-2026-63074 is a medium-severity vulnerability rated 5.9/10 on the CVSS scale. 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. EPSS estimates a 0.49% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| OpenSSL | OpenSSL | >= 4.0.0, < 4.0.2; >= 3.6.0, < 3.6.4; >= 3.5.0, < 3.5.8; >= 3.4.0, < 3.4.7; >= 3.0.0, < 3.0.22 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-63074?
How severe is CVE-2026-63074?
How do I fix CVE-2026-63074?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-6305Heap buffer overflow in PDFium in Google Chrome prior to 147…8.8
- CVE-2026-6306Heap buffer overflow in PDFium in Google Chrome prior to 147…8.8
- CVE-2026-6307Type Confusion in Turbofan in Google Chrome prior to 147.0.7…8.8
- CVE-2026-63071Improper Isolation or Compartmentalization vulnerability in …9.8
- CVE-2026-63072Issue summary: OpenSSL CMS decryption sizes the key-unwrap o…7.5
- CVE-2026-63073Issue summary: OpenSSL CMP response validation passed an une…9.8
- CVE-2026-63075Issue summary: When OpenSSL processes QUIC traffic from a pe…7.5
- CVE-2026-63076Issue summary: OpenSSL CMP password based protection verific…7.5
- CVE-2026-63077In JetBrains TeamCity before 2026.1.3, 2025.11.7 unauthentic…9.8
- CVE-2026-6308Out of bounds read in Media in Google Chrome prior to 147.0.…7.5
- CVE-2026-63080Aptabase through commit 5a89368 contains a SQL injection vul…7.1
- CVE-2026-63081Perfect Support Ticketing & Document Management System throu…5.4
Are you affected by CVE-2026-63074?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
