CVE-2026-63072 Vulnerability Analysis & Exploit Details

CVE-2026-63072
Vulnerability Scoring

7.5
/10
Very High Risk

Highly exploitable, CVE-2026-63072 poses a critical security risk that could lead to severe breaches.

Attack Complexity Details

  • Attack Complexity: Low
    Exploits can be performed without significant complexity or special conditions.
  • Attack Vector: Network
    Vulnerability is exploitable over a network without physical access.
  • Privileges Required: None
    No privileges are required for exploitation.
  • Scope: Unchanged
    Exploit remains within the originally vulnerable component.
  • User Interaction: None
    No user interaction is necessary for exploitation.

CVE-2026-63072 Details

Status: Analyzed

Last updated: 🕘 11 Sep 2026, 21:16 UTC
Originally published on: 🕐 25 Aug 2026, 13:19 UTC

Time between publication and last update: 17 days

CVSS Release: version 3

CVSS3 Source

134c704f-9b21-4f2e-91b3-4a467353bcc0

CVSS3 Type

Secondary

CVSS3 Vector

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

CVE-2026-63072 Vulnerability Summary

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.

Assessing the Risk of CVE-2026-63072

Access Complexity Graph

The exploitability of CVE-2026-63072 depends on two key factors: attack complexity (the level of effort required to execute an exploit) and privileges required (the access level an attacker needs).

Exploitability Analysis for CVE-2026-63072

With low attack complexity and no required privileges, CVE-2026-63072 is an easy target for cybercriminals. Organizations should prioritize immediate mitigation measures to prevent unauthorized access and data breaches.

Understanding AC and PR

A lower complexity and fewer privilege requirements make exploitation easier. Security teams should evaluate these aspects to determine the urgency of mitigation strategies, such as patch management and access control policies.

Attack Complexity (AC) measures the difficulty in executing an exploit. A high AC means that specific conditions must be met, making an attack more challenging, while a low AC means the vulnerability can be exploited with minimal effort.

Privileges Required (PR) determine the level of system access necessary for an attack. Vulnerabilities requiring no privileges are more accessible to attackers, whereas high privilege requirements limit exploitation to authorized users with elevated access.

CVSS Score Breakdown Chart

Above is the CVSS Sub-score Breakdown for CVE-2026-63072, illustrating how Base, Impact, and Exploitability factors combine to form the overall severity rating. A higher sub-score typically indicates a more severe or easier-to-exploit vulnerability.

CIA Impact Analysis

Below is the Impact Analysis for CVE-2026-63072, showing how Confidentiality, Integrity, and Availability might be affected if the vulnerability is exploited. Higher values usually signal greater potential damage.

  • Confidentiality: None
    CVE-2026-63072 has no significant impact on data confidentiality.
  • Integrity: None
    CVE-2026-63072 poses no threat to data integrity.
  • Availability: High
    CVE-2026-63072 can disrupt system operations, potentially causing complete denial of service (DoS).

CVE-2026-63072 References

External References

CWE Common Weakness Enumeration

CWE-787

Vulnerable Configurations

  • cpe:2.3:a:openssl:openssl:3.0.0:-:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.0.0:-:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.0.0:beta1:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.0.0:beta1:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.0.0:beta2:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.0.0:beta2:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.0.0:alpha1:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.0.0:alpha1:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.0.0:alpha10:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.0.0:alpha10:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.0.0:alpha11:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.0.0:alpha11:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.0.0:alpha12:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.0.0:alpha12:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.0.0:alpha13:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.0.0:alpha13:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.0.0:alpha14:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.0.0:alpha14:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.0.0:alpha15:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.0.0:alpha15:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.0.0:alpha16:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.0.0:alpha16:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.0.0:alpha17:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.0.0:alpha17:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.0.0:alpha2:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.0.0:alpha2:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.0.0:alpha3:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.0.0:alpha3:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.0.0:alpha4:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.0.0:alpha4:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.0.0:alpha5:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.0.0:alpha5:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.0.0:alpha6:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.0.0:alpha6:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.0.0:alpha7:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.0.0:alpha7:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.0.0:alpha8:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.0.0:alpha8:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.0.0:alpha9:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.0.0:alpha9:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.0.1:*:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.0.1:*:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.0.2:*:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.0.2:*:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.0.3:*:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.0.3:*:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.0.4:*:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.0.4:*:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.0.5:*:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.0.5:*:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.0.6:*:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.0.6:*:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.0.7:*:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.0.7:*:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.0.8:*:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.0.8:*:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.0.9:*:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.0.9:*:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.0.10:*:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.0.10:*:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.0.11:*:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.0.11:*:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.0.12:*:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.0.12:*:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.0.13:*:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.0.13:*:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.0.14:*:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.0.14:*:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.0.15:*:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.0.15:*:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.0.19:*:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.0.19:*:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.0.20:*:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.0.20:*:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.0.21:*:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.0.21:*:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.4.0:-:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.4.0:-:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.4.0:beta1:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.4.0:beta1:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.4.0:alpha1:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.4.0:alpha1:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.4.1:*:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.4.1:*:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.4.2:*:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.4.2:*:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.4.3:*:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.4.3:*:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.4.4:*:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.4.4:*:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.4.5:*:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.4.5:*:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.4.6:*:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.4.6:*:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.5.0:-:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.5.0:-:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.5.0:beta1:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.5.0:beta1:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.5.0:alpha1:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.5.0:alpha1:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.5.1:*:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.5.1:*:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.5.2:*:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.5.2:*:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.5.3:*:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.5.3:*:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.5.4:*:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.5.4:*:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.5.5:*:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.5.5:*:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.5.6:*:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.5.6:*:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.5.7:*:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.5.7:*:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.6.0:-:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.6.0:-:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.6.0:beta1:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.6.0:beta1:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.6.0:alpha1:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.6.0:alpha1:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.6.1:*:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.6.1:*:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.6.2:*:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.6.2:*:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:3.6.3:*:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:3.6.3:*:*:*:*:*:*:*
  • cpe:2.3:a:openssl:openssl:4.0.0:-:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:4.0.0:-:*:*:*:*:*:*

Protect Your Infrastructure against CVE-2026-63072: Combat Critical CVE Threats

Stay updated with real-time CVE vulnerabilities and take action to secure your systems. Enhance your cybersecurity posture with the latest threat intelligence and mitigation techniques. Develop the skills necessary to defend against CVEs and secure critical infrastructures. Join the top cybersecurity professionals safeguarding today's infrastructures.

Other 5 Recently Published CVEs Vulnerabilities

  • CVE-2026-94277 – MISP's galaxy matrix statistics view (app/View/Users/statistics_galaxymatrix.ctp) renders the galaxy name directly into HTML output via sprintf() w...
  • CVE-2026-92574 – A vulnerability in CRI-O checkpoint restore allows a user who can create a pod from a malicious checkpointed container to bypass the destination Ku...
  • CVE-2026-91921 – Cross-Site Scripting (XSS) vulnerability due to inadequate input sanitisation in the client-side rendering engine of the 1millionbot AI Chat Platfo...
  • CVE-2026-94152 – A security vulnerability has been detected in Omega Solution FBP Fulfillment by People 2025. This impacts an unknown function of the file /user/ of...
  • CVE-2026-94151 – A weakness has been identified in Omega Solution HRM OS up to 20260717. This affects an unknown function of the file /role-permission/permission of...