PatchSiren cyber security CVE debrief
CVE-2026-63073 OpenSSL CVE debrief
The CVE record for CVE-2026-63073 was published on 2026-08-25T13:19:26.147Z. The vulnerability affects OpenSSL CMP clients, particularly those enforcing expected sender validation or using pinned server certificates. A malicious or intercepted CMP endpoint can crash a CMP client due to improper validation of the sender distinguished name. This issue is classified as CWE-134 (Use of Externally-Controlled Format String). The reliable consequence is a denial of service. There is no controlled memory write, arbitrary-address read, or reliable path to remote code execution. FIPS impact is none as the CMP protocol implementation is outside the OpenSSL FIPS module boundary.
- Vendor
- OpenSSL
- Product
- Unknown
- CVSS
- CRITICAL 9.8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-25
- Original CVE updated
- 2026-08-31
- Advisory published
- 2026-08-25
- Advisory updated
- 2026-08-31
Who should care
Organizations using OpenSSL CMP clients, especially those enforcing expected sender validation or using pinned server certificates, should prioritize assessment and remediation of this vulnerability. This includes reviewing OpenSSL CMP client configurations, monitoring for unusual CMP endpoint activity, and applying vendor remediation when available. Security teams should track OpenSSL security advisories for updates and verify the affected scope and severity within their environments. Vulnerability management and security teams should coordinate on compensating controls for exposed systems while remediation is scheduled and verified. IT operators and asset managers should confirm whether affected product deployments exist in managed environments and assign an owner for follow-up. Those responsible for change management should plan vendor-supported updates or mitigations through normal change control where exposure is confirmed. Monitoring and detection teams should check relevant logs for exposed assets that need extra review. Those handling exceptions and retesting should track exceptions, retest remediated assets, and close the item only after evidence is documented. Those involved in source tracking should review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance. They should also review compensating controls for exposed systems while remediation is scheduled and verified. This involves confirming whether affected product deployments exist in managed environments and assigning an owner for follow-up. The goal is to ensure that all relevant parties are aware of the vulnerability and are taking appropriate actions to mitigate the risk. This includes verifying the affected scope and severity within their environments and applying vendor remediation when available. Those responsible for security should prioritize assessment and remediation of this vulnerability. This includes reviewing OpenSSL CMP client configurations, monitoring for unusual CMP endpoint activity, and applying vendor remediation when available. Security teams should track OpenSSL security advisories for updates and verify the affected scope, 7
Technical summary
OpenSSL CMP response validation vulnerability allows a malicious or intercepted CMP endpoint to crash a CMP client by passing an unexpected response sender distinguished name directly as a format string to ERR_raise_data(). The vulnerability arises when validating a received CMP message, where 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, allowing an attacker-controlled format string with no matching variadic arguments to reach BIO_vsnprintf(). This results in a denial of service when the response comes from a malicious or intercepted CMP endpoint.
Defensive priority
OpenSSL CMP client validation crash vulnerability requires immediate attention due to potential for denial of service via malicious or intercepted CMP endpoint.
Recommended defensive actions
- Inventory OpenSSL CMP client configurations for potential exposure.
- Enforce expected sender validation and pinned server certificates.
- Monitor for unusual CMP endpoint activity.
- Apply vendor remediation when available.
- Track OpenSSL security advisories for updates.
Evidence notes
Primary official records indicate OpenSSL CMP response validation vulnerability allows malicious or intercepted CMP endpoint to crash CMP client. Limited evidence of controlled memory write, arbitrary-address read, or reliable path to remote code execution.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-63073 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-63073
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-63073 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-63073
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/openssl/openssl/commit/0cc20b322639919aa423e90799d9a57c3b4b76ca
-
Source reference
Unverified legacy reference
URL: https://github.com/openssl/openssl/commit/6a0acc072b4d37a7cac1252a29c1ce1f00c5ec29
-
Source reference
Unverified legacy reference
URL: https://github.com/openssl/openssl/commit/7eb2e3ec9d1d4f35c8022fccd4b03398b3f33e21
-
Source reference
Unverified legacy reference
URL: https://github.com/openssl/openssl/commit/a7e5a6eea8fd3ccca6b6fbba031a5fbf8a3d93b4
-
Source reference
Unverified legacy reference
URL: https://openssl-library.org/news/secadv/20260825.txt
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.