AES-OCB Cipher Vulnerability in OpenSSL Products
CVE-2026-45445

7.5HIGH

Key Information:

Vendor

OpenSSL

Status
Vendor
CVE Published:
9 June 2026

What is CVE-2026-45445?

An implementation flaw exists in OpenSSL's AES-OCB cipher where the application-supplied initialization vector (IV) is ignored when using the EVP_Cipher() one-shot interface. This results in key and nonce reuse, leading to potential data exposure and forgery vulnerabilities. The problem stems from the way the cipher state is initialized, which does not leverage the provided IV, thereby compromising the confidentiality of the encrypted messages. Notably, applications utilizing the recommended streaming interface (EVP_CipherUpdate / EVP_CipherFinal_ex) remain unaffected.

Affected Version(s)

OpenSSL 4.0.0 < 4.0.1

OpenSSL 3.6.0 < 3.6.3

OpenSSL 3.5.0 < 3.5.7

References

CVSS V3.1

Score:
7.5
Severity:
HIGH
Confidentiality:
High
Integrity:
None
Availability:
High
Attack Vector:
Network
Attack Complexity:
Low
Privileges Required:
None
User Interaction:
None
Scope:
Unchanged

Timeline

  • Vulnerability published

  • Vulnerability Reserved

Credit

Alex Gaynor (Anthropic)
Viktor Dukhovni
.