Skip to main content

CubeCart CVE-2026-39358

| EUVDEUVD-2026-30156 HIGH
SQL Injection (CWE-89)
2026-05-13 GitHub_M
7.2
CVSS 3.1 · GitHub Advisory
Share

Severity by source

GitHub Advisory PRIMARY
7.2 HIGH
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

Attack Vector
Network
Attack Complexity
Low
Privileges Required
High
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

2
Analysis Generated
Jun 08, 2026 - 08:41 vuln.today
Patch available
May 13, 2026 - 22:03 EUVD

DescriptionGitHub 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.

CVE-2013-1465 CRITICAL POC
9.8 Feb 08

The Cubecart::_basket method in classes/cubecart.class.php in CubeCart 5.0.0 through 5.2.0 allows remote attackers to un

CVE-2024-34832 CRITICAL POC
9.8 Jun 06

Directory Traversal vulnerability in CubeCart v.6.5.5 and before allows an attacker to execute arbitrary code via a craf

CVE-2012-0865 MEDIUM POC
5.8 Feb 21

Multiple open redirect vulnerabilities in CubeCart 3.0.20 and earlier allow remote attackers to redirect users to arbitr

CVE-2024-33438 HIGH POC
8.0 Apr 29

File Upload vulnerability in CubeCart before 6.5.5 allows an authenticated user to execute arbitrary code via a crafted

CVE-2014-2341 MEDIUM POC
6.8 Apr 22

Session fixation vulnerability in CubeCart before 5.2.9 allows remote attackers to hijack web sessions via the PHPSESSID

CVE-2015-6928 MEDIUM POC
6.8 Sep 28

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

CVE-2025-59413 MEDIUM POC
6.5 Sep 22

CubeCart is an ecommerce software solution. Rated medium severity (CVSS 6.5), this vulnerability is remotely exploitable

CVE-2026-44376 MEDIUM POC
6.1 May 13

Reflected XSS in CubeCart v6 (prior to 6.7.0) enables unauthenticated remote attackers to execute arbitrary JavaScript i

CVE-2025-59411 MEDIUM POC
5.4 Sep 22

CubeCart is an ecommerce software solution. Rated medium severity (CVSS 5.4), this vulnerability is remotely exploitable

CVE-2025-59412 MEDIUM POC
5.4 Sep 22

CubeCart is an ecommerce software solution. Rated medium severity (CVSS 5.4), this vulnerability is remotely exploitable

CVE-2021-33394 MEDIUM POC
5.4 May 27

Cubecart 6.4.2 allows Session Fixation. Rated medium severity (CVSS 5.4), this vulnerability is remotely exploitable, lo

CVE-2026-45053 CRITICAL
9.1 May 13

Remote code execution in CubeCart v6 prior to 6.7.0 allows API key holders with files:rw permission to upload PHP webshe

Share

CVE-2026-39358 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy