Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-45445

7.5 · HIGH
Published Jun 9, 2026 openssl CWE-325

Overview

CVE-2026-45445 is a high-severity vulnerability affecting openssl openssl. It was published on June 9, 2026 and has a CVSS 3.1 base score of 7.5 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

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 contex

Remediation

Check the references section for vendor advisories and patches from openssl. Update openssl to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
openssl openssl >= 3.0.0, < 3.0.21 Affected

Frequently Asked Questions

What is CVE-2026-45445?

CVE-2026-45445 is a high-severity vulnerability affecting openssl openssl. It was published on June 9, 2026 and has a CVSS 3.1 base score of 7.5 (HIGH).

How severe is CVE-2026-45445?

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2026-45445?

Check the references section for vendor advisories and patches from openssl. Update openssl to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-45445?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-45445 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.

Browse by year 2026