Description
WBCE CMS is a content management system. Versions 1.6.4 and below use function GenerateRandomPassword() to create passwords using PHP's rand(). rand() is not cryptographically secure, which allows password sequences to be predicted or brute-forced. This can lead to user account compromise or privilege escalation if these passwords are used for new accounts or password resets. The vulnerability is fixed in version 1.6.5.
Problem types
CWE-338: Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)
Product status
References
github.com/...CE_CMS/security/advisories/GHSA-76gj-pmvx-jcc6
github.com/...CE_CMS/security/advisories/GHSA-76gj-pmvx-jcc6
github.com/...ommit/5d59fe021a5c6e469b1bf192b72ca652e54278f6
cwe.mitre.org/data/definitions/338.html
github.com/WBCE/WBCE_CMS/releases/tag/1.6.5