header-logo
Suggest Exploit
vendor:
Hbooking
by:
Ihsan Sencan
8,8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Hbooking
Affected Version From: 1.9.9
Affected Version To: 1.9.9
Patch Exists: NO
Related CWE: N/A
CPE: a:joomlaextension:hbooking:1.9.9
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 Hbooking 1.9.9 – SQL Injection

A SQL injection vulnerability exists in Joomla! Component Hbooking 1.9.9. An attacker can send a malicious SQL query to the vulnerable parameter 'h_id' in the 'index.php' script to execute arbitrary SQL commands in the backend database.

Mitigation:

Input validation should be used to prevent SQL injection attacks. Sanitize all user input and escape special characters.
Source

Exploit-DB raw data:

# # # # # 
# Exploit Title: Joomla! Component Hbooking 1.9.9 - SQL Injection
# Google Dork: inurl:index.php?option=com_hbooking
# Date: 13.02.2017
# Vendor Homepage: http://www.joomlaextension.biz/
# Software Buy: https://extensions.joomla.org/extensions/extension/vertical-markets/booking-a-reservations/hbooking/
# Demo: http://www.joomlaextension.biz/demo/
# Version: 1.9.9
# 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_hbooking&view=roomlisting&temp=hotel&h_id=[SQL]
# # # # #