Skip to main content

Cubecart CVE-2026-34018

| EUVDEUVD-2026-23368 MEDIUM
SQL Injection (CWE-89)
2026-04-17 jpcert
5.1
CVSS 4.0 · NVD
Share

Severity by source

NVD PRIMARY
5.1 MEDIUM
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
A
Scope
X

Lifecycle Timeline

5
CVSS changed
Apr 17, 2026 - 06:22 NVD
6.3 (MEDIUM) 5.1 (MEDIUM)
Analysis Generated
Apr 17, 2026 - 05:36 vuln.today
EUVD ID Assigned
Apr 17, 2026 - 05:30 euvd
EUVD-2026-23368
Analysis Generated
Apr 17, 2026 - 05:30 vuln.today
CVE Published
Apr 17, 2026 - 04:33 nvd
MEDIUM 5.1

DescriptionCVE.org

An SQL injection vulnerability exists in CubeCart prior to 6.6.0, which may allow an attacker to execute an arbitrary SQL statement on the product.

AnalysisAI

SQL injection in CubeCart prior to 6.6.0 allows remote unauthenticated attackers to execute arbitrary SQL statements through a request requiring user interaction, affecting the e-commerce platform's database integrity and confidentiality. The vulnerability has a CVSS score of 6.3 with network-accessible attack vector and low complexity, though exploitation requires user engagement (UI:R) which moderates real-world risk. No public exploit code or active exploitation in CISA KEV has been confirmed at time of analysis.

Technical ContextAI

CubeCart is a PHP-based e-commerce platform that manages shopping carts, products, orders, and customer data within a SQL database backend. The vulnerability stems from insufficient input sanitization in SQL query construction (CWE-89), allowing attacker-controlled parameters to be concatenated directly into SQL statements without proper prepared statements or parameterized queries. The CPE string indicates all versions of CubeCart prior to 6.6.0 are affected, suggesting the flaw exists in core database abstraction or query handling layers used across multiple functional modules. The UI:R requirement in the CVSS vector indicates exploitation requires a victim to interact with a malicious link or form, distinguishing this from direct SQL injection endpoints.

RemediationAI

Upgrade CubeCart to version 6.6.0 or later immediately; this version addresses the SQL injection vulnerability per vendor announcement at https://community.cubecart.com/t/cubecart-6-6-0-released-the-biggest-update-in-years/62405. Before upgrading, backup the CubeCart database and configuration files (config.inc.php). If immediate patching is not feasible, implement the following compensating controls: (1) restrict CubeCart administrative and checkout endpoints via IP whitelist at the web server or firewall level, reducing user population exposed to exploitation; (2) enable Web Application Firewall (WAF) rules to detect and block SQL keywords in parameter payloads (e.g., UNION, SELECT, DROP); note that overly aggressive WAF rules may block legitimate queries; (3) enforce principle of least privilege on the database account used by CubeCart - create a read-only database user for queries that do not require write access, limiting damage if injection occurs. Test all compensating controls in a staging environment before production deployment, as WAF rules may produce false positives affecting legitimate customer transactions.

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-34018 vulnerability details – vuln.today

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