CVE-2026-63076

Source
https://cve.org/CVERecord?id=CVE-2026-63076
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-63076.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-63076
Downstream
Related
Published
2026-08-25T13:00:11.218Z
Modified
2026-08-30T08:17:27.162707Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
Invalid Pointer Dereference in CMP Server via Crafted protectionAlg
Details

Issue summary: OpenSSL CMP password based protection verification only checks whether the protectionAlg parameter was not NULL and not its ASN.1 type, before treating it as a PBMParameter. A crafted message can contain a parameter of a different type, which is then dereferenced as an invalid pointer.

Impact summary: A remote, unauthenticated attacker can crash an application acting as a CMP server that accepts PBM-protected messages, or a CMP client talking to a malicious or intercepted CMP server, resulting in a Denial of Service.

CWE: CWE-476: NULL Pointer Dereference

Description: When verifying the password-based MAC protection of a CMP message, OpenSSL library reads the protectionAlg algorithm parameter with X509ALGORget0(), which returns both the parameter type and its value pointer. The value is then cast to an ASN1STRING and treated as the expected PBMParameter after only checking that pointer is not NULL. The parameter type returned by X509ALGOR_get0() was never consulted.

This happens during protection verification, before any MAC is computed, so no knowledge of the PBM shared secret is required; the only precondition is that PBM verification is reachable. On the server side this is reached from OSSLCMPSRVprocessrequest() for any application that stands up a CMP server accepting PBM-protected messages, and on the client side from CMP response validation against a malicious or on-path (MITM) server. The reliable consequence is a denial of service; there is no memory disclosure, no controlled memory write, and no path to code execution. CMP is a specialized feature that an application must explicitly enable.

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-63076.json",
    "cwe_ids": [
        "CWE-476"
    ],
    "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-63076-6da1632b",
        "target": {
            "function": "ossl_cmp_calc_protection",
            "file": "crypto/cmp/cmp_protect.c"
        },
        "deprecated": false,
        "digest": {
            "function_hash": "106587459071139848616027292385591674687",
            "length": 2226.0
        },
        "signature_version": "v1",
        "source": "https://github.com/openssl/openssl/commit/a1f348ccb328c3afbd4ba6883f9b7c813c043259",
        "signature_type": "Function"
    },
    {
        "id": "CVE-2026-63076-81bd0ce4",
        "target": {
            "file": "crypto/cmp/cmp_protect.c"
        },
        "deprecated": false,
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "89468342301851265665889764551945748234",
                "154015450110099968683859733324895660673",
                "99937134846491295684936526173010685312",
                "69426374678207311866996959622545977209"
            ]
        },
        "signature_version": "v1",
        "source": "https://github.com/openssl/openssl/commit/a17cc8d612ecff6d94a9b7ca8b5283ddf5ff570e",
        "signature_type": "Line"
    },
    {
        "id": "CVE-2026-63076-a910a821",
        "target": {
            "file": "crypto/cmp/cmp_protect.c"
        },
        "deprecated": false,
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "89468342301851265665889764551945748234",
                "154015450110099968683859733324895660673",
                "99937134846491295684936526173010685312",
                "69426374678207311866996959622545977209"
            ]
        },
        "signature_version": "v1",
        "source": "https://github.com/openssl/openssl/commit/37882aa2e0256e1072442a8f62f7db45b995c45b",
        "signature_type": "Line"
    },
    {
        "id": "CVE-2026-63076-bacf5626",
        "target": {
            "function": "ossl_cmp_calc_protection",
            "file": "crypto/cmp/cmp_protect.c"
        },
        "deprecated": false,
        "digest": {
            "function_hash": "66919414319172588973685798552640721673",
            "length": 2312.0
        },
        "signature_version": "v1",
        "source": "https://github.com/openssl/openssl/commit/37882aa2e0256e1072442a8f62f7db45b995c45b",
        "signature_type": "Function"
    },
    {
        "id": "CVE-2026-63076-c8d62d1b",
        "target": {
            "function": "ossl_cmp_calc_protection",
            "file": "crypto/cmp/cmp_protect.c"
        },
        "deprecated": false,
        "digest": {
            "function_hash": "134701315954662519423110214353576089201",
            "length": 2274.0
        },
        "signature_version": "v1",
        "source": "https://github.com/openssl/openssl/commit/a17cc8d612ecff6d94a9b7ca8b5283ddf5ff570e",
        "signature_type": "Function"
    },
    {
        "id": "CVE-2026-63076-d05c2c80",
        "target": {
            "file": "crypto/cmp/cmp_protect.c"
        },
        "deprecated": false,
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "89468342301851265665889764551945748234",
                "154015450110099968683859733324895660673",
                "99937134846491295684936526173010685312",
                "69426374678207311866996959622545977209"
            ]
        },
        "signature_version": "v1",
        "source": "https://github.com/openssl/openssl/commit/a1f348ccb328c3afbd4ba6883f9b7c813c043259",
        "signature_type": "Line"
    }
]
source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-63076.json"
vanir_signatures_modified
"2026-08-30T08:17:27Z"