#################################################################### # Exploit Title : Joomla HotelGuide Components 1.0 SQL Injection # Author [ Discovered By ] : KingSkrupellos # Team : Cyberizm Digital Security Army # Date : 30/01/2019 # Vendor Homepage : joomla4ever.org # Software Download Link : joomla4ever.org/archive/ext/com_hotelguide.zip # Software Information Link : joomla4ever.org/extensions/ext-hotelguide # Software Version : 1.0 # Tested On : Windows and Linux # Category : WebApps # Exploit Risk : Medium # Google Dorks : inurl:''/index.php?option=com_hotelguide'' # 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 : *************************** " HotelGuide " is open source software for Joomla. Guide Hotelguide - a professional solution for travel agency or tour operator. GoogleMaps support with mini-images of each item by region. Text translation through an internal or external interface using Joomfish. You can upload a set of pictures for each hotel. #################################################################### # Impact : *********** Joomla HotelGuide 1.0 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 latent vulnerabilities in the underlying database. #################################################################### # SQL Injection Exploit : ********************** /index.php?option=com_hotelguide&Itemid=[SQL Injection] /index.php?option=com_hotelguide&view=city&id=[SQL Injection] /index.php?option=com_hotelguide&Itemid=[ID-NUMBER]&view=city&id=[SQL Injection] /index.php?option=com_hotelguide&view=city&id=[ID-NUMBER]:[CITY-NAME-HERE]&Itemid=[SQL Injection] #################################################################### # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team ####################################################################