CVE-2026-63073

Untrusted Sender DN Used as Format String in CMP Response Validation

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.

Run a Free Instant Scan




Affected Software

Product  OpenSSL
Category Web Server Extensions
Vulnerable Domains73,521 live websites (15% of OpenSSL install base)
Vulnerable Versions
  • from 3.4 through 3.4.7
  • from 3.5 through 3.5.8
  • from 3.6 through 3.6.4
  • from 4 through 4.0.2
Vulnerable Versions Count17 versions ( 23% of all versions)



Details

  • Published - Aug 25, 2026
  • Updated - Aug 25, 2026

Credits

  • Filipe Casal (Trail of Bits) (reporter)
  • Brandon Luo (reporter)
  • TrendAI Zero Day Initiative (reporter)
  • Filipe Casal (Trail of Bits) (remediation developer)

Website Distribution by Country

Number of websites using CVE-2026-63073
United States21,048 websites



Netherlands12,717 websites
Germany8,705 websites
Denmark3,326 websites
Switzerland2,593 websites
Canada2,490 websites
Japan2,470 websites
France2,309 websites
GB2,196 websites
Czech Republic1,423 websites

Website Distribution by TLD

Number of websites using CVE-2026-63073
.com21,765 websites
.nl9,902 websites
.org4,343 websites
.de4,178 websites
.edu3,212 websites
.dk3,042 websites
.net2,895 websites
.ch2,536 websites
.ca2,174 websites
.cz1,179 websites

Vulnerable Versions

Vulnerable versions are highlighted in red

Websites affected by CVE-2026-63073

Top websites that are affected by CVE-2026-63073. Please click on the "Contact us" link to get more information.
DomainCountryRankContacts
********.com United States*,***
*******.com United States*,***
****.*****.net Japan*,***
****.org United States*,***
*******.com United States*,***
***********.com Italy*,***
***.net Singapore*,***
***.***********.com United States*,***
*******.org France*,***
***.***********.com United States*,***
See full domain list

FAQ

A total of 73,521 websites have been identified as vulnerable to CVE-2026-63073, based on global website indexing conducted by WebTechSurvey.
The OpenSSL is affected by the CVE-2026-63073 vulnerability.
OpenSSL versions up to 4.0.2 are vulnerable to CVE-2026-63073.
CVE-2026-63073 is resolved in version 4.0.2 of OpenSSL.