Document Title: =============== SPA Cart CMS - Multiple SQL Injection Web Vulnerabilities References (Source): ==================== https://www.vulnerability-lab.com/get_content.php?id=2304 Release Date: ============= 2021-10-18 Vulnerability Laboratory ID (VL-ID): ==================================== 2304 Common Vulnerability Scoring System: ==================================== 7.3 Vulnerability Class: ==================== Script Code Injection Current Estimated Price: ======================== 1.000€ - 2.000€ Product & Service Introduction: =============================== SPA-Cart - Single Page Application. Fully featured eCommerce CMS platform. Very fast ajaxfied pages. (Copy of the Homepage: https://spa-cart.com/ ) Abstract Advisory Information: ============================== The vulnerability laboratory core research team discovered a remote sql-injection web vulnerability in the SPA Cart CMS (v2021) web-application. Affected Product(s): ==================== olegkhorev Product: SPA Cart CMS (v2021) - Content Management System (Web-Application) Vulnerability Disclosure Timeline: ================================== 2021-09-03: Researcher Notification & Coordination (Security Researcher) 2021-09-04: Vendor Notification (Security Department) 2021-10-01: Vendor Response/Feedback (Security Department) 2021-10-02: Vendor Fix/Patch (Service Developer Team) 2021-10-10: Security Acknowledgements (Security Department) 2021-11-18: Public Disclosure (Vulnerability Laboratory) Discovery Status: ================= Published Exploitation Technique: ======================= Remote Severity Level: =============== High Authentication Type: ==================== Full Authentication (Admin/Root Privileges) User Interaction: ================= No User Interaction Disclosure Type: ================ Responsible Disclosure Technical Details & Description: ================================ A remote sql-injection vulnerability has been discovered in the official creative zone web-application. The vulnerability allows remote attackers to inject or execute own sql commands to compromise the dbms or file system of the application. The remote sql injection web vulnerabilities are located in the `id`, `shippingid` and `zoneid` parameters of the `category`, `products` and `shipping_charges` modules. Remote attackers with privileged panel access are able to inject and execute own malicious sql commands to compromise the integrated database management system (mysql). The request method to inject and execute is GET and the attack vector is located on the client-side. Exploitation of the sql injection vulnerability requires no user interaction and a privileged application user account. Successful exploitation of the remote sql injection results in database management system, web-server and web-application compromise. Request Method(s): [+] GET Vulnerable Module(s): [+] category [+] products [+] shipping_charges Vulnerable Parameter(s): [+] id [+] shippingid [+] zoneid Proof of Concept (PoC): ======================= The remote sql-injection web vulnerability can be exploited by remote attackers with privileged account and without user interaction. For security demonstration or to reproduce the sql injection vulnerability follow the provided information and steps below to continue. PoC: Exploitation http://spa-cart.localhost:8080/admin/category/[ID][SQL-INJECTION!]-- http://spa-cart.localhost:8080/admin/products?sort=[ID][SQL-INJECTION!]--&direction=0 http://spa-cart.localhost:8080/admin/shipping_charges?type=escape&shippingid=[ID][SQL-INJECTION!]-- http://spa-cart.localhost:8080/admin/shipping_charges?type=escape&shippingid=&zoneid=[ID][SQL-INJECTION!]-- PoC: Exploit