Improper Initialization in OpenSSL - CVE-2026-45445
Published: June 10, 2026
OpenSSL
Detailed vulnerability description
The vulnerability allows a local user to forge arbitrary ciphertext.
The vulnerability exists due to improper initialization in the AES-OCB EVP_Cipher() one-shot path when processing AES-OCB operations through the public EVP_Cipher() interface. A local user can invoke the one-shot API on an AES-OCB context to forge arbitrary ciphertext.
Only applications that combine AES-OCB with the EVP_Cipher() one-shot API are affected; applications using the documented streaming AEAD API are not affected.