CVE-2026-94107
9.2
CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
Summary
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.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| nivocart | nivocart | 0 <= 2.4.0 | affected |
Weaknesses
- CWE-338: Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)
References
- https://github.com/nivocart/nivocart/issues/25
- https://github.com/nivocart/nivocart/blob/6ea6600cda1263ae70c0aab0a70d31091a32c46b/upload/admin/controller/common/forgotten.php#L20-L34
- https://github.com/nivocart/nivocart/blob/6ea6600cda1263ae70c0aab0a70d31091a32c46b/upload/admin/model/user/user.php#L119-L123
- https://github.com/nivocart/nivocart
- https://www.vulncheck.com/advisories/nivocart-through-2.4.0-predictable-administrator-password-reset-token
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.