CVE Catalog

CVE-2026-94107

HighCVSS 8.1
Published: Translated: NVD NIST

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.

Risk Assessment

An attacker could take over an administrator account, leading to full control over the store and customer data. The lack of rate limiting and token expiration significantly facilitates the attack.

Recommendation

Replace the predictable token generator with a cryptographically secure mechanism, add rate limiting and token expiration, and update NivoCart to a patched version.

Other vulnerabilities in NivoCart

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS