CVE-2026-63074

Source
https://cve.org/CVERecord?id=CVE-2026-63074
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-63074.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-63074
Downstream
Related
Published
2026-08-25T12:59:58.278Z
Modified
2026-08-30T08:17:26.896601Z
Severity
  • 5.9 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
CMP Indefinite Cache Growth of ExtraCerts
Details

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 OSSLCMPCTX 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 OSSLCMPCTX 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.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/63xxx/CVE-2026-63074.json",
    "cwe_ids": [
        "CWE-770"
    ],
    "cna_assigner": "openssl"
}
References

Affected packages

Git / github.com/openssl/openssl

Affected ranges

Type
GIT
Repo
https://github.com/openssl/openssl
Events
Database specific
Show details
{
    "source": [
        "AFFECTED_FIELD",
        "REFERENCES"
    ],
    "extracted_events": [
        {
            "introduced": "4.0.0"
        },
        {
            "fixed": "4.0.2"
        },
        {
            "introduced": "3.6.0"
        },
        {
            "fixed": "3.6.4"
        },
        {
            "introduced": "3.5.0"
        },
        {
            "fixed": "3.5.8"
        },
        {
            "introduced": "3.4.0"
        },
        {
            "fixed": "3.4.7"
        },
        {
            "introduced": "3.0.0"
        },
        {
            "fixed": "3.0.22"
        }
    ]
}

Affected versions

3.*
3.0-POST-CLANG-FORMAT-WEBKIT
3.0-PRE-CLANG-FORMAT-WEBKIT
3.4-POST-CLANG-FORMAT-WEBKIT
3.4-PRE-CLANG-FORMAT-WEBKIT
3.5-POST-CLANG-FORMAT-WEBKIT
3.5-PRE-CLANG-FORMAT-WEBKIT
3.6-POST-CLANG-FORMAT-WEBKIT
3.6-PRE-CLANG-FORMAT-WEBKIT
openssl-3.*
openssl-3.0.0
openssl-3.0.1
openssl-3.0.10
openssl-3.0.11
openssl-3.0.12
openssl-3.0.13
openssl-3.0.14
openssl-3.0.15
openssl-3.0.16
openssl-3.0.17
openssl-3.0.18
openssl-3.0.19
openssl-3.0.2
openssl-3.0.20
openssl-3.0.21
openssl-3.0.3
openssl-3.0.4
openssl-3.0.5
openssl-3.0.6
openssl-3.0.7
openssl-3.0.8
openssl-3.0.9
openssl-3.4.0
openssl-3.4.1
openssl-3.4.2
openssl-3.4.3
openssl-3.4.4
openssl-3.4.5
openssl-3.4.6
openssl-3.5.0
openssl-3.5.1
openssl-3.5.2
openssl-3.5.3
openssl-3.5.4
openssl-3.5.5
openssl-3.5.6
openssl-3.5.7
openssl-3.6.0
openssl-3.6.1
openssl-3.6.2
openssl-3.6.3
openssl-4.*
openssl-4.0.0
openssl-4.0.1

Database specific

vanir_signatures
[
    {
        "id": "CVE-2026-63074-00df861d",
        "target": {
            "file": "crypto/cmp/cmp_vfy.c"
        },
        "deprecated": false,
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "182526295233197469618998448138373542137",
                "52294412377602214152477644038686859651",
                "337057600364763420630647966480096245074",
                "20938589792794060549101649177844741483"
            ]
        },
        "signature_version": "v1",
        "source": "https://github.com/openssl/openssl/commit/01e567978a55fba18142a230380c31296049fae7",
        "signature_type": "Line"
    },
    {
        "id": "CVE-2026-63074-052dae89",
        "target": {
            "function": "ossl_cmp_msg_check_update",
            "file": "crypto/cmp/cmp_vfy.c"
        },
        "deprecated": false,
        "digest": {
            "function_hash": "279102892550252166815028211680108466766",
            "length": 3337.0
        },
        "signature_version": "v1",
        "source": "https://github.com/openssl/openssl/commit/f636f9ca0fa1bae5b42f9e787f025c96fb09c43a",
        "signature_type": "Function"
    },
    {
        "id": "CVE-2026-63074-09947d5e",
        "target": {
            "file": "crypto/cmp/cmp_vfy.c"
        },
        "deprecated": false,
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "182526295233197469618998448138373542137",
                "52294412377602214152477644038686859651",
                "337057600364763420630647966480096245074",
                "20938589792794060549101649177844741483"
            ]
        },
        "signature_version": "v1",
        "source": "https://github.com/openssl/openssl/commit/74ae7f6df47a5767c1010b88c47507dfc5b32c46",
        "signature_type": "Line"
    },
    {
        "id": "CVE-2026-63074-1a67ed40",
        "target": {
            "function": "ossl_cmp_msg_check_update",
            "file": "crypto/cmp/cmp_vfy.c"
        },
        "deprecated": false,
        "digest": {
            "function_hash": "153003031975101753798503855395244201940",
            "length": 3446.0
        },
        "signature_version": "v1",
        "source": "https://github.com/openssl/openssl/commit/74ae7f6df47a5767c1010b88c47507dfc5b32c46",
        "signature_type": "Function"
    },
    {
        "id": "CVE-2026-63074-2289b581",
        "target": {
            "function": "ossl_cmp_msg_check_update",
            "file": "crypto/cmp/cmp_vfy.c"
        },
        "deprecated": false,
        "digest": {
            "function_hash": "279102892550252166815028211680108466766",
            "length": 3337.0
        },
        "signature_version": "v1",
        "source": "https://github.com/openssl/openssl/commit/01e567978a55fba18142a230380c31296049fae7",
        "signature_type": "Function"
    },
    {
        "id": "CVE-2026-63074-616a3128",
        "target": {
            "file": "crypto/cmp/cmp_vfy.c"
        },
        "deprecated": false,
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "325520375324768987849368585957293043678",
                "314071128970420486885879230541869408451",
                "192520117498160096896977863692639628508",
                "170133486000884841677862578094672581153",
                "114656163859773544309766892813834121391",
                "177545814133455095067813487163142752351",
                "205260989094848815623541391948517372404",
                "46430816374722625377905416651903088189",
                "20721406961224375978842013209627573088",
                "136713841320836602804909734454019919688",
                "107150819681621843433677637044562101393",
                "259764206162133711889170419314043624715",
                "111225833434909456473501826658791779423",
                "128220716138922452373879061038356885723",
                "161982654558495776299780592521107397625",
                "847984586448889741239736864988196956",
                "160326271723249801259098441352594533009",
                "25426750152445829300417599648533657716"
            ]
        },
        "signature_version": "v1",
        "source": "https://github.com/openssl/openssl/commit/21a5d9658b0c66daace60e10ea18ff32a448de9f",
        "signature_type": "Line"
    },
    {
        "id": "CVE-2026-63074-a62e63ca",
        "target": {
            "function": "ossl_cmp_msg_check_update",
            "file": "crypto/cmp/cmp_vfy.c"
        },
        "deprecated": false,
        "digest": {
            "function_hash": "279102892550252166815028211680108466766",
            "length": 3337.0
        },
        "signature_version": "v1",
        "source": "https://github.com/openssl/openssl/commit/75360af9650d4e0c82ba0050c5c9912cd79e54af",
        "signature_type": "Function"
    },
    {
        "id": "CVE-2026-63074-b2b3abde",
        "target": {
            "file": "crypto/cmp/cmp_vfy.c"
        },
        "deprecated": false,
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "182526295233197469618998448138373542137",
                "52294412377602214152477644038686859651",
                "337057600364763420630647966480096245074",
                "20938589792794060549101649177844741483"
            ]
        },
        "signature_version": "v1",
        "source": "https://github.com/openssl/openssl/commit/f636f9ca0fa1bae5b42f9e787f025c96fb09c43a",
        "signature_type": "Line"
    },
    {
        "id": "CVE-2026-63074-bed8cf4d",
        "target": {
            "file": "crypto/cmp/cmp_vfy.c"
        },
        "deprecated": false,
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "182526295233197469618998448138373542137",
                "52294412377602214152477644038686859651",
                "337057600364763420630647966480096245074",
                "20938589792794060549101649177844741483"
            ]
        },
        "signature_version": "v1",
        "source": "https://github.com/openssl/openssl/commit/75360af9650d4e0c82ba0050c5c9912cd79e54af",
        "signature_type": "Line"
    },
    {
        "id": "CVE-2026-63074-fe8834d7",
        "target": {
            "function": "ossl_cmp_msg_check_update",
            "file": "crypto/cmp/cmp_vfy.c"
        },
        "deprecated": false,
        "digest": {
            "function_hash": "295560803215815251077113155247870041201",
            "length": 2924.0
        },
        "signature_version": "v1",
        "source": "https://github.com/openssl/openssl/commit/21a5d9658b0c66daace60e10ea18ff32a448de9f",
        "signature_type": "Function"
    }
]
source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-63074.json"
vanir_signatures_modified
"2026-08-30T08:17:26Z"