Cart66 Lite :: WordPress Ecommerce <= 1.5.3 - SQL Injection
Strategic Overview
- Status
- Patched in 1.5.4
- Affected Plugin
- Cart66 Lite :: WordPress Ecommerce
- Affected Version
< 1.5.4- CVSS
- 8.8High
- Weakness type
- CWE-89 · Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
- CVE
CVE-2014-9442
At a glance
CVE-2014-9442 is a high-severity Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in the Cart66 Lite : WordPress plugin, affecting versions < 1.5.4. It carries a CVSS score of 8.8 (reachable over the network; low attack complexity; high confidentiality, integrity, availability impact). The issue is fixed in version 1.5.4; sites on affected versions should update now. Disclosed December 2014, reported by James Hooker.
Vulnerability Overview
SQL injection vulnerability in models/Cart66Ajax.php in the Cart66 Lite plugin before 1.5.4 for WordPress allows remote authenticated users to execute arbitrary SQL commands via the q parameter in a promotionProductSearch action to wp-admin/admin-ajax.php.
Technical Analysis
The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no interaction from a victim user. A successful exploit has high impact on confidentiality, integrity, availability — full site compromise territory.
CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
Reaching this weakness in Cart66 Lite : < 1.5.4 takes a caller who can reach the endpoint. SQL injection happens when request data is concatenated into a query instead of being bound as a parameter, letting an attacker change the structure of the statement rather than just its values.
A working injection can read any table the database user can see, which on a WordPress install means user records, password hashes and session or API secrets stored in options. For Cart66 Lite : the fix is 1.5.4: builds < 1.5.4 are affected, anything from 1.5.4 onward is not.
Remediation
Update to version 1.5.4, or a newer patched version
How does WordSec protect against this?
The attempt arrives as an ordinary request to Cart66 Lite :: WordSec's web application firewall inspects request payloads before WordPress loads them. None of that substitutes for the fix: Cart66 Lite : 1.5.4 closes this, and updating the plugin is the step that ends it.
- Firewall
- Alerts
External References
Related records
Other vulnerabilities in Cart66 Lite :: WordPress Ecommerce
- 6.5CVE-2014-9461: Cart66 Lite - WordPress Ecommerce Directory Traversal
CVE-2014-9461 - 6.3CVE-2013-5977: Cart66 Lite :: WordPress Ecommerce < 1.5.1.15 CSRF
CVE-2013-5977 - 6.1Cart66 Lite :: WordPress Ecommerce <= 1.5.4 Reflected XSS
- 6.1CVE-2013-5978: Cart66 Lite :: WordPress Ecommerce < 1.5.1.15 XSS
CVE-2013-5978
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C