Severity by source
AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
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.6.0, Authenticated Time-Based Blind SQL Injection vulnerabilities were identified in the sorting parameters (sort[price], sort_activity, sort_admin, and sort_customer) of the Products and Logs endpoints in CubeCart v6.x. This allows an attacker to execute arbitrary SQL commands, compromising the confidentiality and integrity of the database. This vulnerability is fixed in 6.6.0.
AnalysisAI
Authenticated SQL injection in CubeCart v6.x prior to 6.6.0 allows administrative users to execute arbitrary SQL commands through unsanitized sorting parameters on Products and Logs endpoints. Per SSVC, a proof-of-concept exists but the vulnerability is not in CISA KEV, and EPSS scoring (0.03%) reflects very low predicted exploitation activity due to the high-privilege prerequisite.
Technical ContextAI
CubeCart is an open-source PHP/MySQL ecommerce platform widely used by small-to-medium online merchants. The flaw is a classic CWE-89 (Improper Neutralization of Special Elements used in an SQL Command) realized as time-based blind SQLi, meaning the affected parameters are concatenated into SQL queries (likely ORDER BY clauses) without prepared statements or whitelist validation, and the attacker infers data by observing response delays induced by SQL sleep/benchmark functions. The vulnerable inputs - sort[price], sort_activity, sort_admin, and sort_customer - control row ordering on the Products listing and on administrative Logs views, both of which are reached after authentication. The CPE cpe:2.3:a:cubecart:v6 confirms the entire v6 branch is in scope up to the 6.6.0 fix.
RemediationAI
Vendor-released patch: upgrade CubeCart to version 6.6.0 or later, as documented in GHSA-8gj6-9fwc-h4gh (https://github.com/cubecart/v6/security/advisories/GHSA-8gj6-9fwc-h4gh). If immediate upgrade is not feasible, compensating controls should focus on shrinking the authenticated attack surface: restrict access to the /admin.php (or renamed admin) path via IP allow-listing or VPN to limit who can reach the vulnerable Products and Logs endpoints (trade-off: blocks legitimate remote admin access); enforce strong/unique credentials and MFA on all merchant and staff admin accounts to make privilege-acquisition harder (no functional downside); and deploy a WAF rule that blocks SQL meta-characters and time-function keywords (SLEEP, BENCHMARK, WAITFOR) in the sort[price], sort_activity, sort_admin, and sort_customer parameters (trade-off: false positives on legitimate sort tokens, and easily bypassed by encoding - treat as detection, not prevention). Audit admin user lists and rotate sessions after patching.
The Cubecart::_basket method in classes/cubecart.class.php in CubeCart 5.0.0 through 5.2.0 allows remote attackers to un
Directory Traversal vulnerability in CubeCart v.6.5.5 and before allows an attacker to execute arbitrary code via a craf
Multiple open redirect vulnerabilities in CubeCart 3.0.20 and earlier allow remote attackers to redirect users to arbitr
File Upload vulnerability in CubeCart before 6.5.5 allows an authenticated user to execute arbitrary code via a crafted
Session fixation vulnerability in CubeCart before 5.2.9 allows remote attackers to hijack web sessions via the PHPSESSID
classes/admin.class.php in CubeCart 5.2.12 through 5.2.16 and 6.x before 6.0.7 does not properly validate that a passwor
CubeCart is an ecommerce software solution. Rated medium severity (CVSS 6.5), this vulnerability is remotely exploitable
Reflected XSS in CubeCart v6 (prior to 6.7.0) enables unauthenticated remote attackers to execute arbitrary JavaScript i
CubeCart is an ecommerce software solution. Rated medium severity (CVSS 5.4), this vulnerability is remotely exploitable
CubeCart is an ecommerce software solution. Rated medium severity (CVSS 5.4), this vulnerability is remotely exploitable
Cubecart 6.4.2 allows Session Fixation. Rated medium severity (CVSS 5.4), this vulnerability is remotely exploitable, lo
Remote code execution in CubeCart v6 prior to 6.7.0 allows API key holders with files:rw permission to upload PHP webshe
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-30156