CVE-2026-63072

Publication date 25 August 2026

Last updated 2 September 2026


Ubuntu priority

Cvss 3 Severity Score

7.5 · High

Score breakdown

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.

Read the notes from the security team

Status

Package Ubuntu Release Status
openssl 26.04 LTS resolute
Fixed 3.5.5-1ubuntu3.4
24.04 LTS noble
Fixed 3.0.13-0ubuntu3.15
22.04 LTS jammy
Fixed 3.0.2-0ubuntu1.29
20.04 LTS focal
Fixed 1.1.1f-1ubuntu2.24+esm5
18.04 LTS bionic
Fixed 1.1.1-1ubuntu2.1~18.04.23+esm10
16.04 LTS xenial
Fixed 1.0.2g-1ubuntu4.20+esm18
14.04 LTS trusty
Fixed 1.0.1f-1ubuntu2.27+esm16
openssl-fips 26.04 LTS resolute Not in release
24.04 LTS noble
Fixed 3.0.13-0ubuntu3.15+Fips1
22.04 LTS jammy Not in release
openssl1.0 26.04 LTS resolute Not in release
24.04 LTS noble Not in release
22.04 LTS jammy Not in release
18.04 LTS bionic
Fixed 1.0.2n-1ubuntu5.13+esm6
nodejs 26.04 LTS resolute
Not affected
24.04 LTS noble
Not affected
22.04 LTS jammy
Vulnerable
20.04 LTS focal
Not affected
18.04 LTS bionic
Needs evaluation
16.04 LTS xenial
Needs evaluation
14.04 LTS trusty
Not affected
edk2 26.04 LTS resolute
Needs evaluation
24.04 LTS noble
Needs evaluation
22.04 LTS jammy
Needs evaluation
20.04 LTS focal
Needs evaluation
18.04 LTS bionic
Needs evaluation
16.04 LTS xenial
Needs evaluation
edk2-hwe 26.04 LTS resolute
Needs evaluation
24.04 LTS noble Not in release
22.04 LTS jammy Not in release

Get expanded security coverage with Ubuntu Pro

Reduce your average CVE exposure time from 98 days to 1 day with expanded CVE patching, ten-years security maintenance and optional support for the full stack of open-source applications. Free for personal use.

Get Ubuntu Pro 30-day free trial

Notes


mdeslaur

edk2 in jammy embeds OpenSSL 1.1.1j edk2 in noble embeds OpenSSL 3.0.9 edk2 in plucky embeds OpenSSL 3.4.0 edk2 in questing embeds OpenSSL 3.4.0 edk2 in resolute embeds OpenSSL 3.5.1 edk2 in stonking embeds OpenSSL 3.5.1 nodejs in jammy embeds OpenSSL 1.1.1m 4.0, 3.6, 3.5, 3.4, 3.0, and 1.1.1 are vulnerable

Severity score breakdown

CVSS version: CVSS v3.0

Base score 7.5 · High

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

References

Related Ubuntu Security Notices (USN)

    • USN-8678-1
    • OpenSSL vulnerabilities
    • 25 August 2026
    • USN-8678-2
    • OpenSSL, OpenSSL 1.0 vulnerabilities
    • 25 August 2026

Other references


Access our resources on patching vulnerabilities