Lucene search

K
githubGitHub Advisory DatabaseGHSA-848F-MPH5-9PM9
HistoryJun 07, 2024 - 10:27 p.m.

Zendframework Potential Information Disclosure and Insufficient Entropy vulnerability

2024-06-0722:27:02
CWE-331
GitHub Advisory Database
github.com
8
zend framework
information disclosure
insufficient entropy
captcha
brute force
php

AI Score

6.6

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.

Affected configurations

Vulners
Node
zendframeworkzendframework1Range1.12.0–1.12.17
VendorProductVersionCPE
zendframeworkzendframework1*cpe:2.3:a:zendframework:zendframework1:*:*:*:*:*:*:*:*

AI Score

6.6

Confidence

Low