Predictive Vulnerability Intelligence.

Product

  • Product
  • Pricing
  • Documentation

Company

  • About
  • Partnerships
  • Blog
  • Support

Legal

  • Terms
  • Privacy
  • Data Licensing

© 2026 FAUCET Technologies LLC. All rights reserved.

CVE-2026-45445

35
FAUCET Score

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.

First published: Jun 9, 2026Last modified: Jun 10, 2026

Impacted Technologies

VendorProductVersion(s)CPE
>= 3.0.0, < 3.0.21CPE matchmatch criteria
cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*
>= 3.4.0, < 3.4.6CPE matchmatch criteria
cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*
>= 3.5.0, < 3.5.7CPE matchmatch criteria
cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*
>= 3.6.0, < 3.6.3CPE matchmatch criteria
cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*
4.0.0CPE matchmatch criteria
cpe:2.3:a:openssl:openssl:4.0.0:-:*:*:*:*:*:*

CVSS Data

CVSS version used by this source: 3.1

7.5HIGH

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

Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality Impact
HIGH
Integrity Impact
NONE
Availability Impact
NONE
Exploitability Score
3.9
Impact Score
3.6
CvssVersion
3.1

Exploit Intelligence

EPSS Score
0.60%
Probability of exploitation in next 30 days
EPSS Percentile
45.3%
Percentile rank of EPSS score among Peer Group
As of 2026-07-27
Model: v2026.06.15
This CVE's current EPSS score of 0.0060 is in the 22nd percentile among its peer group of 51,485 CVEs.

Social Chatter

The average CVE in this peer group has 0.0 Twitter, 0.0 Reddit, 0.1 Bluesky, 0.1 Mastodon, and 0.4 GitHub mentions.

Media Mentions

No media coverage found for this CVE.

The average CVE in this peer group has 0.1 InfoSec Media, 0.0 Vendor Blog, and 0.0 Security Researcher mentions.

Remediation

Patch Available

Vendor Patches (9)

github_advisorypatch availablevia nvd_reference
View patch
microsoftpatch availablevia msrc
Product: azl3 edk2 20240524git3e722403cd16-17 on Azure Linux 3.0Fixed in: 20240524git3e722403cd16-18
microsoftpatch availablevia msrc
Product: azl3 openssl 3.3.7-1 on Azure Linux 3.0Fixed in: 3.3.7-3
microsoftpatch availablevia msrc
Product: 21452-17084Fixed in: 3.3.7-3
microsoftpatch availablevia msrc
Product: 21450-17084Fixed in: 20240524git3e722403cd16-18
ubuntupatch availablevia ubuntu_usn
Product: openssl (resolute)Fixed in: 3.5.5-1ubuntu3.2
ubuntupatch availablevia ubuntu_usn
Product: openssl (jammy)Fixed in: 3.0.2-0ubuntu1.25
ubuntupatch availablevia ubuntu_usn
Product: openssl (noble)Fixed in: 3.0.13-0ubuntu3.11
ubuntupatch availablevia ubuntu_usn
Product: openssl (questing)Fixed in: 3.5.3-1ubuntu3.4

Vendor Advisories (2)

ubuntuUSN-8414-1

OpenSSL vulnerabilities

Jun 9, 2026
microsoft2026-Jun/CVE-2026-45445Important

AES-OCB IV Ignored on EVP_Cipher() Path

Jun 9, 2026

References

github.com / openssl/openssl/commit/323f0b6e7d530a4cb4336d50c88cb70f3ac2a451
Patch
github.com / openssl/openssl/commit/787a6dfba81b7b09c1e05ab31396c0cd7c36b3f7
Patch
github.com / openssl/openssl/commit/7ac4715234ee72d9f3c93426a2c08554b5b771af
Patch
github.com / openssl/openssl/commit/843c9b94ca9c2ed248bb30127bb4f3d7af0d607c
Patch
github.com / openssl/openssl/commit/983d54b5cce8d16147548ed1a37892d1720bbab6
Patch
openssl-library.org / news/secadv/20260609.txt
Vendor Advisory