Description
NivoCart through 2.4.0 contains a predictable password reset token vulnerability in the forgotten.php endpoint that generates recovery codes using substr(md5(mt_rand()), 0, 10). Attackers who know an administrator's email address can request a password reset and predict the token to gain administrative account access without rate limiting or expiration.
No analysis available yet.
Remediation
No remediation available yet.
Tracking
Sign in to view the affected projects.
Advisories
No advisories yet.
References
History
Sun, 20 Sep 2026 11:30:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Description | NivoCart through 2.4.0 contains a predictable password reset token vulnerability in the forgotten.php endpoint that generates recovery codes using substr(md5(mt_rand()), 0, 10). Attackers who know an administrator's email address can request a password reset and predict the token to gain administrative account access without rate limiting or expiration. | |
| Title | NivoCart through 2.4.0 Predictable Administrator Password Reset Token | |
| Weaknesses | CWE-338 | |
| References |
|
|
| Metrics |
cvssV3_1
|
Subscriptions
No data.
Status: PUBLISHED
Assigner: VulnCheck
Published:
Updated: 2026-09-20T11:09:40.891Z
Reserved: 2026-09-20T10:56:43.733Z
Link: CVE-2026-94107
No data.
Status : Received
Published: 2026-09-20T12:17:06.277
Modified: 2026-09-20T12:17:06.277
Link: CVE-2026-94107
No data.
OpenCVE Enrichment
No data.
Weaknesses
-
CWE-338
Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)