Lucene search

K
osvGoogleOSV:GHSA-2FHR-8R8R-QP56
HistoryJun 07, 2024 - 8:37 p.m.

ZendFramework Information Disclosure and Insufficient Entropy vulnerability

2024-06-0720:37:45
Google
osv.dev
zendframework
zend_captcha_word
insufficient entropy
random generation
information disclosure

6.6 Medium

AI Score

Confidence

Low

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.

6.6 Medium

AI Score

Confidence

Low