CVE-2026-63072
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.
CSIRTS triage
- What
- Multiple denial of service vulnerabilities in OpenSSL QUIC and DTLS handling allow remote attackers to exhaust resources or crash the service through malformed packets.
- Who is affected
- Ubuntu 26.04 LTS systems and applications using affected OpenSSL versions with QUIC or DTLS functionality enabled.
- Urgency
- Moderate; allows denial of service but not code execution; no active exploitation reported.
- Action
- Apply the USN-8678-1 OpenSSL security update to affected Ubuntu systems.
AI-assisted analysis generated from the source advisory — verify against the original.
⚡ Watch CVE-2026-63072
Get an email if CVE-2026-63072 is added to CISA KEV, gains public exploit code, or a new advisory cites it — max one per day, one-click unsubscribe.
Advisory coverage (3)
- unknownUSN-8678-1: OpenSSL vulnerabilitiesubuntu · 2026-08-25
- highCVE-2026-63072: Issue summary: OpenSSL CMS decryption sizes the key-unwrap output buffer based on querying the…nvd · 2026-08-25
- unknownDSA-6465-1 openssl - security updatedebian · 2026-08-25
External references
Embed the live status
— this badge updates automatically when the KEV or exploit status changes. How to embed it →
[](https://www.csirts.com/cve/CVE-2026-63072)