CVE-2026-94107
Received Received - Intake

Predictable Password Reset Token in NivoCart

Vulnerability report for CVE-2026-94107, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-20

Last updated on: 2026-09-20

Assigner: VulnCheck

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-20
Last Modified
2026-09-20
Generated
2026-09-20
AI Q&A
2026-09-20
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
nivocart nivocart to 2.4.0 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-338 The product uses a Pseudo-Random Number Generator (PRNG) in a security context, but the PRNG's algorithm is not cryptographically strong.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

NivoCart through version 2.4.0 has a predictable password reset token vulnerability in the forgotten.php endpoint. It generates recovery codes using substr(md5(mt_rand()), 0, 10), which makes tokens predictable. Attackers who know an administrator's email can request a password reset and guess the token to gain admin access without rate limits or expiration.

Detection Guidance

Check if NivoCart version 2.4.0 or earlier is installed. Inspect the forgotten.php endpoint for password reset token generation using substr(md5(mt_rand()), 0, 10). Review admin email exposure in error messages and absence of rate limiting or token expiration.

Impact Analysis

If you are an administrator using NivoCart <= 2.4.0, attackers can exploit this to gain full administrative access to your system. This could lead to data theft, unauthorized modifications, or complete system compromise. Even if you are not an admin, if you use this software, your data could be at risk through admin account takeover.

Compliance Impact

This vulnerability likely violates compliance requirements for data protection and access control. GDPR requires adequate security measures to protect personal data, and HIPAA mandates strict access controls for protected health information. The lack of secure password reset tokens and potential unauthorized admin access could result in non-compliance, leading to legal penalties and reputational damage.

Mitigation Strategies

Upgrade NivoCart to the latest version beyond 2.4.0. Replace the weak token generation with a cryptographically secure random method. Implement rate limiting and token expiration for password resets. Add CSRF protection to the forgotten.php endpoint.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-94107. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart