Описание
Unauthenticated crypto and weak IV in Magento\Framework\Encryption
The __construct function in Framework/Encryption/Crypt.php in Magento 2 uses the PHP rand function to generate a random number for the initialization vector, which makes it easier for remote attackers to defeat cryptographic protection mechanisms by guessing the value.
Ссылки
- https://nvd.nist.gov/vuln/detail/CVE-2016-6485
- https://github.com/magento/magento2/pull/15017
- https://github.com/FriendsOfPHP/security-advisories/blob/master/magento/product-community-edition/CVE-2016-6485.yaml
- http://www.openwall.com/lists/oss-security/2016/07/19/3
- http://www.openwall.com/lists/oss-security/2016/07/27/14
Пакеты
Наименование
magento/community-edition
composer
Затронутые версииВерсия исправления
>= 2.0, < 2.2.6
2.2.6
Наименование
magento/project-community-edition
composer
Затронутые версииВерсия исправления
>= 2.0, <= 2.0.2
Отсутствует
Связанные уязвимости
CVSS3: 7.5
nvd
почти 9 лет назад
The __construct function in Framework/Encryption/Crypt.php in Magento 2 uses the PHP rand function to generate a random number for the initialization vector, which makes it easier for remote attackers to defeat cryptographic protection mechanisms by guessing the value.