Vulnerability Description
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.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/cubecart/v6/security/advisories/GHSA-7pvc-gxc4-chmc
- https://github.com/cubecart/v6/security/advisories/GHSA-7pvc-gxc4-chmc
FAQ
What is CVE-2026-45055?
CVE-2026-45055 is a vulnerability with a CVSS score of 8.1 (HIGH). 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 v...
How severe is CVE-2026-45055?
CVE-2026-45055 has been rated HIGH with a CVSS base score of 8.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-45055?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.