CVE-2026-63072
Last modified
CVE-2026-63072 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. Issue summary: OpenSSL CMS decryption sizes the key-unwrap output buffer based on querying the unwrapped key size, but the AES-WRAP-PAD unwrap primitive can write and cleanse more bytes than that query reports, causing an 8-byte out-of-bounds heap write. Impact summary: An attacker who supplies a crafted CMS message can trigger a deterministic 8-byte out-of-bounds heap write when the victim decrypts it with CMS_decrypt(), corrupting the heap and typically resulting in a Denial of Service. CWE: CWE-787: Out-of-bounds Write Description: The key-wrap OID is potentially attacker-controlled on the wire. CMS unwrapping allows both id-aesNNN-wrap-pad and id-aesNNN-wrap ciphers. An attacker can take a legitimate message and change a single OID byte to select the padded variant while leaving the message otherwise valid. Since the unwrap key is derived from the recipient's private operation (ECDH key agreement or ML-KEM decapsulation), the RFC 5649 integrity check cannot pass, and the decryption fails with integrity failure. The write is a fixed-size (8-byte), fixed-value (zero) heap overflow immediately past the allocation, requires no special configuration, and is reachable from the public CMS_decrypt() function. EPSS estimates a 0.61% chance of exploitation in the next 30 days.
Description
Issue summary: OpenSSL CMS decryption sizes the key-unwrap output buffer based on querying the unwrapped key size, but the AES-WRAP-PAD unwrap primitive can write and cleanse more bytes than that query reports, causing an 8-byte out-of-bounds heap write. Impact summary: An attacker who supplies a crafted CMS message can trigger a deterministic 8-byte out-of-bounds heap write when the victim decrypts it with CMS_decrypt(), corrupting the heap and typically resulting in a Denial of Service. CWE: CWE-787: Out-of-bounds Write Description: The key-wrap OID is potentially attacker-controlled on the wire. CMS unwrapping allows both id-aesNNN-wrap-pad and id-aesNNN-wrap ciphers. An attacker can take a legitimate message and change a single OID byte to select the padded variant while leaving the message otherwise valid. Since the unwrap key is derived from the recipient's private operation (ECDH key agreement or ML-KEM decapsulation), the RFC 5649 integrity check cannot pass, and the decryption fails with integrity failure. The write is a fixed-size (8-byte), fixed-value (zero) heap overflow immediately past the allocation, requires no special configuration, and is reachable from the public CMS_decrypt() function. The consequence is a heap corruption leading to a Denial of Service. The fix in the CMS code sizes the unwrap output buffer for the worst case so a failed unwrap cannot write past the allocation. FIPS impact: no As the CMS 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; >= 1.1.1, < 1.1.1zi |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-63072?
How severe is CVE-2026-63072?
How do I fix CVE-2026-63072?
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-63047Joomla Extension - joomdonation.com - Invoice data exfiltrat…7.5
- 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-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-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
Are you affected by CVE-2026-63072?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
