CVE-2026-45055

CubeCart is an ecommerce software solution. Prior to 6.7.2, CubeCart 6.6.x – 6.7.1 builds CC_STORE_URL directly from the Host request header at bootstrap, with no allowlist. The constant is embedded verbatim into transactional email links, most critically the password-reset link in User::passwordRequest() (and the admin equivalent in Admin::passwordRequest()). An unauthenticated attacker who knows a target email can POST /index.php?_a=recover with Host: evil.com; CubeCart writes a fresh verify token (valid 3,600 s) and emails the victim a link http://evil.com/index.php?_a=recovery&validate=<TOKEN>. The token is valid against the legitimate store — capturing the victim's click on evil.com yields full account takeover, or store takeover when an admin email is targeted. This vulnerability is fixed in 6.7.2.
Configurations

No configuration.

History

14 May 2026, 13:16

Type Values Removed Values Added
References () https://github.com/cubecart/v6/security/advisories/GHSA-7pvc-gxc4-chmc - () https://github.com/cubecart/v6/security/advisories/GHSA-7pvc-gxc4-chmc -

13 May 2026, 21:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-05-13 21:16

Updated : 2026-05-14 16:49


NVD link : CVE-2026-45055

Mitre link : CVE-2026-45055

CVE.ORG link : CVE-2026-45055


JSON object : View

Products Affected

No product.

CWE
CWE-20

Improper Input Validation

CWE-345

Insufficient Verification of Data Authenticity

CWE-601

URL Redirection to Untrusted Site ('Open Redirect')

CWE-784

Reliance on Cookies without Validation and Integrity Checking in a Security Decision