CVE-2026-63073
Last modified
CVE-2026-63073 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. Issue summary: OpenSSL CMP response validation passed an unexpected response sender distinguished name directly as the format string to `ERR_raise_data()`. Impact summary: A malicious or intercepted CMP endpoint can crash a CMP client that enforces an expected sender or uses a pinned server certificate whose subject becomes the default expected sender. CWE: CWE-134 (Use of Externally-Controlled Format String) Description: When validating a received CMP message, ossl_cmp_msg_check_update() converts the peer-supplied sender distinguished name with X509_NAME_oneline() and passes it directly as the format argument to ERR_raise_data(). Percent characters survive the conversion, so a sender DN such as "CN=%s%n" reaches BIO_vsnprintf() as an attacker-controlled format string with no matching variadic arguments. EPSS estimates a 0.41% chance of exploitation in the next 30 days.
Description
Issue summary: OpenSSL CMP response validation passed an unexpected response sender distinguished name directly as the format string to `ERR_raise_data()`. Impact summary: A malicious or intercepted CMP endpoint can crash a CMP client that enforces an expected sender or uses a pinned server certificate whose subject becomes the default expected sender. CWE: CWE-134 (Use of Externally-Controlled Format String) Description: When validating a received CMP message, ossl_cmp_msg_check_update() converts the peer-supplied sender distinguished name with X509_NAME_oneline() and passes it directly as the format argument to ERR_raise_data(). Percent characters survive the conversion, so a sender DN such as "CN=%s%n" reaches BIO_vsnprintf() as an attacker-controlled format string with no matching variadic arguments. This path is only reached when the caller configures an expected sender or pins a server certificate, which is the normal configuration for a CMP client validating server responses. Since the attacker controls the format string but none of the variadic arguments, such specifiers as %s and %n dereference or write through unrelated stack contents and crash the client. The reliable consequence is a denial of service, when the response comes from a malicious or intercepted CMP endpoint. There is no controlled memory write, arbitrary-address read, or reliable path to remote code execution. FIPS impact: no No FIPS modules are affected by this issue, as the CMP protocol implementation is outside the OpenSSL FIPS module boundary.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/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 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-63073?
How severe is CVE-2026-63073?
How do I fix CVE-2026-63073?
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-63048Joomla Extension - joomlack.fr - Improper access control in …9.4
- 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-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-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
Are you affected by CVE-2026-63073?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
