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.
We have discovered 73,521 live websites that are affected by CVE-2026-63073.
| Product | |
| Category | Web Server Extensions |
| Vulnerable Domains | 73,521 live websites (15% of OpenSSL install base) |
| Vulnerable Versions |
|
| Vulnerable Versions Count | 17 versions ( 23% of all versions) |
| 21,048 websites | |
| 12,717 websites | |
| 8,705 websites | |
| 3,326 websites | |
| 2,593 websites | |
| 2,490 websites | |
| 2,470 websites | |
| 2,309 websites | |
| 2,196 websites | |
| 1,423 websites |
| .com | 21,765 websites |
| .nl | 9,902 websites |
| .org | 4,343 websites |
| .de | 4,178 websites |
| .edu | 3,212 websites |
| .dk | 3,042 websites |
| .net | 2,895 websites |
| .ch | 2,536 websites |
| .ca | 2,174 websites |
| .cz | 1,179 websites |
| Domain | Country | Rank | Contacts |
|---|---|---|---|
| ********.com | *,*** | ||
| *******.com | *,*** | ||
| ****.*****.net | *,*** | ||
| ****.org | *,*** | ||
| *******.com | *,*** | ||
| ***********.com | *,*** | ||
| ***.net | *,*** | ||
| ***.***********.com | *,*** | ||
| *******.org | *,*** | ||
| ***.***********.com | *,*** |
FAQ