
Cloud Vulnerability DB
A community-led vulnerabilities database
A vulnerability was identified in phpservermon affecting the generatePasswordResetToken function. The issue, tracked as CVE-2021-4240, was discovered in November 2022 and involves the use of a predictable algorithm (mt_rand) in the random number generator for password reset tokens (NVD).
The vulnerability stems from the use of mt_rand() function in generating password reset tokens, which is considered cryptographically weak. The issue was addressed by replacing mt_rand with random_bytes for generating the password reset verification hash, and increasing the hash length from 40 to 64 characters using SHA-256 (GitHub Commit).
The use of a predictable random number generator could potentially allow attackers to predict password reset tokens, potentially leading to unauthorized account access through password reset functionality.
The issue has been patched by implementing cryptographically secure random number generation using random_bytes() instead of mt_rand(), and upgrading the hash algorithm to SHA-256 with a 64-character output (GitHub Commit).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."