CVE-2025-67504
CriticalSummary
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.
Risk Assessment
An attacker can predict or brute-force passwords, leading to unauthorized account access and privilege escalation.
Recommendation
Update WBCE CMS to version 1.6.5 or later, which uses a secure password generator.
Other vulnerabilities in WBCE CMS
See all- CVE-2022-50936High
WBCE CMS version 1.5.2 contains an authenticated remote code execution vulnerability. Authenticated attackers can upload malicious droplets via the admin panel, exploiting the droplet upload functionality to execute arbitrary PHP code through a crafted zip file.
- CVE-2017-2120High
CVE-2017-2120 describes an SQL injection vulnerability in WBCE CMS version 1.1.10 and earlier. It allows an attacker with administrator rights to execute arbitrary SQL commands via unspecified vectors.
- CVE-2017-2119High
Directory traversal vulnerability in WBCE CMS 1.1.10 and earlier allows remote attackers to read arbitrary files via unspecified vectors.
Original NVD description (English source)
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.

