CVE-2025-67504 PUBLISHED

WBCE CMS has Weak Random Number Generator in Password Generation Function

Assigner: GitHub_M
Reserved: 08.12.2025 Published: 09.12.2025 Updated: 09.12.2025

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.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
CVSS Score: 9.1

Product Status

Vendor WBCE
Product WBCE_CMS
Versions
  • Version < 1.6.5 is affected

References

Problem Types

  • CWE-331: Insufficient Entropy CWE
  • CWE-338: Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG) CWE