CVE-2026-45445 Vulnerability Analysis & Exploit Details

CVE-2026-45445
Vulnerability Scoring

7.5
/10
Very High Risk

Highly exploitable, CVE-2026-45445 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-45445 Details

Status: Analyzed

Last updated: 🕝 16 Jun 2026, 02:57 UTC
Originally published on: 🕔 09 Jun 2026, 17:17 UTC

Time between publication and last update: 6 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:H/I:N/A:N

CVE-2026-45445 Vulnerability Summary

CVE-2026-45445: Issue summary: When an application drives an AES-OCB context through the public EVP_Cipher() one-shot interface, the application-supplied initialisation vector (IV) is silently discarded. Impact summary: Every message encrypted under the same key uses the same effective nonce regardless of the IV supplied by the caller, resulting in (key, nonce) reuse and loss of confidentiality. If the same code path is used to compute the authentication tag, the tag depends only on the (key, IV) pair and not on the plaintext or ciphertext, allowing universal forgery of arbitrary ciphertext from a single captured message. OpenSSL provides two ways to drive a cipher: the documented streaming interface (EVP_CipherUpdate / EVP_CipherFinal_ex) and a lower-level one-shot, EVP_Cipher(), whose documentation explicitly recommends against use by applications in favour of EVP_CipherUpdate() and EVP_CipherFinal_ex(). The OCB provider's streaming handler flushes the application-supplied IV into the OCB context before processing data; the one-shot handler did not. Every call to EVP_Cipher() on an AES-OCB context therefore ran with the all-zero key-derived offset state left by cipher initialisation, regardless of the caller's IV. If EVP_EncryptFinal_ex() is subsequently used to obtain the authentication tag, the deferred IV setup runs at that point and clears the running checksum that should have been accumulated over the plaintext. The resulting tag is a function of (key, IV) only and verifies against any ciphertext produced under the same (key, IV) pair. The OpenSSL SSL/TLS implementation is not affected: AES-OCB is not a TLS cipher suite, and libssl does not call EVP_Cipher() in any case. Applications that drive AES-OCB through the documented streaming AEAD API (EVP_CipherUpdate / EVP_CipherFinal_ex) are not affected. Only applications that combine the AES-OCB cipher with the EVP_Cipher() one-shot API are vulnerable. The FIPS modules in 4.0, 3.6, 3.5, 3.4 and 3.0 are not affected by this issue, as AES-OCB is outside the OpenSSL FIPS module boundary.

Assessing the Risk of CVE-2026-45445

Access Complexity Graph

The exploitability of CVE-2026-45445 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-45445

With low attack complexity and no required privileges, CVE-2026-45445 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-45445, 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-45445, showing how Confidentiality, Integrity, and Availability might be affected if the vulnerability is exploited. Higher values usually signal greater potential damage.

  • Confidentiality: High
    Exploiting CVE-2026-45445 can result in unauthorized access to sensitive data, severely compromising data privacy.
  • Integrity: None
    CVE-2026-45445 poses no threat to data integrity.
  • Availability: None
    CVE-2026-45445 does not impact system availability.

CVE-2026-45445 References

External References

CWE Common Weakness Enumeration

CWE-325

CAPEC Common Attack Pattern Enumeration and Classification

  • Subvert Code-signing Facilities CAPEC-68 Many languages use code signing facilities to vouch for code's identity and to thus tie code to its assigned privileges within an environment. Subverting this mechanism can be instrumental in an attacker escalating privilege. Any means of subverting the way that a virtual machine enforces code signing classifies for this style of attack.

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.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.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.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:4.0.0:-:*:*:*:*:*:*
    cpe:2.3:a:openssl:openssl:4.0.0:-:*:*:*:*:*:*

Protect Your Infrastructure against CVE-2026-45445: 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-54236 – vLLM is an inference and serving engine for large language models (LLMs). Prior to 0.23.1rc0, the fix for CVE-2026-22778, which introduced a saniti...
  • CVE-2026-54235 – vLLM is an inference and serving engine for large language models (LLMs). Prior to 0.23.1rc0, ll temperature validation gates use comparison operat...
  • CVE-2026-54233 – vLLM is an inference and serving engine for large language models (LLMs). Prior to 0.23.1rc0, vLLM's /v1/audio/transcriptions endpoint limits compr...
  • CVE-2026-54232 – vLLM is an inference and serving engine for large language models (LLMs). Prior to 0.22.1, the vLLM Dockerfile is vulnerable to a dependency confus...
  • CVE-2026-53923 – vLLM is an inference and serving engine for large language models (LLMs). From 0.5.5 until 0.23.1rc0, integer truncation of tensor dimensions in vL...