CVE-2026-94105 Details
Description
NivoCart through 2.4.0 contains a destructive configuration write vulnerability in the admin password reset controller that allows unauthenticated attackers to disable password recovery by supplying an invalid code parameter. Attackers can send a GET request with a missing or incorrect code to rewrite the config_password setting to 0, disabling self-service password recovery until an administrator manually re-enables it.
A vulnerability exists in NivoCart versions through 2.4.0, allowing unauthenticated attackers to permanently disable password recovery. This is achieved by sending a GET request to the admin password reset controller with an invalid or missing code parameter. The vulnerability arises because the controller updates the configuration setting for password recovery to 0, effectively disabling the feature until an administrator manually re-enables it. The issue is located in the 'upload/admin/controller/common/reset.php' file, specifically between lines 93 and 96.
Remove the logic that updates the 'config_password' setting from the failure branch of the password reset code validation. Instead, invalid or missing codes should simply return an error message or redirect to the login page without altering the system configuration.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 20, 2026CISA-ADP
Assessed Sep 21, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-754 | Improper Check for Unusual or Exceptional Conditions | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| NivoCart | <= 2.4.0 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 21, 2026 | CVE Modified | CISA-ADP |
| Sep 20, 2026 | New CVE Received | [email protected] |
Volerion