CVE-2026-63074
Vulnerability Summary
Timeline
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.
CVSS Metrics
- v3.1•MEDIUM•Score: 5.9CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
EPSS Trends
Current EPSS score: 0.50%• Percentile: 42%
Techniques & Countermeasures
- CWE-770•Allocation of Resources Without Limits or Throttling
The product allocates a reusable resource or group of resources on behalf of an actor without imposing any intended restrictions on the size or number of resources that can be allocated.
Affected Systems
- alpine•openssl
< 3.5.8-r0 | < 3.5.8-r0 | < 3.5.8-r0 | ≥ 3.0.0, < 3.5.8-r0 | ≥ 3.0.0, < 3.5.8-r0 | ≥ 3.0.0, < 3.5.8-r0
- chainguard•eco-python-openssl-4
all | < 4.0.2-r0
- chainguard•eco-python-openssl-4-pyca
all | < 4.0.2-r0
- chainguard•eco-python-openssl-4-pyca-dev
all | < 4.0.2-r0
- chainguard•openssl-provider-fips-3.4.0
all
- chainguard•openssl-provider-fips-3.4.0-dbg
all
- chainguard•openssl-provider-fips-3.6.0
all
- chainguard•openssl-provider-fips-3.6.0-dbg
all | < 0
- debian•openssl
all | all | all | < 3.5.7-1~deb13u2 | < 3.6.4-1
- ubuntu•edk2
all | all
- ubuntu•edk2-hwe
all
- ubuntu•nodejs
all
- ubuntu•openssl
< 3.0.2-0ubuntu1.29 | all | < 3.0.2-0ubuntu1.29+Fips1 | < 3.0.13-0ubuntu3.15 | < 3.5.5-1ubuntu3.4
- ubuntu•openssl-fips
all | < 3.0.13-0ubuntu3.15+Fips1
- openssl•openssl
≥ 3.0.0, < 3.0.22 | ≥ 3.4.0, < 3.4.7 | ≥ 3.5.0, < 3.5.8 | ≥ 3.6.0, < 3.6.4 | ≥ 4.0.0, < 4.0.2
References (14)
- https://openssl-library.org/news/secadv/20260825.txt
- https://github.com/openssl/openssl/commit/74ae7f6df47a5767c1010b88c47507dfc5b32c46
- https://github.com/openssl/openssl/commit/01e567978a55fba18142a230380c31296049fae7
- https://github.com/openssl/openssl/commit/75360af9650d4e0c82ba0050c5c9912cd79e54af
- https://github.com/openssl/openssl/commit/f636f9ca0fa1bae5b42f9e787f025c96fb09c43a
- https://github.com/openssl/openssl/commit/21a5d9658b0c66daace60e10ea18ff32a448de9f
- https://security-tracker.debian.org/tracker/CVE-2026-63074
- https://ubuntu.com/security/CVE-2026-63074
- https://www.cve.org/CVERecord?id=CVE-2026-63074
- https://ubuntu.com/security/notices/USN-8678-1
- https://security.alpinelinux.org/vuln/CVE-2026-63074
- https://ubuntu.com/security/notices/USN-8678-2
- https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/63xxx/CVE-2026-63074.json
- https://nvd.nist.gov/vuln/detail/CVE-2026-63074