header-logo
Suggest Exploit
vendor:
Joomla Hotel Portal
by:
Ihsan Sencan
8,8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Joomla Hotel Portal
Affected Version From: 6.0.2
Affected Version To: 6.0.2
Patch Exists: NO
Related CWE: N/A
CPE: a:cmsjunkie:joomla_hotel_portal
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: Win7 x64, Kali Linux x64
2017

Joomla! Component J-HotelPortal v6.0.2 – SQL Injection

An attacker can exploit a SQL injection vulnerability in Joomla! Component J-HotelPortal v6.0.2 by sending a malicious SQL query to the vulnerable parameter 'review_id' in the URL. This can allow the attacker to access or modify the contents of the database.

Mitigation:

Input validation should be used to prevent SQL injection attacks. Developers should also use parameterized queries to prevent SQL injection.
Source

Exploit-DB raw data:

# # # # # 
# Exploit Title: Joomla! Component J-HotelPortal v6.0.2 - SQL Injection
# Google Dork: inurl:index.php?option=com_jhotelreservation
# Date: 21.02.2017
# Vendor Homepage:  http://www.cmsjunkie.com/
# Software Buy: http://www.cmsjunkie.com/joomla-hotel-portal
# Demo: http://hoteldemo.cmsjunkie.com/j3/portal/
# Version: 6.0.2
# Tested on: Win7 x64, Kali Linux x64
# # # # # 
# Exploit Author: Ihsan Sencan
# Author Web: http://ihsan.net
# Author Mail : ihsan[@]ihsan[.]net
# # # # #
# SQL Injection/Exploit :
# http://localhost/[PATH]/index.php?option=com_jhotelreservation&tmpl=component&task=hotelratings.printRating&view=hotelratings&review_id=[SQL]
# Etc...
# # # # #