CVE Catalog

CVE-2026-45055

High
Published: Translated: NVD NIST

Summary

CubeCart prior to version 6.7.2 has a vulnerability that allows an attacker to take over a user account by manipulating links in emails. An attacker can exploit the Host header to send a malicious link to the victim, leading to account takeover.

Risk Assessment

Organizations using CubeCart versions 6.6.x – 6.7.1 are at risk of attacks that can lead to full account takeover of user and admin accounts. This poses a serious threat to customer data security.

Recommendation

It is recommended to update CubeCart to version 6.7.2 or later to eliminate this vulnerability. Additionally, implementing extra security measures such as monitoring unauthorized access attempts is advisable.

Other vulnerabilities in CubeCart

See all
Original NVD description (English source)

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.

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