Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-2fhr-8r8r-qp56

Опубликовано: 07 июн. 2024
Источник: github
Github: Прошло ревью
CVSS3: 5.3

Описание

ZendFramework Information Disclosure and Insufficient Entropy vulnerability

In Zend Framework, Zend_Captcha_Word (v1) and Zend\Captcha\Word (v2) generate a "word" for a CAPTCHA challenge by selecting a sequence of random letters from a character set. Prior to this advisory, the selection was performed using PHP's internal array_rand() function. This function does not generate sufficient entropy due to its usage of rand() instead of more cryptographically secure methods such as openssl_pseudo_random_bytes(). This could potentially lead to information disclosure should an attacker be able to brute force the random number generation.

Пакеты

Наименование

zendframework/zendframework

composer
Затронутые версииВерсия исправления

>= 2.0.0, < 2.4.9

2.4.9

5.3 Medium

CVSS3

Дефекты

CWE-200
CWE-331

5.3 Medium

CVSS3

Дефекты

CWE-200
CWE-331