Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N
Primary rating from GitHub Advisory · only source for this CVE.
CVSS VectorGitHub Advisory
Lifecycle Timeline
2DescriptionGitHub Advisory
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.
AnalysisAI
Account and store takeover in CubeCart 6.6.x through 6.7.1 is possible because the CC_STORE_URL constant is derived from the unvalidated Host header at bootstrap and embedded into password-reset emails. A remote unauthenticated attacker who knows a victim's email address can trigger a host-header poisoning attack that emails the user a reset link pointing at attacker-controlled infrastructure, capturing a valid 3,600-second token on click. SSVC reports a public POC and total technical impact, while EPSS remains low (0.03%) and no public exploit is identified as in-the-wild.
Technical ContextAI
CubeCart is a PHP-based ecommerce platform (CPE cpe:2.3:a:cubecart:v6). The flaw is a textbook CWE-20 (Improper Input Validation) host-header injection: at application bootstrap, the framework constructs CC_STORE_URL directly from the incoming HTTP Host request header without an allowlist of trusted hostnames. That constant is then concatenated verbatim into transactional emails, including the password-reset link produced by User::passwordRequest() and the administrative counterpart Admin::passwordRequest(). Because the underlying verify token is generated and stored against the legitimate database, the token remains valid on the real store regardless of the hostname embedded in the outgoing link, which converts a routing-layer trust assumption into an authentication bypass primitive.
RemediationAI
Vendor-released patch: upgrade to CubeCart 6.7.2 or later, as documented in GHSA-7pvc-gxc4-chmc (https://github.com/cubecart/v6/security/advisories/GHSA-7pvc-gxc4-chmc). Where immediate upgrade is not feasible, enforce a strict Host/X-Forwarded-Host allowlist at the upstream reverse proxy or WAF so only the canonical store hostname reaches PHP - be aware this can break legitimate multi-domain storefronts and staging environments. As an additional compensating control, hard-code the canonical base URL in CubeCart configuration and override any code path that reads it from the request, and consider shortening or invalidating in-flight password-reset tokens (default 3,600 seconds) to narrow the click window; the side effect is users with delayed mail delivery may need to re-request resets.
In PHP versions 7.1.x below 7.1.33, 7.2.x below 7.2.24 and 7.3.x below 7.3.11 in certain configurations of FPM setup it
sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
Same weakness CWE-20 – Improper Input Validation
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-30172