vendor:
IPTBB
by:
MhZ91
7.5
CVSS
HIGH
Remote Sql Injection
89
CWE
Product Name: IPTBB
Affected Version From: 0.5.0
Affected Version To: 2000.5.4
Patch Exists: NO
Related CWE:
CPE: a:iptbb_project:iptbb:0.5.4
Platforms Tested:
2007
IPTBB <= 0.5.4 Remote Sql Injection
The IPTBB forum system built using PHP and MySQL is vulnerable to remote SQL injection. By manipulating the 'id' parameter in the 'viewdir' action of the 'index.php' file, an attacker can execute arbitrary SQL queries. The exploit allows an attacker to retrieve sensitive information such as usernames, passwords, email addresses, and MSN accounts from the 'iptbb_users' table. The default admin id is 1, but any user id can be targeted.
Mitigation:
To mitigate the vulnerability, it is recommended to apply the latest patch or upgrade to a newer version of IPTBB. Additionally, input validation and parameterized queries should be implemented to prevent SQL injection attacks.