CVE-2026-54647 Details
Description
CubeCart is an ecommerce software solution. Prior to 6.7.5, admin/sources/settings.index.inc.php directly concatenates the administrator-controlled download_expire POST parameter into a raw UPDATE statement for CubeCart_downloads without numeric validation. An authenticated administrator can supply a comma-delimited value that changes the SET clause because HTML sanitization does not neutralize SQL syntax, allowing manipulation of database columns and potentially other data within the application's database privileges. This issue is fixed in version 6.7.5.
A SQL injection vulnerability has been identified in CubeCart versions prior to 6.7.5. The issue arises in the admin/sources/settings.index.inc.php file, where the download_expire POST parameter is directly concatenated into an SQL UPDATE statement for CubeCart_downloads without proper numeric validation. This flaw allows authenticated administrators to inject comma-delimited values that manipulate the SQL syntax, potentially altering database columns or other data within the application's database privileges.
Users can update to CubeCart version 6.7.5, which addresses this vulnerability by validating and properly sanitizing the download_expire parameter before it is used in SQL queries.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 17, 2026CISA-ADP
Assessed Sep 24, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/cubecart/v6/blob/6.7.5/admin/sources/release_notes/6.7.5.inc.php | [email protected] | Release NotesVendor |
| https://github.com/cubecart/v6/commit/af7def4d279f7cefb23c1009a987737c16a105da | [email protected] | Source CodeVendor |
| https://github.com/cubecart/v6/releases/tag/6.7.5 | [email protected] | Release NotesVendor |
| https://github.com/cubecart/v6/security/advisories/GHSA-hvmw-v8gc-4c29 | [email protected] | AdvisoryExploitRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-89 | Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| CubeCart | 6.7.4 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 24, 2026 | CVE Modified | CISA-ADP |
| Sep 17, 2026 | New CVE Received | [email protected] |
Volerion