Looking for the vulnerability index of Invicti's legacy products?
OpenSSL Improper Validation of Integrity Check Value Vulnerability (CVE-2026-75803) - Vulnerability Database

OpenSSL Improper Validation of Integrity Check Value Vulnerability (CVE-2026-75803)

Description

Issue summary: ChaCha20-Poly1305 and AES-OCB decryption with an empty ciphertext can report success without verifying the supplied authentication tag when the operation is finalized by calling the EVP_Cipher() function. Impact summary: Applications calling EVP_Cipher() on an empty ciphertext and expecting the call to check the AEAD tag may accept forged messages. CWE: CWE-354 (Improper Validation of Integrity Check Value) Description: The EVP_Cipher() API call for AEAD ciphers behaves like a

References