CVE-2026-63076
Last modified
CVE-2026-63076 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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 X509_ALGOR_get0(), which returns both the parameter type and its value pointer. EPSS estimates a 1.33% chance of exploitation in the next 30 days.
Description
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 X509_ALGOR_get0(), which returns both the parameter type and its value pointer. The value is then cast to an ASN1_STRING and treated as the expected PBMParameter after only checking that pointer is not NULL. The parameter type returned by X509_ALGOR_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 OSSL_CMP_SRV_process_request() 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.
Metrics
CVSS:3.1/AV:N/AC:L/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-63076?
How severe is CVE-2026-63076?
How do I fix CVE-2026-63076?
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-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-63074Issue summary: The OpenSSL Certificate Management Protocol (…5.9
- CVE-2026-63075Issue summary: When OpenSSL processes QUIC traffic from a pe…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
- CVE-2026-63082Perfect Support Ticketing & Document Management System throu…5.4
- CVE-2026-63083Rejected reason: This CVE ID has been rejected or withdrawn …
Are you affected by CVE-2026-63076?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
