Exploit Ipswitch WhatsUp Professional 2005 SP1 - 'login.asp' SQL Injection

Exploiter

Хакер
34,599
0
18 Дек 2022
EDB-ID
25874
Проверка EDB
  1. Пройдено
Автор
ANONYMOUS
Тип уязвимости
WEBAPPS
Платформа
ASP
CVE
cve-2005-1250
Дата публикации
2005-06-22
Код:
source: https://www.securityfocus.com/bid/14039/info

WhatsUp Professional is prone to an SQL injection vulnerability affecting its Web-based front end. This issue is due to a failure in the application to properly sanitize user-supplied input to the 'login.asp' script before using it in an SQL query.

Successful exploitation could result in a compromise of the application, disclosure or modification of data, or may permit an attacker to exploit vulnerabilities in the underlying database implementation. It should be noted that by supplying a 'or' value through the 'password' parameter, an attacker can gain unauthorized access to an affected site. 

The following proof of concept is available:
Reset the Admin user password with a blank password:
- 'UPDATE WebUser SET sPassword=DEFAULT WHERE sUserName='Admin'--

Elevate Guest user privileges to Admin privileges:
- 'UPDATE WebUser SET nUserRightsMask=-1 WHERE sUserName='guest'--
 
Источник
www.exploit-db.com

Похожие темы