#VU47253 Cryptographic issues in PHP - CVE-2020-7069
Published: October 2, 2020
PHP
PHP Group
Description
The vulnerability allows a remote attacker to gain access to sensitive information.
The vulnerability exists due to the openssl_encrypt() function generates a wrong ciphertext and a wrong tag for AES-CCM for a 12 bytes IV. As a result, a 7-byte nonce is used instead of 12 bytes. A remote attacker can abuse such behavior and decrypt data.