Blind Injection modified eCommerce 2.0.0.0 rev 9678
modified eCommerce is an Open Source shopsoftware. Attackable are the GET-parameters 'orders_status' and 'customers_status' through 'easybillcsv.php': As default option the easybill-module is not installed and the constant MODULE_EASYBILL_CSV_CRON_TOKEN is not set. As long as the easybill-module is not installed, it is possible to bypass the restriction: [Shoproot]/api/easybill/easybillcsv.php?token=MODULE_EASYBILL_CSV_CRON_TOKEN. The variables $this->from_orders_status and $this->from_customers_status are set in lines 20 and 21. In lines 25 and 26 they are exploded to an array. In lines 30 and 31 they are converted to integers. In lines 35 and 36 they are imploded to a string. In lines 40 and 41 they are used in a SQL-query with single quotes and in lines 45 and 46 with brackets.